[SCM] x264/master: Debian\'s alpha buildds identify themselves as alphaev67, so consider alpha* as ALPHA (Closes: #642810).

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Thu Oct 6 08:30:04 UTC 2011


The following commit has been merged in the master branch:
commit f956e918457f2dc09f4dbd10732cbe1f0055fb92
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Thu Oct 6 10:32:19 2011 +0200

    Debian\'s alpha buildds identify themselves as alphaev67, so consider alpha* as ALPHA (Closes: #642810).

diff --git a/debian/patches/arch-alpha.patch b/debian/patches/arch-alpha.patch
new file mode 100644
index 0000000..f8d522e
--- /dev/null
+++ b/debian/patches/arch-alpha.patch
@@ -0,0 +1,17 @@
+Author: Fabian Greffrath <fabian+debian at greffrath.com>
+Description: Debian's alpha buildds identify themselves as alphaev67,
+ so consider alpha* as ALPHA (Closes: #642810).
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642810
+
+--- x264.orig/configure
++++ x264/configure
+@@ -580,6 +580,9 @@ case $host_cpu in
+     ia64)
+         ARCH="IA64"
+         ;;
++    alpha*)
++        ARCH="ALPHA"
++        ;;
+     *)
+         ARCH="$(echo $host_cpu | tr a-z A-Z)"
+         ;;
diff --git a/debian/patches/series b/debian/patches/series
index a49b1c6..da2b436 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 basic-spell-check.patch
 build-on-hurd.patch
+arch-alpha.patch

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list