summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Joachim <svenjoac@gmx.de>2010-12-14 16:09:14 +0100
committerSven Joachim <svenjoac@gmx.de>2010-12-14 16:09:14 +0100
commit2abd407d29cc6509728e2897e7b50f0d7f9a924e (patch)
tree6637eccdbddcf6d5151fa1f60c9a0a5929fd0f1f
parentb8a75a799d9412320e07cddaf145c5d4d900e199 (diff)
Use dh_prep instead of dh_clean -k
The latter is deprecated, and we're build-depending on a new enough debhelper to use the former.
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 542c9dcc..8def9308 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libdrm (2.4.23-1) UNRELEASED; urgency=low
remove the Breaks against xserver-xorg-video-nouveau.
- Adjust the lintian override.
- Bump libdrm-nouveau shlibs and symbols versions to 2.4.23.
+ * Use dh_prep instead of the deprecated dh_clean -k in debian/rules.
-- Sven Joachim <svenjoac@gmx.de> Tue, 14 Dec 2010 14:28:11 +0100
diff --git a/debian/rules b/debian/rules
index e2dc066a..82741af9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -108,7 +108,7 @@ clean: xsfclean
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
cd build && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp