[SCM] gsequencer/master: added disable-functional-tests.patch for shorter package build time

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Tue Sep 19 13:56:25 UTC 2017


The following commit has been merged in the master branch:
commit ee29677d8f39446941e17f57d1d93cae0b4f6989
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Tue Sep 19 15:55:18 2017 +0200

    added disable-functional-tests.patch for shorter package build time

diff --git a/debian/patches/disable-functional-tests.patch b/debian/patches/disable-functional-tests.patch
new file mode 100644
index 0000000..441b555
--- /dev/null
+++ b/debian/patches/disable-functional-tests.patch
@@ -0,0 +1,12 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -296,7 +296,8 @@
+ check_PROGRAMS = 
+ 
+ include $(top_srcdir)/unit-tests.mk
+-include $(top_srcdir)/functional-tests.mk
++# disabled for shorter package build time
++# include $(top_srcdir)/functional-tests.mk
+ 
+ TESTS = $(check_PROGRAMS)
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2e8c595
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable-functional-tests.patch

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list