From c2309b4a87f34290db3fd44f8aace06dc54f5ef2 Mon Sep 17 00:00:00 2001 From: Bdale Garbee <bdale@gag.com> Date: Wed, 17 Aug 2011 14:30:55 -0700 Subject: [PATCH] fix up a pile of lintian warnings --- debian/changelog | 6 ++++++ debian/control | 3 ++- debian/rules | 7 ++++--- 3 files changed, 12 insertions(+), 4 deletions(-) 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 <bdale@gag.com> 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 <bdale@gag.com> 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 $@ -- GitLab