From b24e72277eb90a849a1033cd2691ff02af1e7300 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Wed, 19 Aug 2009 10:32:34 +0200 Subject: [PATCH] Fix "dh_clean -k" to be compatible with debhelper 7 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4e0717a..5a831dd 100755 --- a/debian/rules +++ b/debian/rules @@ -59,7 +59,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp dh_movefiles -- 2.11.0