BROCCOLI icon indicating copy to clipboard operation
BROCCOLI copied to clipboard

if you ever decide to package/maintain for (Neuro)Debian/Ubuntu -- I would gladly mentor/sponsor

Open yarikoptic opened this issue 8 years ago • 2 comments

(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,

yarikoptic avatar Aug 10 '16 19:08 yarikoptic

It is on my to do list. What are the required / proposed steps for including a new software in neurodebian?

wanderine avatar Aug 10 '16 20:08 wanderine

ideally we/you should aim for inclusion into Debian proper, and NeuroDebian just as an additional benefit for easy backports. overall brief outline:

  1. 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.
  2. make sure lintian tool is happy if given the .dsc file or then .changes of the build binary packages
  3. 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
  4. upload source package to mentors.debian.org and buzz me to review/feedback and/or just upload ;)

yarikoptic avatar Aug 10 '16 20:08 yarikoptic