[Python-apps-commits] r287 - in /packages/spe/trunk/debian: changelog spe.sgml
sc-guest at users.alioth.debian.org
sc-guest at users.alioth.debian.org
Sun Nov 25 18:11:33 UTC 2007
Author: sc-guest
Date: Sun Nov 25 18:11:32 2007
New Revision: 287
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=287
Log:
Corrected manpage creation errors.
Modified:
packages/spe/trunk/debian/changelog
packages/spe/trunk/debian/spe.sgml
Modified: packages/spe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/changelog?rev=287&op=diff
==============================================================================
--- packages/spe/trunk/debian/changelog (original)
+++ packages/spe/trunk/debian/changelog Sun Nov 25 18:11:32 2007
@@ -7,8 +7,11 @@
- Added myself to Uploaders.
* debian/rules:
- Added dpatch magic.
+ - Added creation of manpage.
* debian/patches/01_setup.py.patch.dpatch
- Added, creates a distutils script.
+ * debian/spe.sgml
+ - Added to generate manpage.
[ Emilio Pozuelo Monfort ]
* debian/control:
Modified: packages/spe/trunk/debian/spe.sgml
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/spe.sgml?rev=287&op=diff
==============================================================================
--- packages/spe/trunk/debian/spe.sgml (original)
+++ packages/spe/trunk/debian/spe.sgml Sun Nov 25 18:11:32 2007
@@ -76,6 +76,7 @@
<para>This manual page was written for the &debian; distribution
because the original program does not have a manual page.
+ </para>
<para><command>spe</command> (Stani's Python Editor) is an Integrated Development Editor for the Python programming language (fully compatible with Blender). <command>spe</command> has an editor with syntax highligthing and code completion, can generate UML diagram and code documentation using pydoc. <command>spe</command> is written using wxWidgets and integrate wxGlade and XRCed as plugins to make GUI creation easier. <command>spe</command> can also use <command>pychecker</command> for code check and <command>winpdb</command> to debug python code.</para>
@@ -86,6 +87,7 @@
<para>These programs follow the usual &gnu; command line syntax,
with long options starting with two dashes (`-'). A summary of
options is included below.
+ </para>
<variablelist>
<varlistentry>
@@ -104,6 +106,7 @@
<para>Start <command>spe</command> with the selected workspace. If none <command>spe</command> opens the default workspace.</para>
</listitem>
</varlistentry>
+ </variablelist>
</refsect1>
<refsect1>
<title>AUTHOR</title>
More information about the Python-apps-commits
mailing list