From f4726b520fc04f211cb415c89008601ccdf01fab Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 6 Apr 2005 12:09:37 +0000 Subject: [PATCH] *debian/changelog: document 1.3.81-1 * debian/sysname: Use aalpha_linux_24 to get largefile --- debian/changelog | 8 ++++++++ debian/sysname | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ed0afc90f..e2cbc91ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openafs (1.3.81-1) unstable; urgency=low + + * New Upstream version + * Use Linux 2.4 as the claimed userspace OS for alpha; hopefully this + resolves the largefile issue and allows us to build again, Closes: #271923 + + -- Sam Hartman Wed, 6 Apr 2005 08:08:29 -0400 + openafs (1.3.80-1) UNRELEASED; urgency=low * New upstream version, Closes: #297781 diff --git a/debian/sysname b/debian/sysname index a392f9be9..3531357fe 100755 --- a/debian/sysname +++ b/debian/sysname @@ -1,7 +1,7 @@ #!/bin/sh case `dpkg --print-installation-architecture` in alpha) - echo alpha_linux_22 + echo alpha_linux_24 ;; i[3456]86) echo i386_linux24 -- 2.39.5