From: Sam Hartman Date: Wed, 6 Apr 2005 15:11:18 +0000 (+0000) Subject: * Oops, update debian/sysname because hppa is hppa not parisc-*-linux-* X-Git-Tag: debian/1.3.81-2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2eebe76872d73cb6b4f66305b463e307ecb4c5d1;p=packages%2Fo%2Fopenafs.git * Oops, update debian/sysname because hppa is hppa not parisc-*-linux-* since we now use dpkg --print-installation-architecture --- diff --git a/debian/changelog b/debian/changelog index e2cbc91ab..7e295082f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openafs (1.3.81-2) unstable; urgency=low + + * Oops, update debian/sysname because hppa is hppa not parisc-*-linux-* + since we now use dpkg --print-installation-architecture + + -- Sam Hartman Wed, 6 Apr 2005 11:10:14 -0400 + openafs (1.3.81-1) unstable; urgency=low * New Upstream version diff --git a/debian/sysname b/debian/sysname index 3531357fe..d1aa91492 100755 --- a/debian/sysname +++ b/debian/sysname @@ -9,7 +9,7 @@ i[3456]86) ia64) echo ia64_linux24 ;; - parisc*) + hppa) echo parisc_linux24 ;; powerpc)