From: Sam Hartman Date: Sun, 24 Oct 2004 16:39:47 +0000 (+0000) Subject: * Remove call to dh_suidregister X-Git-Tag: debian/1.3.73-1~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1ea4be827efa402575557a1ac466c40ecc4550a1;p=packages%2Fo%2Fopenafs.git * Remove call to dh_suidregister * Update sysname to prefer 2.4 on more arches for largefile issues --- diff --git a/debian/changelog b/debian/changelog index 01abf7262..22da3adbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 24 Oct 2004 12:39:02 -0400 + openafs (1.3.71-1) experimental; urgency=low * New upstream version diff --git a/debian/kern-sysname b/debian/kern-sysname index a8f1142bd..c8f7f248b 100644 --- a/debian/kern-sysname +++ b/debian/kern-sysname @@ -55,6 +55,9 @@ i[3456]86) 2.4*) echo ppc_linux24 ;; + 2.6) + echo ppc_linux26 + ;; esac ;; s390) diff --git a/debian/rules b/debian/rules index 5d7300f18..f76371286 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/debian/sysname b/debian/sysname index 6ebf3423b..d5b1d398c 100755 --- a/debian/sysname +++ b/debian/sysname @@ -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