[Python-modules-commits] r6931 - in packages/python-qt3/trunk/debian (changelog control)
shlomme at users.alioth.debian.org
shlomme at users.alioth.debian.org
Sat Nov 22 19:37:58 UTC 2008
Date: Saturday, November 22, 2008 @ 19:37:57
Author: shlomme
Revision: 6931
prepare new upstream release
Modified:
packages/python-qt3/trunk/debian/changelog
packages/python-qt3/trunk/debian/control
Modified: packages/python-qt3/trunk/debian/changelog
===================================================================
--- packages/python-qt3/trunk/debian/changelog 2008-11-22 19:27:44 UTC (rev 6930)
+++ packages/python-qt3/trunk/debian/changelog 2008-11-22 19:37:57 UTC (rev 6931)
@@ -10,6 +10,10 @@
[ Torsten Marek ]
* New upstream release
+ * debian/control
+ - bumped standards version to 3.7.3, no changes necessary
+ - drop -1 Debian revision off build dependency on libqscintilla
+ - clean up dependencies on debug packages
-- Torsten Marek <shlomme at debian.org> Sat, 22 Nov 2008 19:47:15 +0100
Modified: packages/python-qt3/trunk/debian/control
===================================================================
--- packages/python-qt3/trunk/debian/control 2008-11-22 19:27:44 UTC (rev 6930)
+++ packages/python-qt3/trunk/debian/control 2008-11-22 19:37:57 UTC (rev 6931)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Ricardo Javier Cardenes Medina <rcardenes at debian.org>
Uploaders: Torsten Marek <shlomme at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), 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), sip4 (>= 4.7), python-sip4-dev (>= 4.7), libqscintilla-dev (>= 1.7-1), python-central (>= 0.5.8), dpatch, python-sip4-dbg, python-all-dbg
+Build-Depends: debhelper (>= 5.0.38), 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), sip4 (>= 4.7), python-sip4-dev (>= 4.7), libqscintilla-dev (>= 1.7), python-central (>= 0.5.8), dpatch, python-sip4-dbg, python-all-dbg
XS-Python-Version: all
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Homepage: http://www.riverbankcomputing.co.uk/pyqt/index.php
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-qt3/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-qt3/trunk/
@@ -29,14 +29,14 @@
Package: python-qt3-dbg
Architecture: any
Priority: extra
-Depends: python-qt3 (= ${binary:Version}), python-dbg, python-sip4-dbg (>= 4.7), ${shlibs:Depends}
+Depends: ${shlibs:Depends}, python-dbg, python-qt3 (= ${binary:Version}), python-sip4-dbg (>= 4.7)
XB-Python-Version: ${python:Versions}
Description: Qt3 bindings for Python (debug extension)
Python binding module that allows use of Qt X Window toolkit v3.
You can use it to create portable graphics-capable scripts (there
are PyQt versions for Linux, Windows and MacOS X).
.
- This package contains the extension built for the python debug interpreter.
+ This package contains the extension built for the Python debug interpreter.
Package: python-qt3-gl
Architecture: any
@@ -53,14 +53,14 @@
Package: python-qt3-gl-dbg
Priority: extra
Architecture: any
-Depends: python-qt3-gl (= ${binary:Version}), python-dbg, python-qt3-dbg (= ${binary:Version}), ${shlibs:Depends}
+Depends: ${shlibs:Depends}, python-dbg, python-qt3-gl (= ${binary:Version}), python-qt3-dbg (= ${binary:Version})
Description: Qt3 OpenGL bindings for Python (debug extension)
Python binding module that allows use of the OpenGL facilities
offered by the Qt X Window toolkit v3. You can use it to create
portable graphics-capable scripts (there are PyQt versions for
Linux, Windows and MacOS X).
.
- This package contains the extension built for the python debug interpreter.
+ This package contains the extension built for the Python debug interpreter.
Package: python-qtext
Architecture: any
@@ -76,7 +76,7 @@
Package: python-qtext-dbg
Priority: extra
Architecture: any
-Depends: python-qtext (= ${binary:Version}), python-dbg, python-qt3-dbg (= ${binary:Version}), ${shlibs:Depends}
+Depends: ${shlibs:Depends}, python-dbg, python-qtext (= ${binary:Version}), python-qt3-dbg (= ${binary:Version})
Description: Qt debug extensions for PyQt
PyQt debug Extensions. Contains:
.
More information about the Python-modules-commits
mailing list