[Python-modules-commits] r24422 - in packages/pyqwt3d/trunk/debian (changelog control rules)
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Sat May 18 21:03:10 UTC 2013
Date: Saturday, May 18, 2013 @ 21:03:08
Author: gudjon-guest
Revision: 24422
* Removing -lz from configure and zlib1g-dev dependency
* Removing -lGLU from configure (Closes: #676500)
* Bump standards version to 3.9.4
* Add binary dependency on python-qwt5-qt4
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 2013-05-18 20:01:57 UTC (rev 24421)
+++ packages/pyqwt3d/trunk/debian/changelog 2013-05-18 21:03:08 UTC (rev 24422)
@@ -1,3 +1,12 @@
+pyqwt3d (0.1.7~cvs20090625-11) UNRELEASED; urgency=low
+
+ * Removing -lz from configure and zlib1g-dev dependency
+ * Removing -lGLU from configure (Closes: #676500)
+ * Bump standards version to 3.9.4
+ * Add binary dependency on python-qwt5-qt4
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sat, 18 May 2013 22:18:47 +0200
+
pyqwt3d (0.1.7~cvs20090625-10) unstable; urgency=low
* Team upload.
Modified: packages/pyqwt3d/trunk/debian/control
===================================================================
--- packages/pyqwt3d/trunk/debian/control 2013-05-18 20:01:57 UTC (rev 24421)
+++ packages/pyqwt3d/trunk/debian/control 2013-05-18 21:03:08 UTC (rev 24422)
@@ -3,12 +3,12 @@
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 (>= 7), python-all-dev (>= 2.6.6-3), zlib1g-dev,
+Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3),
python-sip-dev, python-numpy (>= 1:1.0.2), libqt4-opengl-dev,
python-qt4-dev (>= 4.8.3-3), python-qt4 (>= 4.8.3-3), python-qt4-gl (>= 4.5.1),
libqwtplot3d-qt4-dev
Homepage: http://pyqwt.sourceforge.net/
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
X-Python-Version: >= 2.3
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyqwt3d/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyqwt3d/trunk/
@@ -16,7 +16,7 @@
Package: python-qwt3d-qt4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${sip:Depends},
- python-qt4-gl, python-numpy
+ python-qt4-gl, python-numpy, python-qwt5-qt4
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 2013-05-18 20:01:57 UTC (rev 24421)
+++ packages/pyqwt3d/trunk/debian/rules 2013-05-18 21:03:08 UTC (rev 24422)
@@ -33,7 +33,7 @@
mkdir -p build/py$$pyvers-qt$$qtvers;\
cp -Rl `ls . |grep -v build|grep -v debian` build/py$$pyvers-qt$$qtvers;\
(cd build/py$$pyvers-qt$$qtvers/configure;\
- python$$pyvers configure.py -$$qtvers -I /usr/include/qwtplot3d-qt$$qtvers -lGLU --extra-libs=qwtplot3d-qt$$qtvers -l z -D GL2PS_HAVE_ZLIB);\
+ python$$pyvers configure.py -$$qtvers -I /usr/include/qwtplot3d-qt$$qtvers --extra-libs=qwtplot3d-qt$$qtvers -D GL2PS_HAVE_ZLIB);\
done;\
done
touch $@
More information about the Python-modules-commits
mailing list