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

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Thu Mar 5 08:19:14 UTC 2015


    Date: Thursday, March 5, 2015 @ 08:18:18
  Author: mitya57
Revision: 31955

Add some Suggests to pyqt5-examples package (closes: #779369).

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

Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog	2015-03-05 08:11:03 UTC (rev 31954)
+++ packages/pyqt5/trunk/debian/changelog	2015-03-05 08:18:18 UTC (rev 31955)
@@ -5,6 +5,7 @@
     - Require sip 4.16.6 for building.
   * Build against Qt 5.4.1.
   * Update list of possible options in pylupdate5 manpage.
+  * Add some Suggests to pyqt5-examples package (closes: #779369).
   * No-op wrap and sort.
   * Bump years in debian/copyright.
 

Modified: packages/pyqt5/trunk/debian/control
===================================================================
--- packages/pyqt5/trunk/debian/control	2015-03-05 08:11:03 UTC (rev 31954)
+++ packages/pyqt5/trunk/debian/control	2015-03-05 08:18:18 UTC (rev 31955)
@@ -84,7 +84,12 @@
 
 Package: pyqt5-examples
 Architecture: all
-Suggests: qt5-doc
+Suggests: pyqt5-dev-tools,
+          python3-pyqt5.qtmultimedia,
+          python3-pyqt5.qtopengl,
+          python3-pyqt5.qtquick,
+          python3-pyqt5.qtsvg,
+          qt5-doc
 Depends: libjs-jquery, python3-pyqt5 | python-pyqt5, ${misc:Depends}
 Description: Examples and demos for PyQt5
  PyQt5 exposes the Qt5 GUI toolkit in Python.




More information about the Python-modules-commits mailing list