[Python-modules-commits] r3083 - in /packages/pyqwt3d/trunk/debian: changelog control patches/00list rules
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Thu Aug 23 23:13:55 UTC 2007
Author: gudjon-guest
Date: Thu Aug 23 23:13:55 2007
New Revision: 3083
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3083
Log:
No lintian errors
Modified:
packages/pyqwt3d/trunk/debian/changelog
packages/pyqwt3d/trunk/debian/control
packages/pyqwt3d/trunk/debian/patches/00list
packages/pyqwt3d/trunk/debian/rules
Modified: packages/pyqwt3d/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt3d/trunk/debian/changelog?rev=3083&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/changelog (original)
+++ packages/pyqwt3d/trunk/debian/changelog Thu Aug 23 23:13:55 2007
@@ -2,20 +2,10 @@
* New upstream release
* Needs libqwtplot3d (>=0.2.7+svn191) that includes patches from Gerard.
+ * Added some minor notes to the copyright file.
+ * Added a patch to fix ezplot.py and set its ownership to 644.
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Thu, 23 Aug 2007 13:53:51 +0200
-
-pyqwt3d (0.1.4-3) unstable; urgency=low
-
- * Python-qt4 has been upgraded to version 4.3. A recomilation is needed.
-
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Mon, 06 Aug 2007 11:18:32 +0200
-
-pyqwt3d (0.1.4-2) unstable; urgency=low
-
- * Added some minort notes to the copyright file.
-
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Tue, 19 Jun 2007 09:44:17 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Fri, 24 Aug 2007 01:03:37 +0200
pyqwt3d (0.1.4-1) unstable; urgency=low
Modified: packages/pyqwt3d/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt3d/trunk/debian/control?rev=3083&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/control (original)
+++ packages/pyqwt3d/trunk/debian/control Thu Aug 23 23:13:55 2007
@@ -3,10 +3,11 @@
Priority: optional
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), python-all-dev (>= 2.4.4-2), sip4 ( >=4.7 ), python-qt-dev , python-qt4-dev (>=4.3),
- python-sip4-dev ( >=4.3 ), python-numpy (>= 1.0.3), python-central (>= 0.5.8), python-qt3-gl (>= 3.17.2-1),
- python-qt4 (>= 4.3), python-qt4-gl (>= 4.3),
- libqwtplot3d-qt3-dev (>=0.2.7+svn191), libqwtplot3d-qt4-dev (>=0.2.7+svn191), dpatch
+Build-Depends: debhelper (>= 5), python-all-dev (>= 2.4.4-2), dpatch,
+ sip4 ( >=4.6 ), python-sip4-dev ( >=4.2 ), python-numpy (>= 1.0.2), python-central (>= 0.5.8),
+ python-qt-dev ,python-qt3-gl (>= 3.17.2-1),
+ python-qt4-dev (>=4.2),python-qt4 (>= 4.2), python-qt4-gl (>= 4.2),
+ libqwtplot3d-qt3-dev (>=0.2.7+svn191), libqwtplot3d-qt4-dev (>=0.2.7+svn191)
XS-Python-Version: all
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyqwt3d/trunk/
Modified: packages/pyqwt3d/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt3d/trunk/debian/patches/00list?rev=3083&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/patches/00list (original)
+++ packages/pyqwt3d/trunk/debian/patches/00list Thu Aug 23 23:13:55 2007
@@ -1,1 +1,2 @@
01_configure
+02_ezplot_fix
Modified: packages/pyqwt3d/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt3d/trunk/debian/rules?rev=3083&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/rules (original)
+++ packages/pyqwt3d/trunk/debian/rules Thu Aug 23 23:13:55 2007
@@ -23,6 +23,8 @@
configure: configure-stamp
configure-stamp: patch
dh_testdir
+ chmod 644 qt4lib/PyQt4/Qwt3D/ezplot.py
+ chmod 644 qt3lib/Qwt3D/ezplot.py
for pyvers in ${PYTHONS};\
do\
for qtvers in ${QTS};\
More information about the Python-modules-commits
mailing list