diff -Nru python-qt3-3.18.1/debian/changelog python-qt3-3.18.1/debian/changelog --- python-qt3-3.18.1/debian/changelog 2013-03-30 21:03:13.000000000 -0500 +++ python-qt3-3.18.1/debian/changelog 2013-04-27 21:06:55.000000000 -0500 @@ -1,31 +1,10 @@ -python-qt3 (3.18.1-6ubuntu0~quantal) quantal; urgency=low +python-qt3 (3.18.1-6ubuntu12.10.0+0) quantal; urgency=low * Fix "ANY" macro deprecation * Quantal rebuild -- Slávek Banko <slavek.banko@axis.cz> Sun, 31 Mar 2013 03:41:26 +0200 -python-qt3 (3.18.1-5) unstable; urgency=low - - * Team Upload - * Drop python-qtext binary since it has no rdepends and is the only package - keeping qscintilla from being removed - - Remove build-depends on libqscintilla-dev - - Remove python-qtext and python-qtext-dbg from debian/control - - Remove debian/python-qtext.install - - Remove qtext and qscintilla from debian/rules - * Specify that python-qt-dev and python-qt-doc are for Qt3 in package short - descriptions - - -- Scott Kitterman <scott@kitterman.com> Thu, 17 Nov 2011 08:02:01 -0500 - -python-qt3 (3.18.1-4.1) unstable; urgency=low - - * Non-maintainer upload (just a rebuild to add Python 2.7 and - dropPython 2.5 support) - - -- Piotr Ożarowski <piotr@debian.org> Sat, 16 Apr 2011 13:00:23 +0200 - python-qt3 (3.18.1-4) unstable; urgency=low * Upload to unstable (Closes: #567222) diff -Nru python-qt3-3.18.1/debian/control python-qt3-3.18.1/debian/control --- python-qt3-3.18.1/debian/control 2011-11-17 07:05:51.000000000 -0600 +++ python-qt3-3.18.1/debian/control 2010-02-02 14:39:55.000000000 -0600 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org> -Build-Depends: debhelper (>= 6.0.7~), python-all-dev (>= 2.3.5-10), libqt3-mt-dev (>= 3:3.3.4-4), qt3-dev-tools (>= 3:3.3.4-4), qt3-apps-dev (>= 3:3.3.4-4), python-sip-dev (>= 4.10), python-support (>= 0.7.1), python-sip-dbg, python-all-dbg +Build-Depends: debhelper (>= 6.0.7~), python-all-dev (>= 2.3.5-10), libqt3-mt-dev (>= 3:3.3.4-4), qt3-dev-tools (>= 3:3.3.4-4), qt3-apps-dev (>= 3:3.3.4-4), python-sip-dev (>= 4.10), libqscintilla-dev (>= 1.7), python-support (>= 0.7.1), python-sip-dbg, python-all-dbg Standards-Version: 3.8.4 Homepage: http://www.riverbankcomputing.co.uk/pyqt/index.php Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-qt3/trunk/ @@ -60,6 +60,27 @@ . This package contains the extension built for the Python debug interpreter. +Package: python-qtext +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends}, python-qt3 (= ${binary:Version}), ${misc:Depends} +Provides: ${python:Provides} +Description: Qt extensions for PyQt + PyQt Extensions. Contains: + . + * QScintilla: a featureful Qt source code editing component based + on Scintilla. + +Package: python-qtext-dbg +Priority: extra +Section: debug +Architecture: any +Depends: ${shlibs:Depends}, python-dbg, python-qtext (= ${binary:Version}), python-qt3-dbg (= ${binary:Version}), ${misc:Depends} +Description: Qt debug extensions for PyQt + PyQt debug Extensions. Contains: + . + * QScintilla: a featureful Qt source code editing component based + on Scintilla. + Package: pyqt-tools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -75,7 +96,7 @@ Suggests: python-sip-dev Replaces: python-qt3 (<< 3.17.3-2) Architecture: all -Description: Qt3 bindings for Python - Development files +Description: Qt bindings for Python - Development files Development .sip files with definitions of PyQt classes. They are needed to build PyQt, but also as building blocks of other packages based on them, like PyKDE. @@ -85,6 +106,6 @@ Architecture: all Depends: ${misc:Depends} Suggests: python-qt3 -Description: Qt3 bindings for Python - Documentation and examples +Description: Qt bindings for Python - Documentation and examples Documentation and examples for the PyQt (bindings that allow the use of Qt library from within a Python script). diff -Nru python-qt3-3.18.1/debian/python-qtext.install python-qt3-3.18.1/debian/python-qtext.install --- python-qt3-3.18.1/debian/python-qtext.install 1969-12-31 18:00:00.000000000 -0600 +++ python-qt3-3.18.1/debian/python-qtext.install 2009-05-17 05:18:12.000000000 -0500 @@ -0,0 +1 @@ +usr/lib/python*/*-packages/qtext.so diff -Nru python-qt3-3.18.1/debian/rules python-qt3-3.18.1/debian/rules --- python-qt3-3.18.1/debian/rules 2013-03-30 19:39:25.000000000 -0500 +++ python-qt3-3.18.1/debian/rules 2013-03-30 20:38:07.000000000 -0500 @@ -47,6 +47,7 @@ mkdir -p build-$* cd build-$* && echo yes \ | python$* ../configure.py \ + -c -n /usr/include/qscintilla \ -o /usr/lib -u -j $(SPLIT) \ -d /usr/lib/python$*/$(call py_sitename,$*) \ -l /usr/include/python$* \ @@ -107,6 +108,9 @@ mkdir -p debian/python-qt3-gl-dbg/$$pylib;\ mv debian/python-qt3-dbg/$$pylib/qtgl.so \ debian/python-qt3-gl-dbg/$$pylib/;\ + mkdir -p debian/python-qtext-dbg/$$pylib;\ + mv debian/python-qt3-dbg/$$pylib/qtext.so \ + debian/python-qtext-dbg/$$pylib/;\ done dh_install -a --sourcedir=$(CURDIR)/debian/tmp @@ -140,7 +144,7 @@ ifeq (,$(findstring -i, $(DH_OPTIONS))) DH_OPTIONS= dh_strip -ppyqt-tools set -e; \ - for p in python-qt3 python-qt3-gl; do \ + for p in python-qt3 python-qt3-gl python-qtext; do \ DH_OPTIONS= dh_strip -p$$p --dbg-package=$$p-dbg; \ rm -rf debian/$$p-dbg/usr/share/doc/$$p-dbg; \ ln -s $$p debian/$$p-dbg/usr/share/doc/$$p-dbg; \