From b2c77d7ac68ecd0c7a4c6fd8e0b1a7398b35e46d Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 7 Sep 2010 11:16:31 -0600 Subject: [PATCH] clean up lintian warnings --- debian/control | 4 ++-- debian/rules | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 \ -- 2.47.2