fix up a pile of lintian warnings non-free/1.26-2
authorBdale Garbee <bdale@gag.com>
Wed, 17 Aug 2011 21:30:55 +0000 (14:30 -0700)
committerBdale Garbee <bdale@gag.com>
Wed, 17 Aug 2011 21:30:55 +0000 (14:30 -0700)
debian/changelog
debian/control
debian/rules

index ee56637024988500dac3607cd2f8996789349c1c..213154724110b26e6069b2f0b2773b709a900116 100644 (file)
@@ -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
index 5feaf92ded1eaa7eebb4164ab60977db2e914ad1..3aeb3c0bb31b7c7a8beef0ab6d526099c0ffccc1 100644 (file)
@@ -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 
index c791ae116ae92bf7467ef667a0b7a98d1ebab3c3..604f2fd88169f6f22bb26129524e0610b90b1e8b 100755 (executable)
@@ -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 $@