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 <clark@bit63.org>
This commit is contained in:
Clark Rawlins 2014-12-14 10:34:33 -08:00
parent af2d3b48c6
commit cde92985ae

2
debian/rules vendored
View file

@ -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/<packagename>