From 8fda2761817914b15f0fb69a878590b601ff2014 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sun, 24 Oct 2004 18:45:41 +0000 Subject: [PATCH] * Patch from pnelson@ANDREW.CMU.EDU to add x86_64 support to sysname scripts --- debian/changelog | 3 ++- debian/control | 12 ++++++------ debian/kern-sysname | 10 ++++++++++ debian/sysname | 3 +++ 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 22da3adbb..62198c876 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ openafs (1.3.73-1) UNRELEASED; urgency=low * New upstream version * Remove call to dh_suidregister * Update sysname to prefer 2.4 on more arches for largefile issues + * Patch from pnelson@ANDREW.CMU.EDU to add x86_64 support to sysname scripts - -- Sam Hartman Sun, 24 Oct 2004 12:39:02 -0400 + -- Sam Hartman Sun, 24 Oct 2004 14:45:22 -0400 openafs (1.3.71-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 2c34949e4..5ffa592f0 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 4.1.16), libncurses5-dev, libpam0g-dev, bison, docb Standards-Version: 3.5.0 Package: openafs-client -Architecture: i386 powerpc sparc alpha s390 ia64 hppa +Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64 Depends: ${shlibs:Depends}, debconf, openafs-modules-source (>= 1.2.9)|openafs-modules2 Conflicts: arla, openafs-modules1 Description: The AFS distributed filesystem- client support @@ -19,7 +19,7 @@ Description: The AFS distributed filesystem- client support Package: openafs-kpasswd Priority: extra -Architecture: i386 powerpc sparc alpha s390 ia64 hppa +Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64 Depends: ${shlibs:Depends}, openafs-client (= ${Source-Version}) Conflicts: krb5-user, heimdal-clients Description: The AFS distributed filesystem- old password changing @@ -33,7 +33,7 @@ Description: The AFS distributed filesystem- old password changing not install this package for new cells or for cells using Kerberos5. Package: openafs-fileserver -Architecture: i386 powerpc sparc alpha s390 ia64 hppa +Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64 Depends: ${shlibs:Depends}, debconf, openafs-client (= ${Source-Version}) Recommends: ntp Description: The AFS distributed filesystem- file server @@ -45,7 +45,7 @@ Description: The AFS distributed filesystem- file server installed on any machine that will export files into AFS. Package: openafs-dbserver -Architecture: i386 powerpc sparc alpha s390 ia64 hppa +Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64 Depends: ${shlibs:Depends}, debconf, openafs-fileserver (= ${Source-Version}), openafs-client (= ${Source-Version}), perl5 Conflicts: openafs-ptutil Replaces: openafs-ptutil @@ -61,7 +61,7 @@ Description: The AFS distributed filesystem- database server Package: libopenafs-dev Section: libdevel -Architecture: i386 powerpc sparc alpha s390 ia64 hppa +Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64 Priority: extra Description: The AFS distributed filesystem- development libraries AFS is a distributed filesystem allowing cross-platform sharing of @@ -86,7 +86,7 @@ Package: libpam-openafs-kaserver Priority: extra Depends: ${shlibs:Depends} Recommends: openafs-client -Architecture: i386 powerpc sparc alpha s390 ia64 hppa +Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64 Description: The AFS distributed filesystem- kaserver PAM module AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access diff --git a/debian/kern-sysname b/debian/kern-sysname index c8f7f248b..a33cd7237 100644 --- a/debian/kern-sysname +++ b/debian/kern-sysname @@ -12,6 +12,16 @@ i[3456]86) echo i386_linux26 ;; esac +;; +x86_64) + case $KVERS in + 2.4*) + echo amd64_linux24 + ;; + 2.6*) + echo amd64_linux26 + ;; + esac ;; ia64) echo ia64_linux24 diff --git a/debian/sysname b/debian/sysname index d5b1d398c..1216aa6fb 100755 --- a/debian/sysname +++ b/debian/sysname @@ -21,6 +21,9 @@ i[3456]86) s390) echo s390_linux24 ;; + x86_64) + echo amd64_linux24 + ;; *) echo ERROr: sysname not yet known exit 1 -- 2.39.5