From: Russ Allbery Date: Mon, 16 Apr 2007 01:14:33 +0000 (+0000) Subject: * Prefer alpha_linux_26 to alpha_linux_24 for the non-kernel build on X-Git-Tag: debian/1.4.4.dfsg1-2~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=982874c9be2372edd96e8a582f9a7fa143f7024d;p=packages%2Fo%2Fopenafs.git * Prefer alpha_linux_26 to alpha_linux_24 for the non-kernel build on Alpha, now that the source supports it. --- diff --git a/debian/changelog b/debian/changelog index 027d63f71..b364e347e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ openafs (1.4.4.dfsg1-2) unstable; urgency=low (everything except non-64-bit sparc_linux). Fixes build problems with ia64 and probably other architectures. Thanks to Ippokratis Pandis for the debugging help. (Closes: #411818) + * Prefer alpha_linux_26 to alpha_linux_24 for the non-kernel build on + Alpha, now that the source supports it. * Fix the watch file to remove .dfsg\d+ when comparing versions. -- diff --git a/debian/sysname b/debian/sysname index 8a3adaee8..2cf08599e 100755 --- a/debian/sysname +++ b/debian/sysname @@ -7,7 +7,7 @@ case `dpkg --print-installation-architecture` in alpha) - echo alpha_linux_24 + echo alpha_linux_26 ;; amd64) echo amd64_linux26