[SCM] gsequencer/master: provide patch to enable integration tests

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Fri Nov 24 14:47:01 UTC 2017


The following commit has been merged in the master branch:
commit 7839072d6a40e30baa237081288e432aeca1aaac
Author: Joël Krähemann <jkraehemann at gmail.com>
Date:   Fri Nov 24 14:57:57 2017 +0100

    provide patch to enable integration tests

diff --git a/debian/patches/enable-integration-tests.patch b/debian/patches/enable-integration-tests.patch
new file mode 100644
index 0000000..ce26944
--- /dev/null
+++ b/debian/patches/enable-integration-tests.patch
@@ -0,0 +1,19 @@
+Description: enable integration tests
+ Upstream disabled the generation of dedicated makefile to run the integration tests
+ in configure.ac. This patch enables the output of functional-system-tests.mk.
+Author: Joël Krähemann <jkraehemann at gmail.com>
+Origin: upstream
+Forwarded: not-needed
+Last-Update: 2017-11-24
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/configure.ac
++++ b/configure.ac
+@@ -272,6 +272,7 @@
+ 
+ AM_EXTRA_RECURSIVE_TARGETS([ags-docs])
+ AC_CONFIG_FILES([
++functional-system-tests.mk
+ Makefile
+ docs/reference/libags/Makefile
+ docs/reference/libags-audio/Makefile
diff --git a/debian/patches/series b/debian/patches/series
index 2e8c595..08dcd94 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 disable-functional-tests.patch
+enable-integration-tests.patch

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list