[SCM] mixxx/master: debian/patches/1001-buildsystem.patch: fixed

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Wed Sep 17 14:10:43 UTC 2014


The following commit has been merged in the master branch:
commit bad413a2c858f3e4b4243e173e1aead72072ab17
Author: Matteo F. Vescovi <mfvescovi at gmail.com>
Date:   Wed Sep 17 15:31:03 2014 +0200

    debian/patches/1001-buildsystem.patch: fixed
    
    Git-Dch: Ignore

diff --git a/debian/patches/1001-buildsystem.patch b/debian/patches/1001-buildsystem.patch
index 4d143fa..4f3d27f 100644
--- a/debian/patches/1001-buildsystem.patch
+++ b/debian/patches/1001-buildsystem.patch
@@ -1,13 +1,13 @@
-Description: Switch builds on arm64, armhf, and ppc64el.
+Description: Switch builds on arm64, armhf, ppc64el and mips variants.
 Author: Alessio Treglia <alessio at debian.org>
 Forwarded: RJ Ryan rryan at mixxx.org
 ---
- build/mixxx.py |    3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
 
---- mixxx.orig/build/mixxx.py
-+++ mixxx/build/mixxx.py
-@@ -42,10 +42,11 @@ class MixxxBuild(object):
+diff --git a/build/mixxx.py b/build/mixxx.py
+index 7a1b7b2..5a5edef 100644
+--- a/build/mixxx.py
++++ b/build/mixxx.py
+@@ -42,10 +42,12 @@ class MixxxBuild(object):
          if machine not in ['x86_64', 'x86', 'i686', 'i586',
                             'alpha', 'hppa', 'mips', 'mipsel', 's390',
                             'sparc', 'ia64', 'armel', 'armhf', 'hurd-i386',
@@ -16,7 +16,7 @@ Forwarded: RJ Ryan rryan at mixxx.org
                             'kfreebsd-amd64', 'kfreebsd-i386',
                             'i486', 'i386', 'powerpc', 'powerpc64',
 -                           'powerpcspe', 's390x',
-+                           'powerpcspe', 'ppc64el','s390x',
++                           'powerpcspe', 'ppc64el', 's390x',
 +                           'mips64', 'mips64el', 'mipsn32', 'mipsn32el',
                             'amd64', 'AMD64', 'EM64T', 'INTEL64']:
              raise Exception("invalid machine type")

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list