[Python-modules-commits] r3350 - in /packages/pyqwt3d/trunk/debian: control patches/00list rules

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Mon Oct 1 09:42:40 UTC 2007


Author: gudjon-guest
Date: Mon Oct  1 09:42:40 2007
New Revision: 3350

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3350
Log:
Fixed for release (I think)

Modified:
    packages/pyqwt3d/trunk/debian/control
    packages/pyqwt3d/trunk/debian/patches/00list
    packages/pyqwt3d/trunk/debian/rules

Modified: packages/pyqwt3d/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt3d/trunk/debian/control?rev=3350&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/control (original)
+++ packages/pyqwt3d/trunk/debian/control Mon Oct  1 09:42:40 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-all-dev (>= 2.4.4-2), dpatch,
+Build-Depends: debhelper (>= 5), python, 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=3350&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/patches/00list (original)
+++ packages/pyqwt3d/trunk/debian/patches/00list Mon Oct  1 09:42:40 2007
@@ -1,2 +1,1 @@
 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=3350&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/rules (original)
+++ packages/pyqwt3d/trunk/debian/rules Mon Oct  1 09:42:40 2007
@@ -23,8 +23,8 @@
 configure: configure-stamp
 configure-stamp: patch
 	dh_testdir
-	chmod 644 qt4lib/PyQt4/Qwt3D/ezplot.py
-	chmod 644 qt3lib/Qwt3D/ezplot.py
+	chmod 755 qt4lib/PyQt4/Qwt3D/ezplot.py
+	chmod 755 qt3lib/Qwt3D/ezplot.py
 	for pyvers in ${PYTHONS};\
 	do\
 		for qtvers in ${QTS};\




More information about the Python-modules-commits mailing list