From bd1d1ebffdbc8177caee2c120a6965884d0820b7 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 27 Jun 2008 23:25:50 -0700 Subject: [PATCH] Add lpia as an alias for i386 Enable support for lpia by making it synonymous with i386. This means that lpia systems will get a sysname of i386_linux26, which isn't ideal but should at least work. --- debian/changelog | 3 +++ debian/control | 16 ++++++++-------- debian/module/sysname | 2 +- debian/sysname | 2 +- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index d0f4a74f2..cf243c262 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ openafs (1.4.7.dfsg1-3) UNRELEASED; urgency=low * Apply upstream delta for Linux 2.6.26 support. * Enable support for arm and armel, added upstream in 1.4.7. + * Enable support for lpia by making it synonymous with i386. This means + that lpia systems will get a sysname of i386_linux26, which isn't + ideal but should at least work. * When clearing the restart time while installing a new cell, pass -localauth to avoid an authentication failure. Thanks, Davor Ocelic. (Closes: #488152) diff --git a/debian/control b/debian/control index b827be232..2461d4da0 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 powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel hppa 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 @@ -26,7 +26,7 @@ Description: AFS distributed filesystem client support Package: openafs-kpasswd Priority: extra -Architecture: alpha amd64 arm armel hppa i386 ia64 powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel hppa 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 @@ -40,7 +40,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 powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, ${misc:Depends}, openafs-client, lsb-base Recommends: ntp Suggests: openafs-doc @@ -53,7 +53,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 powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, ${perl:Depends}, openafs-fileserver, openafs-client Suggests: openafs-doc Conflicts: openafs-ptutil @@ -80,7 +80,7 @@ Description: AFS distributed filesystem documentation protocol documentation, and other OpenAFS documentation. Package: openafs-krb5 -Architecture: alpha amd64 arm armel hppa i386 ia64 powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel hppa 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 @@ -95,7 +95,7 @@ Description: AFS distributed filesystem Kerberos 5 integration Package: libopenafs-dev Section: libdevel -Architecture: alpha amd64 arm armel hppa i386 ia64 powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc Priority: extra Depends: ${shlibs:Depends} Suggests: openafs-doc @@ -120,7 +120,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 powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel hppa i386 ia64 lpia powerpc ppc64 s390 s390x sparc Priority: extra Depends: ${shlibs:Depends}, openafs-client Description: AFS distributed filesystem kaserver PAM module @@ -135,7 +135,7 @@ Description: AFS distributed filesystem kaserver PAM module Package: openafs-dbg Section: libdevel Priority: extra -Architecture: alpha amd64 arm armel hppa i386 ia64 powerpc ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel hppa 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 7c4176c0f..c825c430d 100755 --- a/debian/module/sysname +++ b/debian/module/sysname @@ -38,7 +38,7 @@ hppa) ;; esac ;; -i[3456]86) +i[3456]86|lpia) case $KVERS in 2.2*) echo i386_linux22 diff --git a/debian/sysname b/debian/sysname index 77ba91fd9..a864286e8 100755 --- a/debian/sysname +++ b/debian/sysname @@ -18,7 +18,7 @@ amd64) hppa) echo parisc_linux24 ;; -i[3456]86) +i[3456]86|lpia) echo i386_linux26 ;; ia64) -- 2.39.5