[Python-modules-commits] r26315 - in packages/python-qt4/trunk/debian (2 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed Oct 30 09:33:18 UTC 2013


    Date: Wednesday, October 30, 2013 @ 09:33:15
  Author: mitya57-guest
Revision: 26315

Update pyrcc4 man page to list -py2 and -py3 options.

Modified:
  packages/python-qt4/trunk/debian/changelog
  packages/python-qt4/trunk/debian/manpages/pyrcc4.1

Modified: packages/python-qt4/trunk/debian/changelog
===================================================================
--- packages/python-qt4/trunk/debian/changelog	2013-10-29 16:37:59 UTC (rev 26314)
+++ packages/python-qt4/trunk/debian/changelog	2013-10-30 09:33:15 UTC (rev 26315)
@@ -1,3 +1,9 @@
+python-qt4 (4.10.3-3) UNRELEASED; urgency=low
+
+  * Update pyrcc4 man page to list -py2 and -py3 options.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 30 Oct 2013 13:28:25 +0400
+
 python-qt4 (4.10.3-2) unstable; urgency=low
 
   * Upload to unstable

Modified: packages/python-qt4/trunk/debian/manpages/pyrcc4.1
===================================================================
--- packages/python-qt4/trunk/debian/manpages/pyrcc4.1	2013-10-29 16:37:59 UTC (rev 26314)
+++ packages/python-qt4/trunk/debian/manpages/pyrcc4.1	2013-10-30 09:33:15 UTC (rev 26315)
@@ -6,7 +6,7 @@
 pyrcc4 \- compile Qt resource files for PyQt4 applications
 .SH SYNOPSIS
 .B pyrcc4
-[\fIOPTION\fR]... \fIFILES\fR
+[\fIOPTIONS\fR]... \fIFILES\fR
 .SH DESCRIPTION
 .B pyrcc4
 takes a Qt Resource File (\.qrc) and converts it into a Python module which can be imported into a PyQt4 application. All files loaded by Qt that are prefixed with a colon will be loaded from the resources rather than the file system. 
@@ -16,9 +16,15 @@
 \fB\-help\fR
 Show a summary of the options.
 .TP
-.B \-version
+\fB\-version\fR
 Display the version number of pyrcc4 of the version of Qt which PyQt4 was generated for.
 .TP
+\fB\-py2\fR
+Generate code for any Python v2.x version (default).
+.TP
+\fB\-py3\fR
+Generate code for any Python v3.x version.
+.TP
 \fB\-o\fR \fIFILE\fR
 Write the generated output to \fIFILE\fR instead of stdout.
 .TP




More information about the Python-modules-commits mailing list