From 732cd34607553dd73918793080b39ee8a8e721ff Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 23 Jul 2014 09:56:03 +0200 Subject: [PATCH] rules: Use dh_prep instead of 'dh_clean -k'. --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.30.2