Package: sg3-utils
Version: 1.27-0.1
Author: Guillem Jover <guillem@debian.org>
Debbug: 541734
Status: applied
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 5f27f1b..60a2192 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ install: DH_OPTIONS=
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp
