Use dh_prep instead of deprecated dh_clean -k

Fixes lintian warning.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
This commit is contained in:
Modestas Vainius 2009-02-19 00:11:23 +02:00
parent dd7382a109
commit 1b204b6933
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -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 <modestas@vainius.eu> Sat, 07 Feb 2009 16:22:50 +0200
-- Modestas Vainius <modestas@vainius.eu> Thu, 19 Feb 2009 00:10:45 +0200
cmake (2.6.2-4) unstable; urgency=low

2
debian/rules vendored
View File

@ -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