From: Bdale Garbee Date: Wed, 17 Aug 2011 21:30:55 +0000 (-0700) Subject: fix up a pile of lintian warnings X-Git-Tag: non-free/1.26-2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c2309b4a87f34290db3fd44f8aace06dc54f5ef2;p=debian%2Ftar fix up a pile of lintian warnings --- diff --git a/debian/changelog b/debian/changelog index ee566370..21315472 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tar-doc (1.26-2) unstable; urgency=low + + * resolve lintian warnings + + -- Bdale Garbee Wed, 17 Aug 2011 14:30:33 -0700 + tar-doc (1.26-1) unstable; urgency=low * new upstream version diff --git a/debian/control b/debian/control index 5feaf92d..3aeb3c0b 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,11 @@ Section: non-free/doc Priority: optional Maintainer: Bdale Garbee Build-Depends: debhelper (>= 5) -Standards-Version: 3.8.1.0 +Standards-Version: 3.9.2 Package: tar-doc Architecture: all +Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends} Description: documentation for the tar package Documentation for GNU tar in info format, which is not distributed in Debian main because it is licensed under the GFDL with invariant sections that diff --git a/debian/rules b/debian/rules index c791ae11..604f2fd8 100755 --- a/debian/rules +++ b/debian/rules @@ -7,9 +7,10 @@ configure-stamp: dh_testdir touch configure-stamp -build: build-stamp - -build-stamp: configure-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp +build-stamp: configure-stamp dh_testdir touch $@