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

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Thu Mar 5 08:11:30 UTC 2015


    Date: Thursday, March 5, 2015 @ 08:11:03
  Author: mitya57
Revision: 31954

Move "special" packages to the top of control file
so that it is easier to find them.

Modified:
  packages/pyqt5/trunk/debian/control

Modified: packages/pyqt5/trunk/debian/control
===================================================================
--- packages/pyqt5/trunk/debian/control	2015-03-05 07:57:01 UTC (rev 31953)
+++ packages/pyqt5/trunk/debian/control	2015-03-05 08:11:03 UTC (rev 31954)
@@ -52,6 +52,45 @@
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyqt5/trunk/
 XS-Testsuite: autopkgtest
 
+Package: pyqt5-dev
+Architecture: all
+Depends: python3-sip-dev | python-sip-dev, ${misc:Depends}
+Description: Development files for PyQt5
+ This package contains the source SIP files from which the Python
+ bindings for Qt5 are created. They are needed for building PyQt5
+ as well as creating bindings for own Qt5 widgets written in C++.
+
+Package: pyqt5-dev-tools
+Depends: python3,
+         python3-pyqt5 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Architecture: any
+Description: Development tools for PyQt5
+ This package contains various support tools for PyQt5 developers:
+  * a user interface compiler (pyuic5)
+  * a resource file generator (pyrcc5)
+  * a translation string finder (pylupdate5)
+
+Package: pyqt5-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Suggests: pyqt5-examples
+Description: Documentation for PyQt5
+ PyQt5 exposes the Qt5 GUI toolkit in Python.
+ .
+ This package contains Python-specific documentation for PyQt5.
+
+Package: pyqt5-examples
+Architecture: all
+Suggests: 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.
+ .
+ This package the Qt example programs and demos ported to Python.
+
 Package: python3-pyqt5
 Architecture: any
 Depends: ${misc:Depends},
@@ -465,45 +504,6 @@
  .
  This package contains the extension built for the Python 3 debug interpreter.
 
-Package: pyqt5-dev
-Architecture: all
-Depends: python3-sip-dev | python-sip-dev, ${misc:Depends}
-Description: Development files for PyQt5
- This package contains the source SIP files from which the Python
- bindings for Qt5 are created. They are needed for building PyQt5
- as well as creating bindings for own Qt5 widgets written in C++.
-
-Package: pyqt5-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Suggests: pyqt5-examples
-Description: Documentation for PyQt5
- PyQt5 exposes the Qt5 GUI toolkit in Python.
- .
- This package contains Python-specific documentation for PyQt5.
-
-Package: pyqt5-examples
-Architecture: all
-Suggests: 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.
- .
- This package the Qt example programs and demos ported to Python.
-
-Package: pyqt5-dev-tools
-Depends: python3,
-         python3-pyqt5 (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Architecture: any
-Description: Development tools for PyQt5
- This package contains various support tools for PyQt5 developers:
-  * a user interface compiler (pyuic5)
-  * a resource file generator (pyrcc5)
-  * a translation string finder (pylupdate5)
-
 Package: python-pyqt5
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, ${sip:Depends}




More information about the Python-modules-commits mailing list