Dear Wiki user, You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianMed/MoM" page has been changed by AndreasTille: https://wiki.debian.org/DebianMed/MoM?action=diff&rev1=96&rev2=97 Comment: Finalise Quickstart mkdir PACKAGE && cd PACKAGE && git init && gbp import-orig --pristine-tar --no-interactive ../PACKAGE_VERSION.orig.tar.gz 1. Finally move over you prepared {{{debian/}}} dir and commit it mv PACKAGE_/debian PACKAGE && cd PACKAGE && git add debian && commit -a -m"Initial packaging" + 1. For injection into salsa.debian.org we have a helper script. Go somewhere else (may be close to the package_template git and do + git clone https://salsa.debian.org/med-team/community/helper-scripts + 1. Now inject your initial repository by going back to your packaging Git. The script will tell you that you need to create a SALSA_TOKEN and how to do this. Just do what the script tells you to do and than call again + PATH_TO_package_template_CLONE/inject-into-salsa-git + You should end up with an initial packaging Git on Salsa which is shared with your team members. An authomatic gatherer will fetch the metadata in a daily cron job. To make you prospective package visible for your team members and the world on our [[https://blends.debian.org/med/tasks/|tasks pages]] please write an e-mail to [[mailto:[email protected]|mailing list]] name the package name and the actual task (bio, bio-dev, imaging, ...) this package should go in. Now the generic packaging work as described in beginners documention like the [[https://www.debian.org/doc/manuals/maint-guide/|Debian New Maintainers' Guide]] (you will see we have covered some steps until a half way working {{{debian/}}} dir) is your friend ... or for sure ask questions on our [[mailto:[email protected]|mailing list]] by tagging the subject with '''[MoM]'''. - - == Current mentors, students and packages == _______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
