[Python-apps-commits] r2653 - in packages/eric/trunk/debian (2 files)
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Sun Mar 22 17:30:10 UTC 2009
Date: Sunday, March 22, 2009 @ 17:30:08
Author: gudjon-guest
Revision: 2653
Closed a bug.
Modified:
packages/eric/trunk/debian/changelog
packages/eric/trunk/debian/debian-manpages/eric4-api.1
Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog 2009-03-21 12:02:23 UTC (rev 2652)
+++ packages/eric/trunk/debian/changelog 2009-03-22 17:30:08 UTC (rev 2653)
@@ -1,11 +1,12 @@
eric (4.3.1-1) unstable; urgency=low
- * New upstream release
+ * New upstream release (Closes: #519929)
* Bump standards version to 3.8.1, no changes needed
* Remove patch 05_fix-api-path, not needed anymore
* Add eric.api to eric-api-files
+ * Update eric4-api.1 manpage
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Mon, 16 Mar 2009 10:35:08 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Thu, 19 Mar 2009 07:34:06 +0100
eric (4.3.0-2) unstable; urgency=low
Modified: packages/eric/trunk/debian/debian-manpages/eric4-api.1
===================================================================
--- packages/eric/trunk/debian/debian-manpages/eric4-api.1 2009-03-21 12:02:23 UTC (rev 2652)
+++ packages/eric/trunk/debian/debian-manpages/eric4-api.1 2009-03-22 17:30:08 UTC (rev 2653)
@@ -41,22 +41,49 @@
A summary of options is included below.
For a complete description, see the Info files.
.TP
+.B \-b name or \-\-base name
+Use the given name as the name of the base package.
+.TP
+.B \-h or \-\-help
+Show this help and exit.
+.TP
.B \-o filename or \-\-output\=filename
-Write the API information to the named file.
+Write the API information to the named file. A '%L' placeholder
+is replaced by the language of the API file (see --language).
.TP
+.B \-\-oldstyle
+Generate API files for QScintilla prior to 1.7.
+.TP
+.B \-p or \-\-private
+Include private methods and functions.
+.TP
.B \-R, \-r or \-\-recursive
Perform a recursive search for Python files.
.TP
+.B \-t ext or \-\-extension = ext
+Add the given extension to the list of file extensions.
+This option may be given multiple times.
+.TP
+.B \-V or \-\-version
+Show version information and exit.
+.TP
.B \-x directory or \-\-exclude=directory
Specify a directory basename to be excluded.
This option may be repeated multiple times.
.TP
-.B \-V or \-\-version
-Show version information and exit.
+.B \-\-exclude\-file=pattern
+Specify a filename pattern of files to be excluded.
+This option may be repeated multiple times.
.TP
-.B \-h or \-\-help
-Show this help and exit.
+.B \-l language or \-\-language=language
+Generate an API file for the given programming language.
+Supported programming languages are:
+ * Python
+ * Ruby
+The default is 'Python'.
+This option may be repeated multiple times.
+
.SH SEE ALSO
.BR eric4 (1),
.BR eric4-helpviewer (1),
More information about the Python-apps-commits
mailing list