From 1b204b69338574fc88a1d965256bc6edf53006d3 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Thu, 19 Feb 2009 00:11:23 +0200 Subject: [PATCH] Use dh_prep instead of deprecated dh_clean -k Fixes lintian warning. Signed-off-by: Modestas Vainius --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9a619bf9a..2afffd58f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,9 @@ cmake (2.6.3~rc11-0r1) UNRELEASED; urgency=low - remove manpage-generation-fixes.diff, merged upstream; - refresh FindQt4_qt4_lupdate_lrelease.diff; - remove FindMPEG2_include_FindSDL_fix.diff, merged upstream; + * Use dh_prep instead of deprecated dh_clean -k (fixes lintian warning). - -- Modestas Vainius Sat, 07 Feb 2009 16:22:50 +0200 + -- Modestas Vainius Thu, 19 Feb 2009 00:10:45 +0200 cmake (2.6.2-4) unstable; urgency=low diff --git a/debian/rules b/debian/rules index ba6aaec73..6cc66c823 100755 --- a/debian/rules +++ b/debian/rules @@ -65,7 +65,7 @@ clean: unpatch install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/cmake. cd Build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install