X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=49dff0fb8c847df2892e395e5265c687e958a47e;hb=dfac96c4471030546a06cbd016dec0a557062a04;hp=2042d9f4f15918a2cb91f7a204f5a1779bbbf049;hpb=d568901ab3633792dfc3e1a8056739a8fe72203b;p=unscd.git diff --git a/debian/control b/debian/control index 2042d9f..49dff0f 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,21 @@ Source: unscd Section: admin -Priority: extra -Standards-Version: 3.8.0 -Build-Depends: debhelper (>= 4), groff-base +Priority: optional +Standards-Version: 4.1.4 +Build-Depends: debhelper (>= 10), groff-base, help2man, + libsystemd-dev Maintainer: Don Armstrong +Homepage: https://busybox.net/~vda/unscd/ +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}, lsb-base Conflicts: nscd -Homepage: http://busybox.net/~vda/unscd/ +Replaces: nscd +Provides: nscd Description: Micro Name Service Caching Daemon A daemon which handles passwd, group and host lookups for running programs and caches the results for the next query. You only need @@ -20,9 +24,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.