[Python-apps-commits] r284 - in /packages/spe/trunk/debian: rules spe.sgml
sc-guest at users.alioth.debian.org
sc-guest at users.alioth.debian.org
Sun Nov 25 17:51:21 UTC 2007
Author: sc-guest
Date: Sun Nov 25 17:51:21 2007
New Revision: 284
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=284
Log:
Created the man page
Added:
packages/spe/trunk/debian/spe.sgml
Modified:
packages/spe/trunk/debian/rules
Modified: packages/spe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/rules?rev=284&op=diff
==============================================================================
--- packages/spe/trunk/debian/rules (original)
+++ packages/spe/trunk/debian/rules Sun Nov 25 17:51:21 2007
@@ -6,7 +6,12 @@
include /usr/share/dpatch/dpatch.make
-build: patch build-stamp
+MANPAGES = spe.1
+
+%.1: debian/%.sgml
+ docbook-to-man $< > $@
+
+build: patch build-stamp $(MANPAGES)
build-stamp:
dh_testdir
Added: packages/spe/trunk/debian/spe.sgml
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/spe.sgml?rev=284&op=file
==============================================================================
--- packages/spe/trunk/debian/spe.sgml (added)
+++ packages/spe/trunk/debian/spe.sgml Sun Nov 25 17:51:21 2007
@@ -1,0 +1,142 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+ page: `docbook-to-man manpage.sgml > manpage.1'. You may view
+ the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+ less'. A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+ docbook-to-man $< > $@
+
+
+ The docbook-to-man binary is found in the docbook-to-man package.
+ Please remember that if you create the nroff version in one of the
+ debian/rules file targets (such as build), you will need to include
+ docbook-to-man in your Build-Depends control field.
+
+ -->
+
+ <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+ <!ENTITY dhfirstname "<firstname>Stefano</firstname>">
+ <!ENTITY dhsurname "<surname>Canepa</surname>">
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY dhdate "<date>November 25, 2007</date>">
+ <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+ allowed: see man(7), man(1). -->
+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
+ <!ENTITY dhemail "<email><sc at linux.it></email>">
+ <!ENTITY dhusername "Stefano Canepa">
+ <!ENTITY dhucpackage "<refentrytitle>SPE</refentrytitle>">
+ <!ENTITY dhpackage "spe">
+
+ <!ENTITY debian "<productname>Debian</productname>">
+ <!ENTITY gnu "<acronym>GNU</acronym>">
+ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+ <refentryinfo>
+ <address>
+ &dhemail;
+ </address>
+ <author>
+ &dhfirstname;
+ &dhsurname;
+ </author>
+ <copyright>
+ <year>2007</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ &dhdate;
+ </refentryinfo>
+ <refmeta>
+ &dhucpackage;
+
+ &dhsection;
+ </refmeta>
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+
+ <refpurpose>Platform independent pluggable Python IDE</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+ <arg><option>-d, --debug</option></arg>
+ <arg><option>-w, --workspace</option></arg>
+ <arg><script-name1> <script-name2></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+
+ <para>
+ This manual page documents briefly <command>spe</command>.
+ </para>
+
+ <para>This manual page was written for the &debian; distribution
+ because the original program does not have a manual page.
+
+ <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>
+
+ </refsect1>
+ <refsect1>
+ <title>OPTIONS</title>
+
+ <para>These programs follow the usual &gnu; command line syntax,
+ with long options starting with two dashes (`-'). A summary of
+ options is included below.
+
+ <variablelist>
+ <varlistentry>
+ <term><option>-d</option>
+ <option>--debug</option>
+ </term>
+ <listitem>
+ <para>Prints debug information usefull to add to bug report.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-w</option>
+ <option>--workspace</option>
+ </term>
+ <listitem>
+ <para>Start <command>spe</command> with the selected workspace. If none <command>spe</command> opens the default workspace.</para>
+ </listitem>
+ </varlistentry>
+ </refsect1>
+ <refsect1>
+ <title>AUTHOR</title>
+
+ <para>This manual page was written by &dhusername; &dhemail; for
+ the &debian; system (but may be used by others). Permission is
+ granted to copy, distribute and/or modify this document under
+ the terms of the &gnu; General Public License, Version 2,
+ as published by the Free Software Foundation.
+ </para>
+ <para>
+ On Debian systems, the complete text of the GNU General Public
+ License, Version 2, can be found in /usr/share/common-licenses/GPL-2.
+ </para>
+
+ </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+
More information about the Python-apps-commits
mailing list