#1068761 packaging-tutorial: mention hello and hello-traditional examples

#1068761#5
Date:
2024-04-10 12:44:07 UTC
From:
To:
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!