[Python-modules-commits] r3351 - in /packages/pyqwt3d/trunk/debian: control patches/00list patches/02_ezplot.dpatch
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Mon Oct 1 13:11:03 UTC 2007
Author: gudjon-guest
Date: Mon Oct 1 13:11:03 2007
New Revision: 3351
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3351
Log:
Added a patch for ezplot that fixes path problem. But the lintian error python-script-but-no-python-dep persists
Added:
packages/pyqwt3d/trunk/debian/patches/02_ezplot.dpatch (with props)
Modified:
packages/pyqwt3d/trunk/debian/control
packages/pyqwt3d/trunk/debian/patches/00list
Modified: packages/pyqwt3d/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt3d/trunk/debian/control?rev=3351&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/control (original)
+++ packages/pyqwt3d/trunk/debian/control Mon Oct 1 13:11:03 2007
@@ -3,7 +3,7 @@
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, python-all-dev (>= 2.4.4-2), 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),
Modified: packages/pyqwt3d/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt3d/trunk/debian/patches/00list?rev=3351&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/patches/00list (original)
+++ packages/pyqwt3d/trunk/debian/patches/00list Mon Oct 1 13:11:03 2007
@@ -1,1 +1,2 @@
01_configure
+02_ezplot
Added: packages/pyqwt3d/trunk/debian/patches/02_ezplot.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt3d/trunk/debian/patches/02_ezplot.dpatch?rev=3351&op=file
==============================================================================
--- packages/pyqwt3d/trunk/debian/patches/02_ezplot.dpatch (added)
+++ packages/pyqwt3d/trunk/debian/patches/02_ezplot.dpatch Mon Oct 1 13:11:03 2007
@@ -1,0 +1,52 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_ezplot.dpatch by Gudjon I. Gudjonsson <gudjon at gudjon.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP:
+
+ at DPATCH@
+
+--- pyqwt3d-0.1.6.orig/qt4lib/PyQt4/Qwt3D/ezplot.py
++++ pyqwt3d-0.1.6/qt4lib/PyQt4/Qwt3D/ezplot.py
+@@ -1,7 +1,5 @@
+ #!/usr/bin/env python
+-"""
+-ezplot is some sugar coating for Qwt3D
+-"""
++# ezplot is some sugar coating for Qwt3D
+ # Copyright (C) 2003-2007 Gerard Vermeulen
+ #
+ # This file is part of PyQwt3D.
+@@ -32,8 +30,8 @@
+ __all__ = ('plot',)
+
+ import numpy as np
+-from _Qwt3D import SurfacePlot, RGBA
+-from _Qwt3D import X1, X2, X3, X4, Y1, Y2, Y3, Y4, Z1, Z2, Z3, Z4
++from PyQt4.Qwt3D._Qwt3D import SurfacePlot, RGBA
++from PyQt4.Qwt3D._Qwt3D import X1, X2, X3, X4, Y1, Y2, Y3, Y4, Z1, Z2, Z3, Z4
+
+
+ def tocube(x, y, z):
+--- pyqwt3d-0.1.6.orig/qt3lib/Qwt3D/ezplot.py
++++ pyqwt3d-0.1.6/qt3lib/Qwt3D/ezplot.py
+@@ -1,7 +1,5 @@
+ #!/usr/bin/env python
+-"""
+-ezplot is some sugar coating for Qwt3D
+-"""
++# ezplot is some sugar coating for Qwt3D
+ # Copyright (C) 2003-2007 Gerard Vermeulen
+ #
+ # This file is part of PyQwt3D.
+@@ -32,8 +30,8 @@
+ __all__ = ('plot',)
+
+ import numpy as np
+-from _Qwt3D import SurfacePlot, RGBA
+-from _Qwt3D import X1, X2, X3, X4, Y1, Y2, Y3, Y4, Z1, Z2, Z3, Z4
++from Qwt3D._Qwt3D import SurfacePlot, RGBA
++from Qwt3D._Qwt3D import X1, X2, X3, X4, Y1, Y2, Y3, Y4, Z1, Z2, Z3, Z4
+
+
+ def tocube(x, y, z):
Propchange: packages/pyqwt3d/trunk/debian/patches/02_ezplot.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the Python-modules-commits
mailing list