From: Sebastian Harl Date: Wed, 23 Jul 2014 07:56:03 +0000 (+0200) Subject: rules: Use dh_prep instead of 'dh_clean -k'. X-Git-Tag: tig-2.0.2-1~1 X-Git-Url: https://git.tokkee.org/?p=pkg-tig.git;a=commitdiff_plain;h=732cd34607553dd73918793080b39ee8a8e721ff rules: Use dh_prep instead of 'dh_clean -k'. --- diff --git a/debian/changelog b/debian/changelog index 2967634..ab517a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ tig (2.0.2-1) UNRELEASED; urgency=medium available. - Don't install contrib/tigrc as example any more. Upstream now provides /etc/tigrc by default. + - Use dh_prep instead of 'dh_clean -k'. [ Trent W. Buck ] * Bump compat to 9. diff --git a/debian/rules b/debian/rules index 5b4c2f5..7ff0fe7 100755 --- a/debian/rules +++ b/debian/rules @@ -58,12 +58,12 @@ clean: rm -f doc/tig.1 doc/tig.1.html doc/tigrc.5 doc/tigrc.5.html rm -f INSTALL.html NEWS.html README.html - dh_clean + dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install install-doc DESTDIR=$(CURDIR)/debian/tig