Source: wand
Version: 0.2.2-2
Severity: serious
Justification: fails to build from source
Tags: patch

If python3-sphinx is installed, but python-sphinx is not, wand FTBFS:
|  debian/rules build
| dh build  --with python2
|    dh_testdir
|    dh_auto_configure
|    debian/rules override_dh_auto_build
| make[1]: Entering directory `/build/wand-jx0hcv/wand-0.2.2'
| /usr/bin/make -C /build/wand-jx0hcv/wand-0.2.2/docs devhelp
| make[2]: Entering directory `/build/wand-jx0hcv/wand-0.2.2/docs'
| sphinx-build -b devhelp -d _build/doctrees   . _build/devhelp
| Running Sphinx v1.1.3
| Making output directory...
|
| Configuration error:
| There is a syntax error in your configuration file: invalid syntax 
(version.py, line 100)
| Did you change the syntax from 2.x to 3.x?
| make[2]: *** [devhelp] Error 1

--
Jakub Wilk
diff -Nru wand-0.2.2/debian/control wand-0.2.2/debian/control
--- wand-0.2.2/debian/control	2012-10-20 20:34:42.000000000 +0200
+++ wand-0.2.2/debian/control	2013-01-09 18:19:13.000000000 +0100
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 9.0.0),
                libmagickwand-dev,
                python-all (>= 2.6.6-3~),
-               python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
+               python-sphinx (>= 1.0.7+dfsg),
 Standards-Version: 3.9.3
 Homepage: https://github.com/dahlia/wand
 Vcs-Git: git://git.debian.org/git/users/cwryu/wand.git

Reply via email to