clean up lintian warnings
authorBdale Garbee <bdale@gag.com>
Tue, 7 Sep 2010 17:16:31 +0000 (11:16 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 7 Sep 2010 17:16:31 +0000 (11:16 -0600)
debian/control
debian/rules

index 5e2507eee54bd36241e1a4d5468a065c103943bc..690ac3d63cda0b06f3a335bd06658487a947b1c6 100644 (file)
@@ -2,8 +2,8 @@ Source: sudo
 Section: admin
 Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
-Build-Depends: debhelper (>= 5), libpam0g-dev, libldap2-dev, libsasl2-dev, autotools-dev, bison, flex
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7), libpam0g-dev, libldap2-dev, libsasl2-dev, autotools-dev, bison, flex
+Standards-Version: 3.9.1
 
 Package: sudo
 Architecture: any
index 13c090403dc67b27df665882e50c7395252d4af3..cf1318dc01c99912500eb464ec280287229c1862 100755 (executable)
@@ -94,7 +94,9 @@ install: build-stamp
 
        # remove stuff we don't want
        rm -f   debian/sudo/etc/sudoers \
-               debian/sudo-ldap/etc/sudoers
+               debian/sudo-ldap/etc/sudoers \
+               debian/sudo/usr/share/doc/sudo/LICENSE* \
+               debian/sudo-ldap/usr/share/doc/sudo/LICENSE*
 
        # and install things we do want that make install doesn't know about
        install -o root -g root -m 0644 debian/sudo.pam \