diff options
author | Guillem Jover <guillem@debian.org> | 2009-02-09 21:07:59 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:23 +0200 |
commit | 07ff3d593aaf8e6bf1848641e693370618890560 (patch) | |
tree | 5a1c2fb2ad99d9c4355f6a878878766a08ae8a9c | |
parent | 324d954034d55b5782239917aa95e4221ef6a7fe (diff) | |
download | inetutils-07ff3d593aaf8e6bf1848641e693370618890560.tar.gz |
Use dh_prep instead of “dh_clean -k”
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1ad0966..623f1bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ inetutils (2:1.5.dfsg.1-10) UNRELEASED; urgency=low * Switch to debhelper compatibility level 7. + * Use dh_prep instead of “dh_clean -k”. -- Guillem Jover <guillem@debian.org> Mon, 09 Feb 2009 22:01:00 +0200 diff --git a/debian/rules b/debian/rules index 36e81ea..7c3f780 100755 --- a/debian/rules +++ b/debian/rules @@ -106,7 +106,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs -a $(MAKE) install DESTDIR=$(D) |