Package: mpdris2
Version: 0.3-1
Severity: serious
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch raring
mpdris2 fails to build as follows:
debian/rules build
dh build --with autoreconf,python2 --parallel
dh_testdir -O--parallel
dh_autoreconf -O--parallel
dh_auto_configure -O--parallel
configure: WARNING: unrecognized options: --disable-maintainer-mode,
--disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/dist-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.7/dist-packages
./configure: line 2440: syntax error near unexpected token `0.26'
./configure: line 2440: `IT_PROG_INTLTOOL(0.26)'
This is due to autoreconfing without the necessary build-dependency on
intltool. Patch follows.
* Add missing build-dependency on intltool.
diff -Nru mpdris2-0.3/debian/control mpdris2-0.3/debian/control
--- mpdris2-0.3/debian/control 2012-10-26 11:41:10.000000000 +0100
+++ mpdris2-0.3/debian/control 2012-11-16 11:59:14.000000000 +0000
@@ -1,6 +1,7 @@
debhelper (>= 9),
dh-autoreconf,
gettext,
+ intltool,
python (>= 2.6.6-3~)
Standards-Version: 3.9.3
Homepage: https://github.com/eonpatapon/mpDris2
Thanks,
--
Colin Watson [[email protected]]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]