]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Stop linking the openafs-fileserver doc directory to openafs-client
authorRuss Allbery <rra@debian.org>
Wed, 20 Jan 2010 01:56:21 +0000 (17:56 -0800)
committerRuss Allbery <rra@debian.org>
Wed, 20 Jan 2010 04:27:14 +0000 (20:27 -0800)
* Stop linking the openafs-fileserver doc directory to openafs-client so
  that we can provide a separate NEWS.Debian.

debian/changelog
debian/rules

index 8ea9859450289654233b6495f30ba39cc8a08f3e..1cc0f7971baa86722e0afffaab4d1a668015fa5c 100644 (file)
@@ -5,6 +5,8 @@ openafs (1.4.11+dfsg-7) UNRELEASED; urgency=low
     debian/import-upstream script to do a Git-aware merge of a new
     upstream release that will allow us to cherry-pick upstream patches
     and do proper merges.
+  * Stop linking the openafs-fileserver doc directory to openafs-client so
+    that we can provide a separate NEWS.Debian.
 
  -- Russ Allbery <rra@debian.org>  Tue, 05 Jan 2010 17:03:24 -0800
 
index aa5fd58ca998825a63f072ba41e64cd501e6564a..8a80621b795e60f0d7d93d6d92ebea99cf0563db 100755 (executable)
@@ -39,8 +39,7 @@ HTML_XSL   = /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl
 # The /usr/share/doc directory for these packages should be a symlink to
 # /usr/share/doc/openafs-client.  Any package on this list must depend on
 # openafs-client.
-DOC_PACKAGES = libpam-openafs-kaserver openafs-dbserver openafs-fileserver \
-       openafs-kpasswd
+DOC_PACKAGES = libpam-openafs-kaserver openafs-dbserver openafs-kpasswd
 
 # These are files that we know we don't want to install.  List them so that we
 # can use dh_install --fail-missing and catch anything new that shows up.