add build deps to enable use of autoreconf in rules
[debian/sudo] / debian / control
index 90f5800add85dc432c7bea66c9624b250e8b08a7..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
@@ -29,5 +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, which allows the sudoers database
- to be distributed via LDAP.  Authentication is still performed via pam.
+ 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.