From cde92985aeffefda1db54acfbe1e6de6fab741b9 Mon Sep 17 00:00:00 2001 From: Clark Rawlins Date: Sun, 14 Dec 2014 10:34:33 -0800 Subject: [PATCH] Switch from dh_clean -k to dh_prep dh_clean -k is deprecated. Switch to the supported dh_clean instead. Signed-off-by: Clark Rawlins --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c5375bf..50551cf 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/