]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Remove call to dh_suidregister
authorSam Hartman <hartmans@debian.org>
Sun, 24 Oct 2004 16:39:47 +0000 (16:39 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 24 Oct 2004 16:39:47 +0000 (16:39 +0000)
  * Update sysname to prefer 2.4 on more arches for largefile issues

debian/changelog
debian/kern-sysname
debian/rules
debian/sysname

index 01abf72624b074cf4e5b2a58dda3bb47764e7395..22da3adbba0debe9fa77b362357fbc0ad5de0398 100644 (file)
@@ -1,3 +1,11 @@
+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
+
+ -- Sam Hartman <hartmans@mit.edu>  Sun, 24 Oct 2004 12:39:02 -0400
+
 openafs (1.3.71-1) experimental; urgency=low
 
   * New upstream version
index a8f1142bd1faf9451addf87174871a1827f0f9c8..c8f7f248b034c484cfd978ae347949eeaaf08259 100644 (file)
@@ -55,6 +55,9 @@ i[3456]86)
            2.4*)
                echo ppc_linux24
                ;;
+           2.6)
+               echo ppc_linux26
+               ;;
            esac
            ;;
     s390)
index 5d7300f18469647ccd09a34d21213c6446415340..f76371286b2f85e9ca49e4e1d46c4a8c192a2acd 100755 (executable)
@@ -124,7 +124,6 @@ binary-indep: build install binary-source
        dh_compress
        dh_fixperms
        # You may want to make some executables suid here.
-       dh_suidregister
        dh_installdeb
 #      dh_perl
        dh_gencontrol
@@ -158,7 +157,6 @@ binary-arch: build install
        chmod 700 debian/openafs-fileserver/etc/openafs/server
        chmod 700 debian/openafs-dbserver/var/lib/openafs/db
        chmod 700 debian/openafs-fileserver/var/lib/openafs/cores
-       dh_suidregister
        dh_installdeb
 #      dh_makeshlibs
 #      dh_perlc
index 6ebf3423bbae3aa1566b325fc006a287b593761a..d5b1d398c45fde0bd264458877581f52feb0d864 100755 (executable)
@@ -13,13 +13,13 @@ i[3456]86)
        echo parisc_linux24
        ;;
     ppc)
-       echo ppc_linux22
+       echo ppc_linux24
        ;;
     sparc|sparc64)
-       echo sparc_linux22
+       echo sparc_linux24
        ;;
     s390)
-    echo s390_linux22
+    echo s390_linux24
     ;;
        *)
        echo ERROr:  sysname not yet known