From c1eecd4f6305b189c5c916f95108b8b423a6ef7b Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 20 Aug 2009 14:41:57 -0700 Subject: [PATCH] Changelog for armv5tel change, similar change for module package Add changelog entry for Danial Bayer's armv5tel support patch. Make the similar change to the module packaging files. --- debian/changelog | 8 ++++++++ debian/module/sysname | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 28b2774cb..aaa56a92c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openafs (1.4.11+dfsg-2) UNRELEASED; urgency=low + + * Add armv5tel to debian/sysname, mapping it to arm_linux26. Patch from + Daniel Bayer. Also make the similar change for the module source + package. + + -- Russ Allbery Thu, 20 Aug 2009 14:41:44 -0700 + openafs (1.4.11+dfsg-1) unstable; urgency=low * New upstream release. diff --git a/debian/module/sysname b/debian/module/sysname index 288f408e2..9a75e80e1 100755 --- a/debian/module/sysname +++ b/debian/module/sysname @@ -21,7 +21,7 @@ alpha) ;; esac ;; -arm|armel) +arm|armel|armv5tel) case $KVERS in 2.4*) echo arm_linux24 -- 2.39.5