[SCM] giada/master: Skip failing tests

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Feb 16 14:46:55 UTC 2016


The following commit has been merged in the master branch:
commit d7a6c0782dacee218b8d61a499747bdf01a4688c
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Feb 16 15:14:05 2016 +0100

    Skip failing tests

diff --git a/debian/patches/0003-skip-tests.patch b/debian/patches/0003-skip-tests.patch
new file mode 100644
index 0000000..df67229
--- /dev/null
+++ b/debian/patches/0003-skip-tests.patch
@@ -0,0 +1,20 @@
+Description: skip tests that cannot succeed
+ wave-test: requires non-existing (non-shipped) test.wav 
+ midimap-test: requires midimaps to be installed in the user's home directory
+Author: IOhannes m zmölnig
+Bug: https://github.com/monocasual/giada/issues/69
+Last-Update: 2016-02-16
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- giada.orig/Makefile.am
++++ giada/Makefile.am
+@@ -180,9 +180,7 @@
+ giada_tests_SOURCES =        \
+ tests/main.cpp               \
+ tests/conf.cpp               \
+-tests/wave.cpp               \
+ tests/patch.cpp              \
+-tests/midiMapConf.cpp        \
+ tests/utils.cpp              \
+ src/core/conf.cpp            \
+ src/core/wave.cpp            \
diff --git a/debian/patches/series b/debian/patches/series
index 944e3d1..0effaeb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-reproducible.patch
 0002-spelling.patch
+0003-skip-tests.patch

-- 
giada packaging



More information about the pkg-multimedia-commits mailing list