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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed Oct 16 14:51:33 UTC 2013


    Date: Wednesday, October 16, 2013 @ 14:51:31
  Author: mitya57-guest
Revision: 26169

* New upstream bugfix release.
* Add new package for QtSerialPort module.

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

Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog	2013-10-16 10:55:59 UTC (rev 26168)
+++ packages/pyqt5/trunk/debian/changelog	2013-10-16 14:51:31 UTC (rev 26169)
@@ -1,11 +1,13 @@
-pyqt5 (5.1+dfsg-2) UNRELEASED; urgency=low
+pyqt5 (5.1.1+dfsg-1) UNRELEASED; urgency=low
 
+  * New upstream bugfix release.
   * Add debian/get-orig-source.sh and explain how to use it in
     README.source; add jquery_rc.py to list of non-free files.
   * Remove symlink to jquery in clean target.
   * Install QOpenGLFunctions libraries in python3-pyqt5.qtopengl package.
   * Call dh_install with --fail-missing option.
   * Do not install Windows-specific activeqt examples.
+  * Add new package for QtSerialPort module.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Tue, 15 Oct 2013 17:59:27 +0400
 

Modified: packages/pyqt5/trunk/debian/control
===================================================================
--- packages/pyqt5/trunk/debian/control	2013-10-16 10:55:59 UTC (rev 26168)
+++ packages/pyqt5/trunk/debian/control	2013-10-16 14:51:31 UTC (rev 26169)
@@ -20,6 +20,7 @@
                qtmultimedia5-dev,
                qtdeclarative5-dev,
                qttools5-dev,
+               libqt5serialport5-dev,
                libqt5svg5-dev,
                libqt5xmlpatterns5-dev,
                python-dbus-dev,
@@ -269,6 +270,31 @@
  .
  This package contains the extensions built for the Python 3 debug interpreter.
 
+Package: python3-pyqt5.qtserialport
+Architecture: any
+Depends: python3-pyqt5 (= ${binary:Version}),
+         ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
+Description: Python 3 bindings for QtSerialPort module
+ The QtSerialPort module of PyQt5 provides a set of APIs to use serial ports
+ from PyQt applications.
+
+Package: python3-pyqt5.qtserialport-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: python3-dbg,
+         python3-pyqt5-dbg (= ${binary:Version}),
+         python3-pyqt5.qtserialport (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Python 3 bindings for QtSerialPort module (debug extension)
+ The QtSerialPort module of PyQt5 provides a set of APIs to use serial ports
+ from PyQt applications.
+ .
+ This package contains the extension built for the Python 3 debug interpreter.
+
 Package: pyqt5-dev
 Architecture: all
 Depends: python3-sip-dev, ${misc:Depends}, ${python3:Depends}

Modified: packages/pyqt5/trunk/debian/rules
===================================================================
--- packages/pyqt5/trunk/debian/rules	2013-10-16 10:55:59 UTC (rev 26168)
+++ packages/pyqt5/trunk/debian/rules	2013-10-16 14:51:31 UTC (rev 26169)
@@ -142,7 +142,7 @@
 
 	# Don't initiate the uic/widget-plugins
 	touch $(CURDIR)/debian/tmp/usr/lib/python3.$*/dist-packages/PyQt5/uic/widget-plugins/.noinit
-	for module in opengl sql webkit xmlpatterns svg multimedia quick; do \
+	for module in opengl sql webkit xmlpatterns svg multimedia quick serialport; do \
 		mkdir -p debian/python3-pyqt5.qt$$module-dbg/usr/lib/python3.$*/dist-packages/PyQt5; \
 	done
 	mv $(d3_qt5_dbg)/usr/lib/python3.$*/dist-packages/PyQt5/*OpenGL*.so \
@@ -160,6 +160,8 @@
 	mv $(d3_qt5_dbg)/usr/lib/python3.$*/dist-packages/PyQt5/QtQml.so \
 	   $(d3_qt5_dbg)/usr/lib/python3.$*/dist-packages/PyQt5/QtQuick.so \
 		debian/python3-pyqt5.qtquick-dbg/usr/lib/python3.$*/dist-packages/PyQt5
+	mv $(d3_qt5_dbg)/usr/lib/python3.$*/dist-packages/PyQt5/QtSerialPort.so \
+		debian/python3-pyqt5.qtserialport-dbg/usr/lib/python3.$*/dist-packages/PyQt5
 
 clean:
 	dh_testdir
@@ -192,7 +194,8 @@
 	for p in python3-pyqt5 python3-pyqt5.qtopengl python3-pyqt5.qtsql \
 	  python3-pyqt5.qtwebkit python3-pyqt5.qtmultimedia \
 	  python3-pyqt5.qtsvg python3-pyqt5.qtxmlpatterns \
-	  python3-pyqt5.qtquick python3-dbus.mainloop.pyqt5; do \
+	  python3-pyqt5.qtquick python3-pyqt5.qtserialport \
+	  python3-dbus.mainloop.pyqt5; do \
 		DH_OPTIONS= dh_strip -p$$p --dbg-package=$$p-dbg; \
 		rm -rf debian/$$p-dbg/usr/share/doc/$$p-dbg; \
 		mkdir -p debian/$$p-dbg/usr/share/doc; \




More information about the Python-modules-commits mailing list