- Package:
- packaging-tutorial
- Source:
- packaging-tutorial
- Submitter:
- Holger Levsen
- Date:
- 2024-04-10 12:48:04 UTC
- Severity:
- normal
Dear Lucas, it would be great if the hello pkg would be mentioned, because its a clean example and because there's hello-traditional too. hello is a good example for using dh in d/rules: #!/usr/bin/make -f %: dh $@ override_dh_auto_clean: [ ! -f Makefile ] || $(MAKE) distclean override_dh_installdocs: dh_installdocs NEWS Many thanks for packaging-tutorial!