From: Bdale Garbee Date: Fri, 22 Jul 2016 20:07:14 +0000 (-0600) Subject: update standards version, move to dh_prep instead of dh_clean -k X-Git-Tag: debian/1.29b-1 X-Git-Url: https://git.gag.com/?p=debian%2Ftar;a=commitdiff_plain;h=8b02ebd2bbb5c2fdb56fc9a449061919297d6889 update standards version, move to dh_prep instead of dh_clean -k --- diff --git a/debian/control b/debian/control index 0a668755..9440bd40 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: required Maintainer: Bdale Garbee Uploaders: Carl Worth Build-Depends: debhelper (>> 5), gettext, autoconf, automake, autopoint, autotools-dev, libacl1-dev, libattr1-dev, libselinux1-dev [linux-any] -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Vcs-Git: git://git.gag.com/debian/tar Vcs-Browser: http://git.gag.com/?p=debian/tar diff --git a/debian/rules b/debian/rules index b1a1b04c..6ed8fe20 100755 --- a/debian/rules +++ b/debian/rules @@ -65,7 +65,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs make install bindir=`pwd`/debian/tar/bin prefix=`pwd`/debian/tar/usr \