[Python-modules-commits] r19332 - in packages/pyqwt3d/trunk/debian (changelog control rules)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Tue Nov 15 06:28:20 UTC 2011


    Date: Tuesday, November 15, 2011 @ 06:28:16
  Author: gudjon-guest
Revision: 19332

* Add dependency on python-numpy (Closes: #641795)
* Add build-arch and indep targets

Modified:
  packages/pyqwt3d/trunk/debian/changelog
  packages/pyqwt3d/trunk/debian/control
  packages/pyqwt3d/trunk/debian/rules

Modified: packages/pyqwt3d/trunk/debian/changelog
===================================================================
--- packages/pyqwt3d/trunk/debian/changelog	2011-11-15 03:15:16 UTC (rev 19331)
+++ packages/pyqwt3d/trunk/debian/changelog	2011-11-15 06:28:16 UTC (rev 19332)
@@ -1,3 +1,10 @@
+pyqwt3d (0.1.7~cvs20090625-8) unstable; urgency=low
+
+  * Add dependency on python-numpy (Closes: #641795)
+  * Add build-arch and indep targets
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Tue, 15 Nov 2011 06:51:06 +0100
+
 pyqwt3d (0.1.7~cvs20090625-7) unstable; urgency=low
 
   * Switch to dh_python2 (Closes: #634863)

Modified: packages/pyqwt3d/trunk/debian/control
===================================================================
--- packages/pyqwt3d/trunk/debian/control	2011-11-15 03:15:16 UTC (rev 19331)
+++ packages/pyqwt3d/trunk/debian/control	2011-11-15 06:28:16 UTC (rev 19332)
@@ -16,8 +16,7 @@
 Package: python-qwt3d-qt4
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${sip:Depends},
- python-qt4-gl
-Recommends: python-numpy
+ python-qt4-gl, python-numpy
 Description: Python bindings of the QwtPlot3D library
  PyQwt3D is a set of Python bindings for the QwtPlot3D C++ class
  library which extends the Qt framework with widgets to visualize

Modified: packages/pyqwt3d/trunk/debian/rules
===================================================================
--- packages/pyqwt3d/trunk/debian/rules	2011-11-15 03:15:16 UTC (rev 19331)
+++ packages/pyqwt3d/trunk/debian/rules	2011-11-15 06:28:16 UTC (rev 19332)
@@ -36,10 +36,11 @@
 			python$$pyvers configure.py -$$qtvers -I /usr/include/qwtplot3d-qt$$qtvers --extra-libs=qwtplot3d-qt$$qtvers  -l z -D GL2PS_HAVE_ZLIB);\
 		done;\
 	done
-	touch configure-stamp
+	touch $@
 
-build: build-stamp
-build-stamp: configure-stamp 
+build: build-arch build-indep
+build-arch: build-arch-stamp
+build-arch-stamp: configure-stamp 
 	dh_testdir
 	for pyvers in ${PYTHONS};\
 	do\
@@ -52,6 +53,9 @@
 	done
 	touch $@
 
+build-indep: build-indep-stamp
+build-indep-stamp: configure-stamp
+
 clean:
 	dh_testdir
 	dh_testroot




More information about the Python-modules-commits mailing list