Package: xorg
Version: 1:7.4+4
Author: Guillem Jover <guillem@debian.org>
Debbug: 541733
Status: fixed
Description:
 The use of the obsolete “dh_clean -k“ construct should be replaced by
 dh_prep, and not by just removing the -k, attached patch fixes this.


diff --git a/debian/rules b/debian/rules
index 5c26be2..e0902f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	umask 022
-	dh_clean
+	dh_prep
 	chmod 755 debian/local/debian-setup-keyboard
 	touch $@
 
