From 3288c1864c1d1751b5c77da9b57d17f6d9fb563f Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 21 Jan 2013 10:55:51 -0800 Subject: [PATCH] Remove unnecessary changes relative to upstream * Remove unnecessary change to the upstream Debian packaging files to support armhf. These files aren't used during a package build, so no need to carry a Debian patch. --- debian/changelog | 3 +++ src/packaging/Debian/module/sysname | 2 +- src/packaging/Debian/sysname | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e27520297..f65eab2c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ openafs (1.6.2~pre3-1) UNRELEASED; urgency=low - Avoid unnecessary panic in kernel module when freeing vcaches. - Add additional objects to the *_pic libraries in support of the AFS Perl bindings. + * Remove unnecessary change to the upstream Debian packaging files to + support armhf. These files aren't used during a package build, so no + need to carry a Debian patch. -- Russ Allbery Mon, 21 Jan 2013 10:51:14 -0800 diff --git a/src/packaging/Debian/module/sysname b/src/packaging/Debian/module/sysname index b686ae88f..3762999a7 100755 --- a/src/packaging/Debian/module/sysname +++ b/src/packaging/Debian/module/sysname @@ -21,7 +21,7 @@ alpha) ;; esac ;; -arm|armel|armhf|armv5tel) +arm|armel|armv5tel) case $KVERS in 2.4*) echo arm_linux24 diff --git a/src/packaging/Debian/sysname b/src/packaging/Debian/sysname index f6b2a5171..482712726 100755 --- a/src/packaging/Debian/sysname +++ b/src/packaging/Debian/sysname @@ -9,7 +9,7 @@ case `dpkg --print-architecture` in alpha) echo alpha_linux_26 ;; -arm|armel|armhf|armv5tel) +arm|armel|armv5tel) echo arm_linux26 ;; amd64) -- 2.39.5