From: Russ Allbery Date: Sat, 19 Jul 2008 03:37:59 +0000 (-0700) Subject: Drop support for hppa X-Git-Tag: debian/1.4.7.dfsg1-5~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cb26726720a98c98a8b3be82eecad57a8818dd5b;p=packages%2Fo%2Fopenafs.git Drop support for hppa We only have a param file for a 2.4 kernel, we were building with UCONTEXT which is stubbed out in glibc for hppa, and builds without UCONTEXT fail. The binaries we were building before didn't work and no one reported a bug, indicating no one was attempting to use OpenAFS on hppa. --- diff --git a/debian/changelog b/debian/changelog index d452dffab..2906b284f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +openafs (1.4.7.dfsg1-5) unstable; urgency=low + + * Drop support for hppa. We only have a param file for a 2.4 kernel, + we were building with UCONTEXT which is stubbed out in glibc for hppa, + and builds without UCONTEXT fail. The binaries we were building + before didn't work and no one reported a bug, indicating no one was + attempting to use OpenAFS on hppa. + + -- Russ Allbery Fri, 18 Jul 2008 20:34:04 -0700 + openafs (1.4.7.dfsg1-4) unstable; urgency=low * Undo the move of up.pod to afs-up.pod in debian/rules clean rather diff --git a/debian/control b/debian/control index 0db144f6e..e31a8da01 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Git: git://git.debian.org/git/pkg-k5-afs/openafs.git Vcs-Browser: http://git.debian.org/?p=pkg-k5-afs/openafs.git Package: openafs-client -Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: openafs-modules-source (>= 1.2.9) | openafs-modules2, lsof Suggests: openafs-doc, openafs-krb5 @@ -27,7 +27,7 @@ Description: AFS distributed filesystem client support Package: openafs-kpasswd Priority: extra -Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, openafs-client Conflicts: krb5-user, heimdal-clients, kerberos4kth-clients Description: AFS distributed filesystem old password changing @@ -41,7 +41,7 @@ Description: AFS distributed filesystem old password changing package for new cells or for cells using Kerberos v5. Package: openafs-fileserver -Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, ${misc:Depends}, openafs-client, lsb-base Recommends: ntp Suggests: openafs-doc @@ -54,7 +54,7 @@ Description: AFS distributed filesystem file server installed on any machine that will export files into AFS. Package: openafs-dbserver -Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, ${perl:Depends}, openafs-fileserver, openafs-client Suggests: openafs-doc Conflicts: openafs-ptutil @@ -81,7 +81,7 @@ Description: AFS distributed filesystem documentation protocol documentation, and other OpenAFS documentation. Package: openafs-krb5 -Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends} Conflicts: openafs-client (<< 1.4.7.dfsg1-1) Description: AFS distributed filesystem Kerberos 5 integration @@ -96,7 +96,7 @@ Description: AFS distributed filesystem Kerberos 5 integration Package: libopenafs-dev Section: libdevel -Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Priority: extra Depends: ${shlibs:Depends} Suggests: openafs-doc @@ -121,7 +121,7 @@ Description: AFS distributed filesystem kernel module source This package provides source to the AFS kernel modules. Package: libpam-openafs-kaserver -Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Priority: extra Depends: ${shlibs:Depends}, openafs-client Description: AFS distributed filesystem kaserver PAM module @@ -136,7 +136,7 @@ Description: AFS distributed filesystem kaserver PAM module Package: openafs-dbg Section: libdevel Priority: extra -Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: openafs-fileserver (= ${binary:Version}) | libpam-openafs-kaserver (= ${binary:Version}) Description: AFS distributed filesystem debugging information diff --git a/debian/module/sysname b/debian/module/sysname index c825c430d..c745af6af 100755 --- a/debian/module/sysname +++ b/debian/module/sysname @@ -31,13 +31,6 @@ arm|armel) ;; esac ;; -hppa) - case $KVERS in - 2.4*) - echo parisc_linux24 - ;; - esac - ;; i[3456]86|lpia) case $KVERS in 2.2*) diff --git a/debian/sysname b/debian/sysname index a864286e8..b39a5209c 100755 --- a/debian/sysname +++ b/debian/sysname @@ -15,9 +15,6 @@ arm|armel) amd64) echo amd64_linux26 ;; -hppa) - echo parisc_linux24 - ;; i[3456]86|lpia) echo i386_linux26 ;;