Source: xorg
Source-Version: 1:7.4+4
Severity: minor
Tags: patch

Hi!

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.

regards,
guillem
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 $@
 

Reply via email to