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

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sat Feb 6 12:33:41 UTC 2010


    Date: Saturday, February 6, 2010 @ 12:33:25
  Author: gudjon-guest
Revision: 11567

Change to new sip version. Ready for upload

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

Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog	2010-02-06 08:36:21 UTC (rev 11566)
+++ packages/pyqwt5/trunk/debian/changelog	2010-02-06 12:33:25 UTC (rev 11567)
@@ -1,3 +1,13 @@
+pyqwt5 (5.2.1~cvs20091107+dfsg-3) unstable; urgency=low
+
+  * Upgrade to new sip version (Closes: #567228)
+  * Bump standards version to 3.8.4
+  * Change from sip4 to sip dependencies
+  * Change dephelper version to 7
+  * Add misc depends for python-qwt5-doc
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 06 Feb 2010 13:25:49 +0100
+
 pyqwt5 (5.2.1~cvs20091107+dfsg-2) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/pyqwt5/trunk/debian/control
===================================================================
--- packages/pyqwt5/trunk/debian/control	2010-02-06 08:36:21 UTC (rev 11566)
+++ packages/pyqwt5/trunk/debian/control	2010-02-06 12:33:25 UTC (rev 11567)
@@ -3,11 +3,11 @@
 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), dpatch, python-all-dev (>= 2.4.4-2), python-support (>= 0.7.1),
- python-numpy (>= 1.0.2-2), sip4 (>= 4.9), python-sip4-dev (>= 4.9),
+Build-Depends: debhelper (>= 7), dpatch, python-all-dev (>= 2.4.4-2), python-support (>= 0.7.1),
+ python-numpy (>= 1.0.2-2), python-sip-dev,
  libqwt5-qt4-dev (>=5.0.1), python-qt4 (>= 4.5.1), python-qt4-dev (>=4.5.1),
  libqwt5-qt3-dev (>=5.0.1), python-qt3, python-qt-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://pyqwt.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyqwt5/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyqwt5/trunk/
@@ -16,7 +16,7 @@
 Section: python
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${pythonqt3:Depends},
- python-numpy, python-sip4 (>= 4.9),  ${libqwt5qt3:Depends}
+ ${sip:Depends},  ${libqwt5qt3:Depends}, python-numpy
 Recommends: libqwt5-qt3-dev
 Description: Python version of the Qwt5 technical widget library
  PyQwt is a set of Python bindings for the Qwt C++ class library which extends
@@ -30,7 +30,7 @@
 Section: python
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${pythonqt4:Depends},
- python-numpy, python-sip4 (>= 4.9),  ${libqwt5qt4:Depends}
+ ${sip:Depends}, ${libqwt5qt4:Depends}, python-numpy
 Recommends: libqwt5-qt4-dev
 Description: Python version of the Qwt5 technical widget library
  PyQwt is a set of Python bindings for the Qwt C++ class library which extends
@@ -43,6 +43,7 @@
 Package: python-qwt5-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Python version of the Qwt5 technical widget library   
  PyQwt is a set of Python bindings for the Qwt C++ class library which extends   
  the Qt framework with widgets for scientific and engineering applications.   

Modified: packages/pyqwt5/trunk/debian/rules
===================================================================
--- packages/pyqwt5/trunk/debian/rules	2010-02-06 08:36:21 UTC (rev 11566)
+++ packages/pyqwt5/trunk/debian/rules	2010-02-06 12:33:25 UTC (rev 11567)
@@ -111,6 +111,7 @@
 	dh_strip -a
 	dh_compress -a --exclude=.py --exclude=.resX
 	dh_pysupport -a
+	dh_sip -a
 	echo 'pythonqt3:Depends=python-qt3 (>= $(call py_qt_version, 3))' >> debian/python-qwt5-qt3.substvars
 	echo 'libqwt5qt3:Depends=libqwt5-qt3 (>= $(call libqwt5_version, 3))' >> debian/python-qwt5-qt3.substvars
 	echo 'pythonqt4:Depends=python-qt4 (>= $(call py_qt_version, 4))' >> debian/python-qwt5-qt4.substvars




More information about the Python-modules-commits mailing list