[Python-modules-commits] r3353 - in /packages/pyqwt3d/trunk/debian: changelog control
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Oct 1 20:23:15 UTC 2007
Author: piotr
Date: Mon Oct 1 20:23:15 2007
New Revision: 3353
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3353
Log:
Add python-qt{3,4}-gl to python-qwt3d-qt{3,4}'s Depends and python-numpy to Recommends
Modified:
packages/pyqwt3d/trunk/debian/changelog
packages/pyqwt3d/trunk/debian/control
Modified: packages/pyqwt3d/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt3d/trunk/debian/changelog?rev=3353&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/changelog (original)
+++ packages/pyqwt3d/trunk/debian/changelog Mon Oct 1 20:23:15 2007
@@ -5,6 +5,8 @@
* Added some minor notes to the copyright file.
* Added a patch to fix ezplot.py and set its ownership to 644.
* Homepage field added
+ * Add python-qt{3,4}-gl to python-qwt3d-qt{3,4}'s Depends and python-numpy
+ to Recommends
-- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sun, 30 Sep 2007 12:47:35 +0200
Modified: packages/pyqwt3d/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt3d/trunk/debian/control?rev=3353&op=diff
==============================================================================
--- packages/pyqwt3d/trunk/debian/control (original)
+++ packages/pyqwt3d/trunk/debian/control Mon Oct 1 20:23:15 2007
@@ -17,7 +17,8 @@
Package: python-qwt3d-qt3
Section: python
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-qt3-gl
+Recommends: python-numpy
XB-Python-Version: ${python:Versions}
Description: Python bindings of the QwtPlot3D library
PyQwt3D is a set of Python bindings for the QwtPlot3D C++ class
@@ -29,7 +30,8 @@
Package: python-qwt3d-qt4
Section: python
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, python-qt4-gl
+Recommends: python-numpy
XB-Python-Version: ${python:Versions}
Description: Python bindings of the QwtPlot3D library
PyQwt3D is a set of Python bindings for the QwtPlot3D C++ class
More information about the Python-modules-commits
mailing list