update standards version, move to dh_prep instead of dh_clean -k debian/1.29b-1
authorBdale Garbee <bdale@gag.com>
Fri, 22 Jul 2016 20:07:14 +0000 (14:07 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 22 Jul 2016 20:07:14 +0000 (14:07 -0600)
debian/control
debian/rules

index 0a6687552a0fef2302534fcf3e311a0683142687..9440bd40ff8a9ec7d08c0d15f921b3b836b1d364 100644 (file)
@@ -4,7 +4,7 @@ Priority: required
 Maintainer: Bdale Garbee <bdale@gag.com>
 Uploaders: Carl Worth <cworth@cworth.org>
 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
 
index b1a1b04c2074cfaa46a91388dc585a2aede4fb26..6ed8fe2060cf0ee32c0e48594079e16f33de9433 100755 (executable)
@@ -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 \