[Python-modules-commits] r8846 - in packages/pyqwt5/trunk/debian (changelog control rules)
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Thu Jun 25 12:43:09 UTC 2009
Date: Thursday, June 25, 2009 @ 12:43:04
Author: gudjon-guest
Revision: 8846
pyqwt5 ready for upload. The qt3 version doesn't work but it fixes the qt4 version.
Modified:
packages/pyqwt5/trunk/debian/changelog
packages/pyqwt5/trunk/debian/control
packages/pyqwt5/trunk/debian/rules
Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog 2009-06-22 22:10:14 UTC (rev 8845)
+++ packages/pyqwt5/trunk/debian/changelog 2009-06-25 12:43:04 UTC (rev 8846)
@@ -1,3 +1,16 @@
+pyqwt5 (5.1.1.dfsg~20090624cvs-1) unstable; urgency=low
+
+ * New CVS version
+ * Builds from source (Closes: #533950)
+ * python-qwt5-qt4 doesn't segfault (Closes: #532850)
+ * python-qwt5-qt3 fails but this version is still an improvement
+ * Bump standards version to 3.8.2, no changes needed
+ * Hardcode DEB_UPSTREAM_VERSION=5.1.0, will be changed in
+ next release
+ * Upgrade version dependency on python-qt4 and sip4
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Thu, 25 Jun 2009 13:57:50 +0200
+
pyqwt5 (5.1.0.dfsg-2) unstable; urgency=low
[ Sandro Tosi ]
Modified: packages/pyqwt5/trunk/debian/control
===================================================================
--- packages/pyqwt5/trunk/debian/control 2009-06-22 22:10:14 UTC (rev 8845)
+++ packages/pyqwt5/trunk/debian/control 2009-06-25 12:43:04 UTC (rev 8846)
@@ -4,10 +4,10 @@
Maintainer: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), dpatch, python-all-dev (>= 2.4.4-2), python-support (>= 0.7.1),
- python-numpy (>= 1.0.2-2), sip4 (>= 4.7.1-1~), python-sip4-dev (>= 4.7.1-1~),
- libqwt5-qt4-dev (>=5.0.1), python-qt4, python-qt4-dev (>=4.2),
+ python-numpy (>= 1.0.2-2), sip4 (>= 4.8.1), python-sip4-dev (>= 4.8.1),
+ libqwt5-qt4-dev (>=5.0.1), python-qt4 (>= 4.5.1), python-qt4-dev (>=4.5.1),
libqwt5-qt3-dev (>=5.0.1), python-qt3, python-qt-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
Homepage: http://pyqwt.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyqwt5/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyqwt5/trunk/
Modified: packages/pyqwt5/trunk/debian/rules
===================================================================
--- packages/pyqwt5/trunk/debian/rules 2009-06-22 22:10:14 UTC (rev 8845)
+++ packages/pyqwt5/trunk/debian/rules 2009-06-25 12:43:04 UTC (rev 8846)
@@ -11,7 +11,8 @@
py_qt_version = $(shell dpkg -s python-qt$(strip $(1)) | grep '^Version' | sed 's,Version: \(.*\)-[^-]*$$,\1,')
-DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+)\.dfsg.*,\1,p')
+#DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+)\.dfsg.*,\1,p')
+DEB_UPSTREAM_VERSION=5.1.0
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
More information about the Python-modules-commits
mailing list