hello,
I improved the build system of pix_opencv. The new build system uses automake tools. ./configure checks which module is available and then sets some flags to build or not some pd-objects at make time.
This works on Ubuntu and MacOSX.
Now I would like to make both binary archive for Mac OSX and package for Debian like system.
What's the best practice to do that ?
I've read the doc [1] but since my build system doesn't use the LibraryTemplate, I can't apply it. Should I reproduce the make rules it describes ? or is there another way to do that with some useful commands ?
Thanks in advance
Antoine
Quoting Antoine Villeret via Pd-list pd-list@lists.iem.at:
Now I would like to make [...] package for Debian like system.
What's the best practice to do that ?
become a member of a debian packaging team (like
debian-multimedia-maintainers¹), read the Debian New Maintainer's
guide² and your team's code-of-conduct and get going :-)
ideally, become a Debian Maintainers or Debian Developer :-)
fgmasdr IOhannes
PS: both hans and me are DDs in the d-m-m team, so can - time
permitting - help with uploading the package (obviously i can only
speak for myself)
¹ https://wiki.debian.org/DebianMultimedia ² http://www.debian.org/doc/manuals/maint-guide/