[Python-modules-commits] r2590 - in /packages/pyqwt5/trunk/debian: changelog control

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Jun 23 12:36:52 UTC 2007


Author: piotr
Date: Sat Jun 23 12:36:52 2007
New Revision: 2590

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2590
Log:
rewrite dependencies

Modified:
    packages/pyqwt5/trunk/debian/changelog
    packages/pyqwt5/trunk/debian/control

Modified: packages/pyqwt5/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt5/trunk/debian/changelog?rev=2590&op=diff
==============================================================================
--- packages/pyqwt5/trunk/debian/changelog (original)
+++ packages/pyqwt5/trunk/debian/changelog Sat Jun 23 12:36:52 2007
@@ -1,7 +1,5 @@
-pyqwt5 (5.0.0-1) UNRELEASED; urgency=low
+pyqwt5 (5.0.0-1) unstable; urgency=low
 
   * Initial release (Closes: #413372)
-  * Added the Qwt licence to the copyright file and fixed
-    some errors in it.
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Tue, 19 Jun 2007 09:46:03 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 23 Jun 2007 14:32:31 +0200

Modified: packages/pyqwt5/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt5/trunk/debian/control?rev=2590&op=diff
==============================================================================
--- packages/pyqwt5/trunk/debian/control (original)
+++ packages/pyqwt5/trunk/debian/control Sat Jun 23 12:36:52 2007
@@ -1,18 +1,22 @@
 Source: pyqwt5
+Section: python
 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), sip4 ( >=4.6-1 ), python-qt-dev , python-qt4-dev (>=4.2-0), python-sip4-dev, python-numpy (>=1.0.2-2), python-central (>= 0.5.8), python-qt3-gl (>=3.17.2-1), python-qt4 (>=4.2-0), python-qt4-gl (>=4.2-0), libqwt5-qt4-dev (>=5.0.1), libqwt5-qt3-dev (>=5.0.1), dpatch
+Build-Depends: debhelper (>= 5), dpatch, python-all-dev (>= 2.4.4-2), python-central (>= 0.5.8),
+ python-numpy (>= 1.0.2-2), sip4 (>= 4.6-1), python-sip4-dev,
+ libqwt5-qt4-dev (>=5.0.1), python-qt4, python-qt4-dev (>=4.2),
+ libqwt5-qt3-dev (>=5.0.1), python-qt3, python-qt-dev
+Standards-Version: 3.7.2
 XS-Python-Version: all
-Standards-Version: 3.7.2
-Section: python
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyqwt5/trunk/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyqwt5/trunk/?op=log
 
 Package: python-qwt5-qt3
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-qt3,
+ python-numpy | python-numarray | python-scipy
 Recommends: libqwt5-qt3-dev
 XB-Python-Version: ${python:Versions}
 Description: Python version of the Qwt5 technical widget library
@@ -28,7 +32,8 @@
 Package: python-qwt5-qt4
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-qt4,
+ python-numpy | python-numarray | python-scipy,
 Recommends: libqwt5-qt4-dev
 XB-Python-Version: ${python:Versions}
 Description: Python version of the Qwt5 technical widget library




More information about the Python-modules-commits mailing list