X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=fdd8a8bde6da3500a6e379dd9a92f9cb42c791d3;hb=b58e6ad0c28a8c3f67522541c91ae244cba72321;hp=e6251646c4162e60971cd8ed6a4da17d9664c8de;hpb=4433fc0b9c455b769a05150760469b08fc8ee506;p=debian%2Fsudo diff --git a/debian/control b/debian/control index e625164..fdd8a8b 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,14 @@ Source: sudo Section: admin Priority: optional Maintainer: Bdale Garbee -Build-Depends: debhelper (>= 5), libpam0g-dev, libldap2-dev, autotools-dev, bison, flex -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 7), libpam0g-dev, libldap2-dev, libsasl2-dev, libselinux1-dev [linux-any], autoconf, automake, libtool, 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 -Depends: ${shlibs:Depends}, libpam-modules +Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-modules Conflicts: sudo-ldap Replaces: sudo-ldap Description: Provide limited super user privileges to specific users @@ -16,11 +18,11 @@ 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 -Depends: ${shlibs:Depends}, libpam-modules +Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-modules Conflicts: sudo Replaces: sudo Provides: sudo @@ -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.