Codebase list dillo / 378d2a3
Use dh_auto_build Axel Beckert 11 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66 * Bump debhelper compatibility to 9 and use more debhelper stuff
77 + Use debian/clean instead of calling rm multiple times in debian/rules
88 + Update versioned build-dependency on debhelper
9 + Use dh_auto_{configure,install}, remove duplicate "make install"
9 + Use dh_auto_{configure,build,install}, remove double "make install"
1010 + Use dh_install instead of calling install directly
1111 + Use dh_auto_clean and remove intermediate clean-patched make target.
1212 + Use debian/manpages instead of passing arguments to dh_installman.
1414 build-indep: build-stamp
1515 build-stamp: config.status
1616 dh_testdir
17 $(MAKE)
18 touch build-stamp
17 dh_auto_build
18 touch $@
1919
2020 clean:
2121 dh_testdir