[Python-modules-commits] r8876 - in packages/pyqwt5/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Jun 27 13:50:17 UTC 2009
Date: Saturday, June 27, 2009 @ 13:50:13
Author: piotr
Revision: 8876
* 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
* Prepare for Python 2.6: dh_install now recognizes files in
/usr/local/*/dist-packages/ as well
Modified:
packages/pyqwt5/trunk/debian/changelog
packages/pyqwt5/trunk/debian/python-qwt5-qt3.install
packages/pyqwt5/trunk/debian/python-qwt5-qt4.install
Deleted:
packages/pyqwt5/trunk/debian/pycompat
Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog 2009-06-27 10:18:55 UTC (rev 8875)
+++ packages/pyqwt5/trunk/debian/changelog 2009-06-27 13:50:13 UTC (rev 8876)
@@ -1,10 +1,10 @@
-pyqwt5 (5.1.1~cvs20090626+dfsg-1) unstable; urgency=low
+pyqwt5 (5.1.1~cvs20090626+dfsg-1) unstable; urgency=medium
[ Gudjon I. Gudjonsson ]
- * 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
+ * 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
@@ -13,8 +13,10 @@
[ Piotr Ożarowski ]
* Add get-orig-source rule
+ * Prepare for Python 2.6: dh_install now recognizes files in
+ /usr/local/*/dist-packages/ as well
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Fri, 26 Jun 2009 12:28:14 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Fri, 27 Jun 2009 13:16:04 +0200
pyqwt5 (5.1.0.dfsg-2) unstable; urgency=low
Deleted: packages/pyqwt5/trunk/debian/pycompat
===================================================================
--- packages/pyqwt5/trunk/debian/pycompat 2009-06-27 10:18:55 UTC (rev 8875)
+++ packages/pyqwt5/trunk/debian/pycompat 2009-06-27 13:50:13 UTC (rev 8876)
@@ -1 +0,0 @@
-2
Modified: packages/pyqwt5/trunk/debian/python-qwt5-qt3.install
===================================================================
--- packages/pyqwt5/trunk/debian/python-qwt5-qt3.install 2009-06-27 10:18:55 UTC (rev 8875)
+++ packages/pyqwt5/trunk/debian/python-qwt5-qt3.install 2009-06-27 13:50:13 UTC (rev 8876)
@@ -1,2 +1,2 @@
-usr/lib/python*/site-packages/Qwt5/*
+usr/*/python*/*-packages/Qwt5/*
usr/share/sip/qt/Qwt5/*
Modified: packages/pyqwt5/trunk/debian/python-qwt5-qt4.install
===================================================================
--- packages/pyqwt5/trunk/debian/python-qwt5-qt4.install 2009-06-27 10:18:55 UTC (rev 8875)
+++ packages/pyqwt5/trunk/debian/python-qwt5-qt4.install 2009-06-27 13:50:13 UTC (rev 8876)
@@ -1,2 +1,2 @@
-usr/lib/python*/site-packages/PyQt4/Qwt5/*
+usr/*/python*/*-packages/PyQt4/Qwt5/*
usr/share/sip/PyQt4/Qwt5/*
More information about the Python-modules-commits
mailing list