From b350fadcfaf5b3da8134934818a2117f4fc205be Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sun, 4 May 2003 03:34:44 +0000 Subject: [PATCH] Don't install pagsh manpage symlink --- debian/changelog | 8 ++++++++ debian/openafs-client.postinst | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index dc6f8db22..b5b2f52ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openafs (1.2.9-2) unstable; urgency=low + + * Fix to not build PAM krb since we don't install it and it breaks alpha, Closes: #189548 + * Don't install pagsh man page symlink since we no longer link to + undocumented, Closes: #189860 + + -- Sam Hartman Mon, 21 Apr 2003 21:05:51 -0400 + openafs (1.2.9-1) unstable; urgency=low * Literal newline fixes, Closes: #175627 diff --git a/debian/openafs-client.postinst b/debian/openafs-client.postinst index fec53387c..728ab32ff 100644 --- a/debian/openafs-client.postinst +++ b/debian/openafs-client.postinst @@ -15,8 +15,8 @@ set -e case "$1" in configure) - update-alternatives --install /usr/bin/pagsh pagsh /usr/bin/pagsh.openafs 100 \ - --slave /usr/share/man/man1/pagsh.1.gz pagsh.1.gz /usr/share/man/man1/pagsh.openafs.1.gz + update-alternatives --install /usr/bin/pagsh pagsh /usr/bin/pagsh.openafs 100 + test -d /afs || mkdir /afs . /usr/share/debconf/confmodule -- 2.39.5