add build deps to enable use of autoreconf in rules
[debian/sudo] / debian / control
index c217ab6a05948fcea0abd8ecd1e2173ebcba70ca..73b0a326dacfb8fb40d2d46b36b9f4106d55016d 100644 (file)
@@ -2,8 +2,10 @@ 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.3
+Build-Depends: debhelper (>= 7), libpam0g-dev, libldap2-dev, libsasl2-dev, libselinux1-dev [linux-any], autoconf, automake, autotools-dev, bison, flex
+Standards-Version: 3.9.3
+Vcs-Git: git://git.gag.com/debian/sudo
+Vcs-Browser: http://git.gag.com/?p=debian/sudo
 
 Package: sudo
 Architecture: any
@@ -16,7 +18,7 @@ Description: Provide limited super user privileges to specific users
  as few privileges as possible but still allow people to get their work done.
  .
  This version is built with minimal shared library dependencies, use the
- sudo-ldap package instead if you need LDAP support.
+ sudo-ldap package instead if you need LDAP support for sudoers.
 
 Package: sudo-ldap
 Architecture: any
@@ -29,4 +31,6 @@ Description: Provide limited super user privileges to specific users
  privileges to users and log root activity.  The basic philosophy is to give
  as few privileges as possible but still allow people to get their work done.
  .
- This version is built with LDAP support.
+ This version is built with LDAP support, which allows an equivalent of the
+ sudoers database to be distributed via LDAP.  Authentication is still 
+ performed via pam.