[Python-modules-commits] [sorl-thumbnail] 01/04: Disable tests/support for Wand (Closes: #860668)

Wolfgang Borgert debacle at moszumanska.debian.org
Thu Apr 27 18:13:41 UTC 2017


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

debacle pushed a commit to branch master
in repository sorl-thumbnail.

commit 07c0494cb2af30c736323c01223f795da4406e34
Author: W. Martin Borgert <debacle at debian.org>
Date:   Thu Apr 27 00:15:55 2017 +0200

    Disable tests/support for Wand (Closes: #860668)
---
 debian/changelog | 7 +++++++
 debian/control   | 6 ++----
 debian/rules     | 2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0a48e79..1cfdf85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sorl-thumbnail (12.3+git20160928-2) UNRELEASED; urgency=medium
+
+  * Disable support for Wand again, because tests crash on i386
+    (Closes: #860668).
+
+ -- W. Martin Borgert <debacle at debian.org>  Wed, 26 Apr 2017 22:10:48 +0000
+
 sorl-thumbnail (12.3+git20160928-1) unstable; urgency=medium
 
   * New upstream git snapshot (Closes: #834678).
diff --git a/debian/control b/debian/control
index 6345efa..00a0262 100644
--- a/debian/control
+++ b/debian/control
@@ -16,14 +16,12 @@ Build-Depends: debhelper (>= 9),
                python-pytest,
                python-pytest-django,
                python-setuptools,
-               python-wand,
                python3-all,
                python3-django,
                python3-pil,
                python3-pytest,
                python3-pytest-django,
                python3-setuptools,
-               python3-wand,
                python-sphinx (>= 1.0.7+dfsg)
 Build-Conflicts: locales-all (<< 2.21-1)
 Standards-Version: 3.9.8
@@ -36,7 +34,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/sorl-thumbn
 Package: python-sorl-thumbnail
 Architecture: all
 Depends: python-django,
-         python-pil | python-pgmagick | imagemagick | graphicsmagick | python-wand,
+         python-pil | python-pgmagick | imagemagick | graphicsmagick,
          ${misc:Depends},
          ${python:Depends}
 Suggests: python-redis
@@ -61,7 +59,7 @@ Description: thumbnail support for the Django framework
 Package: python3-sorl-thumbnail
 Architecture: all
 Depends: python3-django,
-         python3-pil | imagemagick | graphicsmagick | python3-wand,
+         python3-pil | imagemagick | graphicsmagick,
          ${misc:Depends},
          ${python3:Depends}
 Suggests: python3-redis
diff --git a/debian/rules b/debian/rules
index 4f5474d..f655fd1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	localedef -i en_US -c -f UTF-8 tmp-locales/en_US.UTF-8
 	set -e; \
 	for python in $(shell pyversions -r) $(shell py3versions -r); do \
-	    for name in pil pgmagick imagemagick graphicsmagick wand; do \
+	    for name in pil pgmagick imagemagick graphicsmagick; do \
 	        if [ $$(echo $$python | cut -f 1 -d .)"-$$name" = "python3-pgmagick" ]; then continue; fi; \
 	        LOCPATH=$(CURDIR)/tmp-locales LC_ALL=en_US.UTF-8 PYTHONPATH=. LOCAL_BUILD=1 DJANGO_SETTINGS_MODULE=tests.settings.$$name $$python -m pytest ; \
 	    done; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sorl-thumbnail.git



More information about the Python-modules-commits mailing list