DEBSOURCES
Skip Quicknav
sources / debmake-doc / 1.22-1 / examples / debhello-0.2_build-1 / step301.slog
12345678910
$ cd /path/to/debhello-0.2 $ vim debian/rules ... hack, hack, hack, ... $ cat debian/rules #!/usr/bin/make -f export DH_VERBOSE = 1 %: dh $@