[Python-modules-commits] r18136 - in packages/pyqwt5/trunk/debian (3 files)
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Fri Aug 12 05:44:34 UTC 2011
Date: Friday, August 12, 2011 @ 05:44:32
Author: gudjon-guest
Revision: 18136
Comment out QaPolygon from BodePlot demo. All examples do work now.
Modified:
packages/pyqwt5/trunk/debian/changelog
packages/pyqwt5/trunk/debian/control
packages/pyqwt5/trunk/debian/patches/02_examples.patch
Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog 2011-08-11 23:01:04 UTC (rev 18135)
+++ packages/pyqwt5/trunk/debian/changelog 2011-08-12 05:44:32 UTC (rev 18136)
@@ -1,18 +1,14 @@
-pyqwt5 (5.2.1~cvs20091107+dfsg-6) UNRELEASED; urgency=low
+pyqwt5 (5.2.1~cvs20091107+dfsg-6) unstable; 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
+ * Comment out QaPolygon from BodePlot demo. All examples do work now.
- [ 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> Fri, 12 Aug 2011 07:43:55 +0200
- -- 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
* Rebuilding package (Closes: #619500)
Modified: packages/pyqwt5/trunk/debian/control
===================================================================
--- packages/pyqwt5/trunk/debian/control 2011-08-11 23:01:04 UTC (rev 18135)
+++ packages/pyqwt5/trunk/debian/control 2011-08-12 05:44:32 UTC (rev 18136)
@@ -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,
- libqwt-dev (>=5.0.1), python-qt4 (>= 4.8.3-3), python-qt4-dev (>=4.8.3-3)
+ libqwt5-qt4-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/
Modified: packages/pyqwt5/trunk/debian/patches/02_examples.patch
===================================================================
--- packages/pyqwt5/trunk/debian/patches/02_examples.patch 2011-08-11 23:01:04 UTC (rev 18135)
+++ packages/pyqwt5/trunk/debian/patches/02_examples.patch 2011-08-12 05:44:32 UTC (rev 18136)
@@ -11,3 +11,18 @@
'PickerDemo',
'RadioDemo',
'ReallySimpleDemo',
+--- a/qt4examples/BodeDemo.py
++++ b/qt4examples/BodeDemo.py
+@@ -379,9 +379,9 @@
+ self.connect(self.picker,
+ SIGNAL('moved(const QPoint &)'),
+ self.moved)
+- self.connect(self.picker,
+- SIGNAL('selected(const QaPolygon &)'),
+- self.selected)
++# self.connect(self.picker,
++# SIGNAL('selected(const QaPolygon &)'),
++# self.selected)
+
+ # __init__()
+
More information about the Python-modules-commits
mailing list