]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Since 2.6 is the supported kernel for etch, build the userspace with
authorRuss Allbery <rra@debian.org>
Wed, 29 Mar 2006 20:56:10 +0000 (20:56 +0000)
committerRuss Allbery <rra@debian.org>
Wed, 29 Mar 2006 20:56:10 +0000 (20:56 +0000)
    a sysname of *_linux26 where supported.  This only affects the sys
    command.  (Using livesys instead is better.)  (Closes: #358118)

debian/changelog
debian/sysname

index 9ee4d694686806649c07755a753bde7b26f1ee5b..e263beb51e78a315a3426a0cce485606b5516b0c 100644 (file)
@@ -11,10 +11,13 @@ openafs (1.4.0+rc10-1) UNRELEASED; urgency=low
     - Include ka-forwarder from the old migration toolkit.
     - Add man pages for asetkey and ka-forwarder.
   * Subsume openafs-doc into this source package.
+  * Since 2.6 is the supported kernel for etch, build the userspace with
+    a sysname of *_linux26 where supported.  This only affects the sys
+    command.  (Using livesys instead is better.)  (Closes: #358118)
   * Always pass the system type into Autoconf, following autotools-dev
     best practices.
 
- -- Russ Allbery <rra@debian.org>  Wed, 29 Mar 2006 12:36:19 -0800
+ -- Russ Allbery <rra@debian.org>  Wed, 29 Mar 2006 12:54:37 -0800
 
 openafs (1.4.0-4) unstable; urgency=low
 
index b47488d10df9e4ff191c717da1c9d7dea4067c1d..8a3adaee8b1aedc22e091db081235b6dd500e7f4 100755 (executable)
@@ -10,25 +10,25 @@ alpha)
     echo alpha_linux_24
     ;;
 amd64)
-    echo amd64_linux24
+    echo amd64_linux26
     ;;
 hppa)
     echo parisc_linux24
     ;;
 i[3456]86)
-    echo i386_linux24
+    echo i386_linux26
     ;;
 ia64)
-    echo ia64_linux24
+    echo ia64_linux26
     ;;
 powerpc)
-    echo ppc_linux24
+    echo ppc_linux26
     ;;
 ppc64)
-    echo ppc64_linux24
+    echo ppc64_linux26
     ;;
 s390)
-    echo s390_linux24
+    echo s390_linux26
     ;;
 sparc|sparc64)
     echo sparc_linux24