[Python-modules-commits] r18007 - in packages/pyqwt5/trunk/debian (changelog control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Aug 2 21:19:20 UTC 2011
Date: Tuesday, August 2, 2011 @ 21:19:19
Author: piotr
Revision: 18007
Replace libqwt5-qt4-dev dependencies with libqwt-dev due to recent changes
in qwt source package
Modified:
packages/pyqwt5/trunk/debian/changelog
packages/pyqwt5/trunk/debian/control
Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog 2011-08-02 21:05:50 UTC (rev 18006)
+++ packages/pyqwt5/trunk/debian/changelog 2011-08-02 21:19:19 UTC (rev 18007)
@@ -1,11 +1,16 @@
-pyqwt5 (5.2.1~cvs20091107+dfsg-6) unstable; urgency=low
+pyqwt5 (5.2.1~cvs20091107+dfsg-6) UNRELEASED; urgency=low
+ [ Gudjon I. Gudjonsson ]
* Bump standards version to 3.9.2
* Add X-Python-Version
* Update python dependencies
* Change from dh_pysupport to dh_python2 (Closes: #634862)
* Change short description in python-qwt5-doc
+ [ Piotr Ożarowski ]
+ * Replace libqwt5-qt4-dev dependencies with libqwt-dev due to recent changes
+ in qwt source package
+
-- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sun, 31 Jul 2011 10:44:15 +0000
pyqwt5 (5.2.1~cvs20091107+dfsg-5) unstable; urgency=low
Modified: packages/pyqwt5/trunk/debian/control
===================================================================
--- packages/pyqwt5/trunk/debian/control 2011-08-02 21:05:50 UTC (rev 18006)
+++ packages/pyqwt5/trunk/debian/control 2011-08-02 21:19:19 UTC (rev 18007)
@@ -5,7 +5,7 @@
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3),
python-numpy (>= 1.0.2-2), python-sip-dev,
- libqwt5-qt4-dev (>=5.0.1), python-qt4 (>= 4.8.3-3), python-qt4-dev (>=4.8.3-3)
+ libqwt-dev (>=5.0.1), python-qt4 (>= 4.8.3-3), python-qt4-dev (>=4.8.3-3)
Standards-Version: 3.9.2
X-Python-Version: >= 2.3
Homepage: http://pyqwt.sourceforge.net/
@@ -16,7 +16,7 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${pythonqt4:Depends},
${sip:Depends}, ${libqwt5qt4:Depends}, python-numpy
-Recommends: libqwt5-qt4-dev
+Recommends: libqwt-dev
Description: Python version of the Qwt5 technical widget library
PyQwt is a set of Python bindings for the Qwt C++ class library which extends
the Qt framework with widgets for scientific and engineering applications.
More information about the Python-modules-commits
mailing list