From: Russ Allbery Date: Tue, 16 Jan 2007 23:23:49 +0000 (+0000) Subject: * Backport to sarge for backports.org. X-Git-Tag: backports/1.4.2-4.bpo.1~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f4b83cf8d0806c74685493e6ddd3ef45661c45a7;p=packages%2Fo%2Fopenafs.git * Backport to sarge for backports.org. * Drop debugging package since it requires debhelper 5. --- diff --git a/debian/changelog b/debian/changelog index 102e46933..f9f39cca6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openafs (1.4.2-4~bpo.1) unstable; urgency=low + + * Backport to sarge for backports.org. + * Drop debugging package since it requires debhelper 5. + + -- Russ Allbery Tue, 16 Jan 2007 15:23:53 -0800 + openafs (1.4.2-4) unstable; urgency=low * Update documentation to note that enabling v4 support or running diff --git a/debian/compat b/debian/compat index 7ed6ff82d..b8626c4cf 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +4 diff --git a/debian/control b/debian/control index 09d48a4fb..6c5a5cb4f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Sam Hartman Uploaders: Russ Allbery -Build-Depends: debhelper (>= 5), libncurses5-dev, libpam0g-dev, bison, docbook-to-man, flex, perl, comerr-dev, libkrb5-dev +Build-Depends: debhelper (>= 4.0.2), libncurses5-dev, libpam0g-dev, bison, docbook-to-man, flex, perl, comerr-dev, libkrb5-dev Standards-Version: 3.7.2 Package: openafs-client @@ -126,16 +126,3 @@ Description: AFS distributed filesystem kaserver PAM module This package provides a PAM module for existing sites using the AFS kaserver for authentication. New sites should use a Kerberos v5 implementation, a Kerberos v5 PAM module, and libpam-openafs-session. - -Package: openafs-dbg -Priority: extra -Depends: openafs-fileserver (= ${binary:Version}) -Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64 ppc64 -Section: libdevel -Description: AFS distributed filesystem debugging information - AFS is a distributed filesystem allowing cross-platform sharing of - files among multiple computers. Facilities are provided for access - control, authentication, backup and administrative management. - . - This package contains the debugging information for the OpenAFS - fileserver and volserver. diff --git a/debian/rules b/debian/rules index 2d82925ec..4e59e1b16 100755 --- a/debian/rules +++ b/debian/rules @@ -192,7 +192,7 @@ binary-arch: build install DH_OPTIONS= dh_installinit -popenafs-client -r -- defaults 25 18 DH_OPTIONS= dh_installinit -popenafs-fileserver -r dh_link - dh_strip --dbg-package=openafs-dbg + dh_strip rm -r debian/openafs-dbg/usr/lib/debug/sbin rm -r debian/openafs-dbg/usr/lib/debug/usr/bin rm -r debian/openafs-dbg/usr/lib/debug/usr/sbin