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:
parent
af2d3b48c6
commit
cde92985ae
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue