From: Russ Allbery Date: Wed, 20 Jan 2010 01:56:21 +0000 (-0800) Subject: Stop linking the openafs-fileserver doc directory to openafs-client X-Git-Tag: debian/1.5.73.3-1~39 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c531f9a3fa1803a7206950c4f3eadbdd098473ab;p=packages%2Fo%2Fopenafs.git Stop linking the openafs-fileserver doc directory to openafs-client * Stop linking the openafs-fileserver doc directory to openafs-client so that we can provide a separate NEWS.Debian. --- diff --git a/debian/changelog b/debian/changelog index fdc3552de..02295f2f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 21 Aug 2009 22:19:03 -0700 diff --git a/debian/rules b/debian/rules index 918db3b67..c678f6f9d 100755 --- a/debian/rules +++ b/debian/rules @@ -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.