[Python-modules-commits] r10567 - in packages/pyqwt5/trunk/debian (changelog control)
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Sun Nov 22 22:58:18 UTC 2009
Date: Sunday, November 22, 2009 @ 22:58:18
Author: gudjon-guest
Revision: 10567
Added versioned dependency on libqwt5
Modified:
packages/pyqwt5/trunk/debian/changelog
packages/pyqwt5/trunk/debian/control
Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog 2009-11-22 22:57:46 UTC (rev 10566)
+++ packages/pyqwt5/trunk/debian/changelog 2009-11-22 22:58:18 UTC (rev 10567)
@@ -1,9 +1,13 @@
pyqwt5 (5.2.1~cvs20091107+dfsg-2) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Fix watch file.
- -- Jakub Wilk <ubanus at users.sf.net> Fri, 13 Nov 2009 13:38:04 +0100
+ [ Gudjon I. Gudjonsson ]
+ * Add versioned binary dependency on libqwt5-qt{3,4} (Closes: #557170)
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sat, 21 Nov 2009 17:50:54 +0100
+
pyqwt5 (5.2.1~cvs20091107+dfsg-1) unstable; urgency=low
* New CVS version
Modified: packages/pyqwt5/trunk/debian/control
===================================================================
--- packages/pyqwt5/trunk/debian/control 2009-11-22 22:57:46 UTC (rev 10566)
+++ packages/pyqwt5/trunk/debian/control 2009-11-22 22:58:18 UTC (rev 10567)
@@ -16,7 +16,7 @@
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${pythonqt3:Depends},
- python-numpy, python-sip4 (>= 4.9)
+ python-numpy, python-sip4 (>= 4.9), libqwt5-qt3 (>= 5.2.0-1)
Recommends: libqwt5-qt3-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
@@ -30,7 +30,7 @@
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${pythonqt4:Depends},
- python-numpy, python-sip4 (>= 4.9)
+ python-numpy, python-sip4 (>= 4.9), libqwt5-qt4 (>= 5.2.0-1)
Recommends: libqwt5-qt4-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
More information about the Python-modules-commits
mailing list