Hi! Jérémy Bobbio: > It's missing Debian packaging. I guess I should learn how to write a > setup.cfg or similar. Pointers or patches welcome.
How do you like the "Generic Packaging" [1] method? To me it is easier than setup.cfg. Files in etc/... in root source folder will be installed to /etc/..., files in usr/... will be installed to /usr/... and so forth. This should make renaming, moving files around, packaging, etc. very simple. See example package, make file, debian/ folder. [1] Cheers, Patrick [1] https://github.com/Whonix/bootclockrandomization#generic-packaging _______________________________________________ Reproducible-builds mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds
