[Python-modules-commits] r17952 - in packages/pyqwt5/trunk/debian (4 files)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sun Jul 31 17:27:57 UTC 2011


    Date: Sunday, July 31, 2011 @ 17:27:55
  Author: gudjon-guest
Revision: 17952

* Bump standards version to 3.9.2
* Add X-Python-Version
* Update python dependencies
* Change from dh_pysupport to dh_python2 (Closes: #634862)
* Change short description in python-qwt5-doc

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

Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog	2011-07-31 15:27:44 UTC (rev 17951)
+++ packages/pyqwt5/trunk/debian/changelog	2011-07-31 17:27:55 UTC (rev 17952)
@@ -1,3 +1,13 @@
+pyqwt5 (5.2.1~cvs20091107+dfsg-6) unstable; urgency=low
+
+  * Bump standards version to 3.9.2
+  * Add X-Python-Version
+  * Update python dependencies
+  * Change from dh_pysupport to dh_python2 (Closes: #634862)
+  * Change short description in python-qwt5-doc
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 31 Jul 2011 10:44:15 +0000
+
 pyqwt5 (5.2.1~cvs20091107+dfsg-5) unstable; urgency=low
 
   * Rebuilding package (Closes: #619500)

Modified: packages/pyqwt5/trunk/debian/control
===================================================================
--- packages/pyqwt5/trunk/debian/control	2011-07-31 15:27:44 UTC (rev 17951)
+++ packages/pyqwt5/trunk/debian/control	2011-07-31 17:27:55 UTC (rev 17952)
@@ -3,16 +3,16 @@
 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.4.4-2), python-support (>= 0.7.1),
+Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3),
  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)
-Standards-Version: 3.9.1
+ libqwt5-qt4-dev (>=5.0.1), python-qt4 (>= 4.8.3-3), python-qt4-dev (>=4.8.3-3)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.3
 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/
 
 Package: python-qwt5-qt4
-Section: python
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${pythonqt4:Depends},
  ${sip:Depends}, ${libqwt5qt4:Depends}, python-numpy
@@ -29,7 +29,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Description: Python version of the Qwt5 technical widget library   
+Description: Python Qwt5 technical widget library, documentation and examples  
  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.   
  It provides a widget to plot 2-dimensional data and various widgets to   

Modified: packages/pyqwt5/trunk/debian/pyversions
===================================================================
--- packages/pyqwt5/trunk/debian/pyversions	2011-07-31 15:27:44 UTC (rev 17951)
+++ packages/pyqwt5/trunk/debian/pyversions	2011-07-31 17:27:55 UTC (rev 17952)
@@ -1 +0,0 @@
-2.3-

Modified: packages/pyqwt5/trunk/debian/rules
===================================================================
--- packages/pyqwt5/trunk/debian/rules	2011-07-31 15:27:44 UTC (rev 17951)
+++ packages/pyqwt5/trunk/debian/rules	2011-07-31 17:27:55 UTC (rev 17952)
@@ -107,7 +107,7 @@
 	dh_install -a --sourcedir=debian/tmp
 	dh_strip -a
 	dh_compress -a --exclude=.py --exclude=.resX
-	dh_pysupport -a
+	dh_python2 -a
 	dh_sip -a
 	echo 'pythonqt4:Depends=python-qt4 (>= $(call py_qt_version, 4))' >> debian/python-qwt5-qt4.substvars
 	echo 'libqwt5qt4:Depends=libqwt5-qt4 (>= $(call libqwt5_version, 4))' >> debian/python-qwt5-qt4.substvars




More information about the Python-modules-commits mailing list