Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-12-07 13:18:20 +0100
committerArthur de Jong <arthur@arthurdejong.org>2006-12-07 13:18:20 +0100
commit7afb9bcb18e31d5188aa29adc08c59cb13602c34 (patch)
treed5a08d5519e3e8726a1903ba0dc7ca58ab6fa568 /debian/control
parent90d5786c198c66a24d02cd07efebef83d163b87c (diff)
initial step to get working Debian packaging
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@142 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control11
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 2d73326..e8ef071 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
-Source: libnss-ldap
+Source: libnss-ldapd
Section: net
Priority: extra
-Maintainer: Stephen Frost <sfrost@debian.org>
+Maintainer: Arthur de Jong <adejong@debian.org>
Standards-Version: 3.5.9.0
-Build-Depends: cdbs, debhelper (>= 4.1.13), libkrb5-dev, libldap2-dev, libsasl2-dev, autoconf, automake1.9, po-debconf (>= 0.5.0)
+Build-Depends: cdbs, debhelper (>= 4.1.13), libkrb5-dev, libldap2-dev, libsasl2-dev, po-debconf (>= 0.5.0)
-Package: libnss-ldap
+Package: libnss-ldapd
Architecture: any
Depends: ${shlibs:Depends}, debconf | debconf-2.0
Recommends: nscd, libpam-ldap
+Conflicts: libnss-ldap
Description: NSS module for using LDAP as a naming service
This package provides a Name Service Switch that allows your LDAP server
act as a name service. This means providing user account information,
group id's, host information, aliases, netgroups, and basically anything
else that you would normally get from /etc flat files or NIS.
.
- If used with glibc 2.1's nscd (Name Service Cache Daemon) it will help
+ If used with glibc's nscd (Name Service Cache Daemon) it will help
reduce your network traffic and speed up lookups for entries.