BROCCOLI
BROCCOLI copied to clipboard
if you ever decide to package/maintain for (Neuro)Debian/Ubuntu -- I would gladly mentor/sponsor
(sponsor is sense of uploads to Debian ;) ) just wanted to reach out. unfortunately don't have time bandwidth to dive into it myself ATM
Cheers,
It is on my to do list. What are the required / proposed steps for including a new software in neurodebian?
ideally we/you should aim for inclusion into Debian proper, and NeuroDebian just as an additional benefit for easy backports. overall brief outline:
- prepare source package (.dsc, .orig.tar.gz, .debian.tar.gz), i.e. packaging, e.g. by following some example and/or glancing over packaging-tutorial (apt-get install packaging-tutorial) . I would recommend keeping in the same git report just in a debian branch off the master containing content of debian/ directory.
- make sure
lintian
tool is happy if given the .dsc file or then .changes of the build binary packages - make sure that it builds fine in clean environments (i.e. all the build-dependencies specified etc). For that you might make use our quick and dirty set of helpers, see http://neuro.debian.net/blog/2012/2012-04-14_ndtools.html
- upload source package to mentors.debian.org and buzz me to review/feedback and/or just upload ;)