Bug#594341: qtiplot: debian/patches/debian-changes-0.9.8-1 undoes the transition to python2.6
Scott Howard
showard314 at gmail.com
Wed Aug 25 13:20:12 UTC 2010
Package: qtiplot
Version: 0.9.8-1
Severity: normal
An apparently accidental patch showed up in 0.9.8: debian/patches/debian-
changes-0.9.8.1-1
This patch does not exist in the svn, but does exist in the source package in
testing and unstable. This patch and the reference to it in debian/series
should be removed, as it will cause a FTBFS on distros that do not have
python2.5, such as ubuntu. As you can see from my system info, qtiplot still
depends on python2.5
This is the contents of the patch:
--- qtiplot-0.9.8.orig/qtiplot/qtiplot.pro
+++ qtiplot-0.9.8/qtiplot/qtiplot.pro
@@ -166,11 +166,11 @@ contains(SCRIPTING_LANGS, Python) {
unix {
isEmpty(PYTHON): PYTHON = python
- INCLUDEPATH += /usr/include/python2.6
- LIBS += -lpython2.6
+ INCLUDEPATH += /usr/include/python2.5
+ LIBS += -lpython2.5
LIBS += -lm
system(mkdir -p $${SIP_DIR})
- system($$system(python2.6 python-sipcmd.py) -c $${SIP_DIR}
src/scripting/qti.sip)
+ system($$system(python2.5 python-sipcmd.py) -c $${SIP_DIR}
src/scripting/qti.sip)
}
win32 {
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages qtiplot depends on:
ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib
ii libgcc1 1:4.4.4-6 GCC support library
ii libgl1-mesa-glx [li 7.7.1-3 A free implementation of the OpenG
ii libglu1-mesa [libgl 7.7.1-3 The OpenGL utility library (GLU)
ii libgsl0ldbl 1.14+dfsg-1 GNU Scientific Library (GSL) -- li
ii libmuparser0 1.32-1 fast mathematical expressions pars
ii liborigin2-1 1:06042009+svn1724-1 library for reading OriginLab Orig
ii libpng12-0 1.2.44-1 PNG library - runtime
ii libqt4-assistant 4:4.6.3-1 Qt 4 assistant module
ii libqt4-network 4:4.6.3-1 Qt 4 network module
ii libqt4-opengl 4:4.6.3-1 Qt 4 OpenGL module
ii libqt4-qt3support 4:4.6.3-1 Qt 3 compatibility library for Qt
ii libqt4-svg 4:4.6.3-1 Qt 4 SVG module
ii libqt4-xml 4:4.6.3-1 Qt 4 XML module
ii libqtcore4 4:4.6.3-1 Qt 4 core module
ii libqtgui4 4:4.6.3-1 Qt 4 GUI module
ii libstdc++6 4.4.4-6 The GNU Standard C++ Library v3
ii python-central 0.6.14+nmu2 register and build utility for Pyt
ii python-qt4 4.7.3-1+b1 Python bindings for Qt4
ii python-sip4 4.10.2-1 Python/C++ bindings generator runt
ii python2.5 2.5.5-6 An interactive high-level object-o
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
qtiplot recommends no packages.
qtiplot suggests no packages.
-- no debconf information
More information about the debian-science-maintainers
mailing list