]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Remove unnecessary changes relative to upstream
authorRuss Allbery <rra@debian.org>
Mon, 21 Jan 2013 18:55:51 +0000 (10:55 -0800)
committerRuss Allbery <rra@debian.org>
Mon, 21 Jan 2013 18:55:51 +0000 (10:55 -0800)
* 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
src/packaging/Debian/module/sysname
src/packaging/Debian/sysname

index e27520297dd5ecc96fc5d7df4e85bcb94ad2bbc0..f65eab2c0f4176a2142271c7397686417d3fc681 100644 (file)
@@ -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 <rra@debian.org>  Mon, 21 Jan 2013 10:51:14 -0800
 
index b686ae88f0bd9aa46a95968db23dd653629640a8..3762999a7eb4760fb95040e75cce22114345554a 100755 (executable)
@@ -21,7 +21,7 @@ alpha)
         ;;
     esac
     ;;
-arm|armel|armhf|armv5tel)
+arm|armel|armv5tel)
     case $KVERS in
     2.4*)
         echo arm_linux24
index f6b2a517114186c35e85c04f6463f752504b3693..48271272639f5c3ddbd4ca94f658caf119c85a8b 100755 (executable)
@@ -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)