[Python-modules-commits] r19370 - in packages/python-qt3/trunk/debian (4 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Fri Nov 18 13:39:59 UTC 2011


    Date: Friday, November 18, 2011 @ 13:39:48
  Author: kitterman
Revision: 19370

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

Modified:
  packages/python-qt3/trunk/debian/changelog
  packages/python-qt3/trunk/debian/control
  packages/python-qt3/trunk/debian/rules
Deleted:
  packages/python-qt3/trunk/debian/python-qtext.install

Modified: packages/python-qt3/trunk/debian/changelog
===================================================================
--- packages/python-qt3/trunk/debian/changelog	2011-11-18 13:34:53 UTC (rev 19369)
+++ packages/python-qt3/trunk/debian/changelog	2011-11-18 13:39:48 UTC (rev 19370)
@@ -1,3 +1,24 @@
+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 at 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 at debian.org>  Sat, 16 Apr 2011 13:00:23 +0200
+
 python-qt3 (3.18.1-4) unstable; urgency=low
 
   * Upload to unstable (Closes: #567222)

Modified: packages/python-qt3/trunk/debian/control
===================================================================
--- packages/python-qt3/trunk/debian/control	2011-11-18 13:34:53 UTC (rev 19369)
+++ packages/python-qt3/trunk/debian/control	2011-11-18 13:39:48 UTC (rev 19370)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Torsten Marek <shlomme at debian.org>, Bernd Zeimetz <bzed at debian.org>, Michael Casadevall <mcasadevall at 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), libqscintilla-dev (>= 1.7), 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), 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,27 +60,6 @@
  .
  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}
@@ -96,7 +75,7 @@
 Suggests: python-sip-dev
 Replaces: python-qt3 (<< 3.17.3-2)
 Architecture: all
-Description: Qt bindings for Python - Development files
+Description: Qt3 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.
@@ -106,6 +85,6 @@
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: python-qt3
-Description: Qt bindings for Python - Documentation and examples
+Description: Qt3 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).

Deleted: packages/python-qt3/trunk/debian/python-qtext.install
===================================================================
--- packages/python-qt3/trunk/debian/python-qtext.install	2011-11-18 13:34:53 UTC (rev 19369)
+++ packages/python-qt3/trunk/debian/python-qtext.install	2011-11-18 13:39:48 UTC (rev 19370)
@@ -1 +0,0 @@
-usr/lib/python*/*-packages/qtext.so

Modified: packages/python-qt3/trunk/debian/rules
===================================================================
--- packages/python-qt3/trunk/debian/rules	2011-11-18 13:34:53 UTC (rev 19369)
+++ packages/python-qt3/trunk/debian/rules	2011-11-18 13:39:48 UTC (rev 19370)
@@ -44,7 +44,6 @@
 	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$* \
@@ -105,9 +104,6 @@
 	  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
@@ -141,7 +137,7 @@
 ifeq (,$(findstring -i, $(DH_OPTIONS)))
 	DH_OPTIONS= dh_strip -ppyqt-tools
 	set -e; \
-	for p in python-qt3 python-qt3-gl python-qtext; do \
+	for p in python-qt3 python-qt3-gl; 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; \




More information about the Python-modules-commits mailing list