From 608089e033432cb128569a4468ec85bc9cdfd56c Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Thu, 22 Oct 2009 06:34:51 +0200
Subject: Don't use dh_clean in favour of dh_prep.

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ac1a357..4b7ce63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ build:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Installing package
-- 
cgit v1.0