[Python-modules-commits] r3352 - in /packages/pyqwt3d/trunk/debian: patches/02_ezplot.dpatch rules

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Mon Oct 1 13:56:10 UTC 2007


Author: gudjon-guest
Date: Mon Oct  1 13:56:10 2007
New Revision: 3352

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3352
Log:
Finally lintian free

Modified:
    packages/pyqwt3d/trunk/debian/patches/02_ezplot.dpatch
    packages/pyqwt3d/trunk/debian/rules

Modified: 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=3352&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/patches/02_ezplot.dpatch (original)
+++ packages/pyqwt3d/trunk/debian/patches/02_ezplot.dpatch Mon Oct  1 13:56:10 2007
@@ -5,11 +5,11 @@
 ## DP: 
 
 @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
+diff -urNad pyqwt3d-0.1.6~/qt3lib/Qwt3D/ezplot.py pyqwt3d-0.1.6/qt3lib/Qwt3D/ezplot.py
+--- pyqwt3d-0.1.6~/qt3lib/Qwt3D/ezplot.py	2007-10-01 14:41:18.000000000 +0200
++++ pyqwt3d-0.1.6/qt3lib/Qwt3D/ezplot.py	2007-10-01 15:29:00.000000000 +0200
+@@ -1,7 +1,4 @@
+-#!/usr/bin/env python
 -"""
 -ezplot is some sugar coating for Qwt3D
 -"""
@@ -17,7 +17,30 @@
  # Copyright (C) 2003-2007 Gerard Vermeulen
  #
  # This file is part of PyQwt3D.
-@@ -32,8 +30,8 @@
+@@ -32,8 +29,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):
+diff -urNad pyqwt3d-0.1.6~/qt4lib/PyQt4/Qwt3D/ezplot.py pyqwt3d-0.1.6/qt4lib/PyQt4/Qwt3D/ezplot.py
+--- pyqwt3d-0.1.6~/qt4lib/PyQt4/Qwt3D/ezplot.py	2007-10-01 14:41:18.000000000 +0200
++++ pyqwt3d-0.1.6/qt4lib/PyQt4/Qwt3D/ezplot.py	2007-10-01 15:29:09.000000000 +0200
+@@ -1,7 +1,4 @@
+-#!/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 +29,8 @@
  __all__ = ('plot',)
  
  import numpy as np
@@ -28,25 +51,3 @@
  
  
  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):

Modified: packages/pyqwt3d/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt3d/trunk/debian/rules?rev=3352&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/rules (original)
+++ packages/pyqwt3d/trunk/debian/rules Mon Oct  1 13:56:10 2007
@@ -23,8 +23,8 @@
 configure: configure-stamp
 configure-stamp: patch
 	dh_testdir
-	chmod 755 qt4lib/PyQt4/Qwt3D/ezplot.py
-	chmod 755 qt3lib/Qwt3D/ezplot.py
+	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