From: Russ Allbery Date: Mon, 20 Aug 2007 05:47:35 +0000 (+0000) Subject: * Stop installing the Administrator's Reference. All of the useful X-Git-Tag: debian/1.4.4.dfsg1-7~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=222a671556af6a8ffeaf40e25de4e2b7a193da9b;p=packages%2Fo%2Fopenafs.git * Stop installing the Administrator's Reference. All of the useful information in here has been converted to man pages. --- diff --git a/debian/changelog b/debian/changelog index f1d552290..e9830fc53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -openafs (1.4.4.dfsg1-7) unstable; urgency=low +openafs (1.4.4.dfsg1-7) UNRELEASED; urgency=low * Switch to quilt for managing patches to the upstream source. + * Stop installing the Administrator's Reference. All of the useful + information in here has been converted to man pages. * Use the upstream man page for pt_util, which lets us remove the docbook-to-man build dependency. * Restructure the source for the module package. The build files for @@ -10,7 +12,7 @@ openafs (1.4.4.dfsg1-7) unstable; urgency=low * Fix debhelper dependencies for the module build. * Update module standards version to 3.7.2 (no changes required). - -- + -- Russ Allbery Sun, 19 Aug 2007 22:48:02 -0700 openafs (1.4.4.dfsg1-6) unstable; urgency=low diff --git a/debian/openafs-doc.doc-base.openafs-admin-ref b/debian/openafs-doc.doc-base.openafs-admin-ref deleted file mode 100644 index 82047df91..000000000 --- a/debian/openafs-doc.doc-base.openafs-admin-ref +++ /dev/null @@ -1,13 +0,0 @@ -Document: openafs-admin-ref -Title: AFS Administration Reference -Author: IBM -Abstract: Detailed documentation of AFS commands and configuration files. - Included is documentation of user commands (fs, pts, etc.), the client - cache manager and debugging tools, and server processes (ptserver, - vlserver, fileserver, etc.). This documentation is roughly equivalent - to man pages. -Section: Apps/Net - -Format: HTML -Index: /usr/share/doc/openafs-doc/html/AdminReference/auarf000.htm -Files: /usr/share/doc/openafs-doc/html/AdminReference/* diff --git a/debian/patches/no-admin-reference b/debian/patches/no-admin-reference new file mode 100644 index 000000000..5a3df4b3a --- /dev/null +++ b/debian/patches/no-admin-reference @@ -0,0 +1,13 @@ +The Admin Reference has now been completely replaced by the man pages, so +don't refer to it since we'll no longer bother to install it. + +--- openafs.orig/doc/html/index.htm ++++ openafs/doc/html/index.htm +@@ -24,7 +24,6 @@ +

Included: +

+
AFS Administrator's Guide +-
AFS Administration Reference +
AFS Quick Start Guide for UNIX +
AFS Quick Start Guide for Windows NT/2000 +
AFS User's Guide diff --git a/debian/patches/series b/debian/patches/series index b018bdcdc..282f390d2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,6 +5,7 @@ module-name pam-build bos-permissions compiler-flags +no-admin-reference amd64-syscall-probe des-alignment ka-forwarder diff --git a/debian/rules b/debian/rules index 573880e52..84e865e78 100755 --- a/debian/rules +++ b/debian/rules @@ -184,7 +184,7 @@ binary-indep: build install binary-source dh_installchangelogs NEWS install -m 644 debian/openafs-client.NEWS \ debian/$(srcpkg)/usr/share/doc/$(srcpkg)/NEWS.Debian - dh_installdocs -XQuickStartWindows -Xwinnotes + dh_installdocs -XAdminReference -XQuickStartWindows -Xwinnotes dh_installexamples dh_link dh_compress