Control: tag -1 + patch

* Jakub Wilk <jw...@debian.org>, 2012-07-08, 20:50:
If python3-sphinx is installed, but python-sphinx is not, offlineimap FTBFS:
| sphinx-build -b html -d html/doctrees doc-src html
| Running Sphinx v1.1.3
| Making output directory...
|
| Configuration error:
| There is a syntax error in your configuration file: invalid syntax 
(imaplib2.py, line 376)
| Did you change the syntax from 2.x to 3.x?
| make[3]: *** [doc] Error 1
| make[2]: *** [doc] Error 2
| make[3]: Leaving directory `/build/offlineimap-E5qchg/offlineimap-6.5.4/docs'
| make[2]: Leaving directory `/build/offlineimap-E5qchg/offlineimap-6.5.4'
| make[1]: *** [override_dh_auto_build] Error 2
| make[1]: Leaving directory `/build/offlineimap-E5qchg/offlineimap-6.5.4'
| make: *** [build] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2

The simplest way to fix this is to remove the python3-sphinx alternative from Build-Depends.

--
Jakub Wilk
--- offlineimap-6.5.4/debian/control	2012-06-05 02:49:18.000000000 +0200
+++ offlineimap-6.5.4/debian/control	2013-01-09 21:09:54.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Dmitrijs Ledkovs <x...@debian.org>
 Uploaders: John Francesco Ferlito <jo...@inodes.org>
-Build-Depends: debhelper (>= 7.0.50~), python, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
+Build-Depends: debhelper (>= 7.0.50~), python, python-sphinx (>= 1.0.7+dfsg)
 Standards-Version: 3.9.3
 Homepage: http://offlineimap.org/
 

Reply via email to