Source: sg3-utils Source-Version: 1.27-0.1 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 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