Codebase list dillo / 6eb7bbe
Use dh_auto_clean and remove intermediate clean-patched make target Axel Beckert 11 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
88 + Update versioned build-dependency on debhelper
99 + Use dh_auto_{configure,install}, remove duplicate "make install"
1010 + Use dh_install instead of calling install directly
11 + Use dh_auto_clean and remove intermediate clean-patched make target.
1112 * Bump Standards-Version to 3.9.4 (no changes)
1213
1314 -- Axel Beckert <abe@debian.org> Wed, 17 Apr 2013 16:59:43 +0200
1717 $(MAKE)
1818 touch build-stamp
1919
20 clean: clean-patched
21 clean-patched:
20 clean:
2221 dh_testdir
2322 dh_testroot
24 [ ! -f Makefile ] || $(MAKE) distclean
23 dh_auto_clean
2524 [ ! -f config.h.in.backup ] || mv -v config.h.in.backup config.h.in
2625 dh_autotools-dev_restoreconfig
2726 dh_clean