From: Bdale Garbee Date: Tue, 7 Sep 2010 17:16:31 +0000 (-0600) Subject: clean up lintian warnings X-Git-Tag: debian/1.7.4p4-1~3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b2c77d7ac68ecd0c7a4c6fd8e0b1a7398b35e46d;p=debian%2Fsudo clean up lintian warnings --- diff --git a/debian/control b/debian/control index 5e2507e..690ac3d 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: sudo Section: admin Priority: optional Maintainer: Bdale Garbee -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 diff --git a/debian/rules b/debian/rules index 13c0904..cf1318d 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \