[libvigraimpex] 03/04: added disable-tests-which-would-need-lenna-images.diff

Daniel Stender danstender-guest at moszumanska.debian.org
Wed Mar 23 21:11:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository libvigraimpex.

commit b1023de21c1ca6a48329f369e7f24702e9f215af
Author: Daniel Stender <stender at debian.org>
Date:   Wed Mar 23 21:11:27 2016 +0100

    added disable-tests-which-would-need-lenna-images.diff
---
 debian/changelog                                   |  7 ++--
 ...isable-tests-which-would-need-lenna-images.diff | 42 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 47 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c971235..bccf931 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
 libvigraimpex (1.10.0+git20160211.167be93+dfsg-1) UNRELEASED; urgency=medium
 
-  * Strip non-free "lenna" images from source tarball (Closes: #794853):
-    + add all image instances (inkl. Khoros Visualization images, .xv) to
+  * Stripped non-free "lenna" images from source tarball (Closes: #794853):
+    + added all image instances (inkl. Khoros Visualization images, .xv) to
       Files-Excluded in deb/copyright.
+    + added disable-tests-which-would-need-lenna-images.diff.
 
- -- Daniel Stender <stender at debian.org>  Wed, 23 Mar 2016 19:19:34 +0100
+ -- Daniel Stender <stender at debian.org>  Wed, 23 Mar 2016 21:10:39 +0100
 
 libvigraimpex (1.10.0+git20160211.167be93-4) unstable; urgency=medium
 
diff --git a/debian/patches/disable-tests-which-would-need-lenna-images.diff b/debian/patches/disable-tests-which-would-need-lenna-images.diff
new file mode 100644
index 0000000..c116cc9
--- /dev/null
+++ b/debian/patches/disable-tests-which-would-need-lenna-images.diff
@@ -0,0 +1,42 @@
+Description: disable all tests which won't run due to stripped "lenna" images,
+ see https://github.com/ukoethe/vigra/issues/253.
+Author: Daniel Stender <stender at debian.org>
+Bug: https://bugs.debian.org/794853
+Forwarded: not-needed
+Last-Update: 2016-03-23
+
+--- a/test/CMakeLists.txt
++++ b/test/CMakeLists.txt
+@@ -6,7 +6,7 @@
+ ADD_SUBDIRECTORY(blockwisealgorithms)
+ ADD_SUBDIRECTORY(classifier)
+ ADD_SUBDIRECTORY(colorspaces)
+-ADD_SUBDIRECTORY(convolution)
++#ADD_SUBDIRECTORY(convolution)
+ ADD_SUBDIRECTORY(coordinateiterator)
+ ADD_SUBDIRECTORY(correlation)
+ ADD_SUBDIRECTORY(counting_iterator)
+@@ -19,9 +19,9 @@
+ ADD_SUBDIRECTORY(graph_algorithm)
+ ADD_SUBDIRECTORY(gridgraph)
+ ADD_SUBDIRECTORY(hdf5impex)
+-ADD_SUBDIRECTORY(image)
+-ADD_SUBDIRECTORY(imgproc)
+-ADD_SUBDIRECTORY(impex)
++#ADD_SUBDIRECTORY(image)
++#ADD_SUBDIRECTORY(imgproc)
++#ADD_SUBDIRECTORY(impex)
+ ADD_SUBDIRECTORY(integral_image)
+ ADD_SUBDIRECTORY(math)
+ ADD_SUBDIRECTORY(merge_graph_adaptor)
+@@ -38,8 +38,8 @@
+ ADD_SUBDIRECTORY(sampler)
+ ADD_SUBDIRECTORY(seededRegionGrowing3d)
+ ADD_SUBDIRECTORY(sifImport)
+-ADD_SUBDIRECTORY(simpleanalysis)
+-ADD_SUBDIRECTORY(slic2d)
++#ADD_SUBDIRECTORY(simpleanalysis)
++#ADD_SUBDIRECTORY(slic2d)
+ ADD_SUBDIRECTORY(tensorimaging)
+ ADD_SUBDIRECTORY(threadpool)
+ ADD_SUBDIRECTORY(unsupervised)
diff --git a/debian/patches/series b/debian/patches/series
index 56c5b8d..264289e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+disable-tests-which-would-need-lenna-images.diff
 fix-impex-positiontest.diff
 docs-no-footer-timestamp.diff
 docsrc-out-of-source.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libvigraimpex.git



More information about the debian-science-commits mailing list