]> git.donarmstrong.com Git - unscd.git/blobdiff - debian/control
depend on lsb-base for init script
[unscd.git] / debian / control
index 2042d9f4f15918a2cb91f7a204f5a1779bbbf049..3a6f5d2ce00b585246c678ce92b450b2acec623a 100644 (file)
@@ -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 <don@debian.org>
+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
+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.