[SCM] sonic-visualiser/master: Fixed test-suite patch for arm64

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Jan 8 09:21:21 UTC 2018


The following commit has been merged in the master branch:
commit cd7dcc237c2c239d57c2042349eb52c65862d23b
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Mon Jan 8 10:21:02 2018 +0100

    Fixed test-suite patch for arm64

diff --git a/debian/patches/03-tests-on-archs.patch b/debian/patches/03-tests-on-archs.patch
index 662e433..ce363a4 100644
--- a/debian/patches/03-tests-on-archs.patch
+++ b/debian/patches/03-tests-on-archs.patch
@@ -10,7 +10,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
                      // ouch!
                      if (offset == -1) offset = 0;
                  }
-+#if (defined __alpha__) || (defined __arm64__) || (defined __hppa__) || (defined __m68k__) || (defined __sh__) || (defined __s390x__)
++#if (defined __alpha__) || (defined __aarch64__) || (defined __hppa__) || (defined __m68k__) || (defined __sh__) || (defined __s390x__)
 +               if (format == "mp3") {
 +                    // ouch!
 +                    if (offset == -1) offset = 0;

-- 
sonic-visualiser packaging



More information about the pkg-multimedia-commits mailing list