]> git.donarmstrong.com Git - unscd.git/blob - debian/control
Use compat level 10
[unscd.git] / debian / control
1 Source: unscd
2 Section: admin
3 Priority: extra
4 Standards-Version: 3.9.8
5 Build-Depends: debhelper (>= 10), groff-base, help2man, dh-systemd
6 Maintainer: Don Armstrong <don@debian.org>
7 Vcs-Browser: http://git.donarmstrong.com/unscd.git
8 Vcs-Git: git://git.donarmstrong.com/unscd.git
9
10
11 Package: unscd
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Conflicts: nscd
15 Replaces: nscd
16 Provides: nscd
17 Homepage: http://busybox.net/~vda/unscd/
18 Description: Micro Name Service Caching Daemon
19  A daemon which handles passwd, group and host lookups for running
20  programs and caches the results for the next query. You only need
21  this package if you are using slow Name Services like LDAP, NIS or
22  NIS+.
23  .
24  This particular NSCD is a complete rewrite of the GNU glibc nscd
25  which is a single threaded server process which offloads all NSS
26  lookups to worker children; cache hits are handled by the parent,
27  and only cache misses start worker children, making the parent immune
28  to resource leaks, hangs, and crashes in NSS libraries.
29  .
30  It should mostly be a drop-in replacement for existing installs using
31  nscd.