]> 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 01:56:21 +0000 (17:56 -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 fdc3552de749dc5bff68eabd4d087e976fcc9b70..02295f2f22d7d684245d1cbcdcfd65d3674a3ffa 100644 (file)
@@ -33,6 +33,8 @@ openafs (1.5.69+dfsg-1) 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>  Fri, 21 Aug 2009 22:19:03 -0700
 
index 918db3b673a496fdb75dd81a7e475fc76b88c30e..c678f6f9d53d65334c881e72fb8125bb9f6dbb94 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.