Package: qscintilla2
Version: 2.1+snapshot20070923-1
Severity: minor
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch

qscintilla2 FTBFS due to missing python-sip4 build-dependency:

dh_testdir
mkdir Python/build-2.4
cd Python/build-2.4 \
                && python2.4 ../configure.py -n ../../Qt4/ -o ../../Qt4 -p 4
Unable to import sipconfig.  Please make sure SIP is installed.
make: *** [Python/build-2.4/configure-stamp] Error 1

Even if Debian seems not affected, it could be worth fix it for compatibility 
purposes.

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/control:
    - build-depend on python-sip4, fix FTBFS

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: lenny/sid
  APT prefers gutsy-updates
  APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500, 
'gutsy-backports'), (500, 'gutsy')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u qscintilla2-2.1+snapshot20070923/debian/control 
qscintilla2-2.1+snapshot20070923/debian/control
--- qscintilla2-2.1+snapshot20070923/debian/control
+++ qscintilla2-2.1+snapshot20070923/debian/control
@@ -1,7 +1,8 @@
 Source: qscintilla2
 Priority: extra
-Maintainer: Torsten Marek <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.38), libqt4-dev, python-all-dev, 
python-central (>= 0.5.8), sip4, python-sip4-dev, dpatch, python-qt4-dev
+Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
+XSBC-Original-Maintainer: Torsten Marek <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 5.0.38), libqt4-dev, python-all-dev, 
python-central (>= 0.5.8), sip4, python-sip4, python-sip4-dev, dpatch, 
python-qt4-dev
 Standards-Version: 3.7.2
 Section: libs
 XS-Python-Version: all

Reply via email to