]> git.donarmstrong.com Git - unscd.git/blobdiff - debian/control
* update compatibility level to 5
[unscd.git] / debian / control
index 2042d9f4f15918a2cb91f7a204f5a1779bbbf049..b431ac9fc720a83b481fec794e30c10cc88dec2e 100644 (file)
@@ -1,8 +1,8 @@
 Source: unscd
 Section: admin
 Priority: extra
-Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 4), groff-base
+Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 5), groff-base
 Maintainer: Don Armstrong <don@debian.org>
 
 Package: unscd
@@ -11,6 +11,8 @@ Priority: extra
 Architecture: any
 Depends: ${shlibs: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 +22,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.