[SCM] a52dec/master: Disable globals test

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Feb 4 15:47:09 UTC 2017


The following commit has been merged in the master branch:
commit 18f08ecf088fdaa0e389cf0c76e68f1ea9759e49
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Feb 4 16:44:35 2017 +0100

    Disable globals test

diff --git a/debian/patches/disable-globals-test.patch b/debian/patches/disable-globals-test.patch
new file mode 100644
index 0000000..f560697
--- /dev/null
+++ b/debian/patches/disable-globals-test.patch
@@ -0,0 +1,17 @@
+Description: Disable globals test
+ The tests makes sense during development to check for erroneously added global
+ symbols, but on a packing level we will catch the using symbols file. So we
+ disable the test. Especially since the test is not able to handle -fPIE as
+ default.
+Author: Sebastian Ramacher <sramacher at debian.org>
+Forwarded: not-needed
+Last-Update: 2017-02-04
+
+--- a52dec-0.7.4.orig/test/Makefile.am
++++ a52dec-0.7.4/test/Makefile.am
+@@ -3,4 +3,4 @@ compare_SOURCES = compare.c
+ compare_LDADD = -lm
+ 
+ EXTRA_DIST = regression tests compile globals
+-TESTS = regression compile globals
++TESTS = regression compile
diff --git a/debian/patches/series b/debian/patches/series
index 97686bf..1c2f308 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 A00-a52-state-t-public.patch
 A01-thread-safe.patch
 A04-modern-gcc-cflags.patch
+disable-globals-test.patch

-- 
a52dec packaging



More information about the pkg-multimedia-commits mailing list