X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=301b83f8b855cdf0d07f07af513aac25bd4f63d1;hb=d67259f52538c444af249fb89269ea0fae5f7e81;hp=2042d9f4f15918a2cb91f7a204f5a1779bbbf049;hpb=d568901ab3633792dfc3e1a8056739a8fe72203b;p=unscd.git diff --git a/debian/control b/debian/control index 2042d9f..301b83f 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,19 @@ Source: unscd Section: admin -Priority: extra -Standards-Version: 3.8.0 -Build-Depends: debhelper (>= 4), groff-base +Priority: optional +Standards-Version: 4.1.1 +Build-Depends: debhelper (>= 10), groff-base, help2man, dh-systemd Maintainer: Don Armstrong +Vcs-Browser: https://git.donarmstrong.com/unscd.git +Vcs-Git: https://git.donarmstrong.com/unscd.git + Package: unscd -Section: admin -Priority: extra Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: nscd +Replaces: nscd +Provides: nscd Homepage: http://busybox.net/~vda/unscd/ Description: Micro Name Service Caching Daemon A daemon which handles passwd, group and host lookups for running @@ -20,9 +23,9 @@ Description: Micro Name Service Caching Daemon . This particular NSCD is a complete rewrite of the GNU glibc nscd which is a single threaded server process which offloads all NSS - lookups to worker children; cache hits are handled by pthe parent, + lookups to worker children; cache hits are handled by the parent, and only cache misses start worker children, making the parent immune to resource leaks, hangs, and crashes in NSS libraries. . It should mostly be a drop-in replacement for existing installs using - nscd. \ No newline at end of file + nscd.