[Python-apps-commits] r7407 - in packages/go2/trunk/debian (changelog control go2.xml rules)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Fri Aug 5 16:36:08 UTC 2011


    Date: Friday, August 5, 2011 @ 16:36:06
  Author: davidvilla-guest
Revision: 7407

- reST manpage in upstream repo

Modified:
  packages/go2/trunk/debian/changelog
  packages/go2/trunk/debian/control
  packages/go2/trunk/debian/rules
Deleted:
  packages/go2/trunk/debian/go2.xml

Modified: packages/go2/trunk/debian/changelog
===================================================================
--- packages/go2/trunk/debian/changelog	2011-08-05 16:19:01 UTC (rev 7406)
+++ packages/go2/trunk/debian/changelog	2011-08-05 16:36:06 UTC (rev 7407)
@@ -1,8 +1,8 @@
-go2 (0.20110805-1) unstable; urgency=low
+go2 (1.20110805-1) unstable; urgency=low
 
   * New upstream release
 
- --  <david at fry>  Fri, 05 Aug 2011 18:13:14 +0200
+ -- David Villa Alises <David.Villa at uclm.es>  Fri, 05 Aug 2011 18:27:23 +0200
 
 go2 (0.20110717-1) unstable; urgency=low
 

Modified: packages/go2/trunk/debian/control
===================================================================
--- packages/go2/trunk/debian/control	2011-08-05 16:19:01 UTC (rev 7406)
+++ packages/go2/trunk/debian/control	2011-08-05 16:36:06 UTC (rev 7407)
@@ -3,8 +3,7 @@
 Priority: extra
 Maintainer: David Villa Alises <David.Villa at uclm.es>
 Uploaders: Francisco Moya <paco at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), docbook-to-man,
- docbook-xsl, xsltproc
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-docutils
 Standards-Version: 3.9.2
 Homepage: http://savannah.nongnu.org/projects/go2/
 

Deleted: packages/go2/trunk/debian/go2.xml
===================================================================
--- packages/go2/trunk/debian/go2.xml	2011-08-05 16:19:01 UTC (rev 7406)
+++ packages/go2/trunk/debian/go2.xml	2011-08-05 16:36:06 UTC (rev 7407)
@@ -1,303 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-
-<!--
-
-`xsltproc -''-nonet \
-          -''-param man.charmap.use.subset "0" \
-          -''-param make.year.ranges "1" \
-          -''-param make.single.year.ranges "1" \
-          /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
-          manpage.xml'
-
-A manual page <package>.<section> will be generated. You may view the
-manual page with: nroff -man <package>.<section> | less'. A typical entry
-in a Makefile or Makefile.am is:
-
-DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
-XP     = xsltproc -''-nonet -''-param man.charmap.use.subset "0"
-
-manpage.1: manpage.xml
-        $(XP) $(DB2MAN) $<
-
-The xsltproc binary is found in the xsltproc package. The XSL files are in
-docbook-xsl. A description of the parameters you can use can be found in the
-docbook-xsl-doc-* packages. 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 xsltproc and docbook-xsl in your Build-Depends control field.
-Alternatively use the xmlto command/package. That will also automatically
-pull in xsltproc and docbook-xsl.
-
-Notes for using docbook2x: docbook2x-man does not automatically create the
-AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as
-<refsect1> ... </refsect1>.
-
-To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections
-read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be
-found in the docbook-xsl-doc-html package.
-
-Validation can be done using: `xmllint -''-noout -''-valid manpage.xml`
-
-General documentation about man-pages and man-page-formatting:
-man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
-
--->
-
-  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "David">
-  <!ENTITY dhsurname   "Villa">
-  <!-- dhusername could also be set to "&firstname; &surname;". -->
-  <!ENTITY dhusername  "&dhfirstname; &dhsurname;">
-  <!ENTITY dhemail     "David.Villa at uclm.es">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1) and
-       http://www.tldp.org/HOWTO/Man-Page/q2.html. -->
-  <!ENTITY dhsection   "1">
-  <!-- TITLE should be something like "User commands" or similar (see
-       http://www.tldp.org/HOWTO/Man-Page/q2.html). -->
-  <!ENTITY dhtitle     "go2 user manual">
-  <!ENTITY dhucpackage "GO">
-  <!ENTITY dhpackage   "go2">
-  <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-
-]>
-
-<refentry>
-  <refentryinfo>
-    <title>&dhtitle;</title>
-    <productname>&dhpackage;</productname>
-    <authorgroup>
-      <author>
-       <firstname>&dhfirstname;</firstname>
-        <surname>&dhsurname;</surname>
-        <contrib>Wrote initially go2 and this manpage for the Debian
-        system.</contrib>
-        <address>
-          <email>&dhemail;</email>
-        </address>
-      </author>
-      <author>
-	<firstname>Cleto</firstname>
-	<surname>Martin</surname>
-	<contrib>Updated this manpange.</contrib>
-	<address>
-	  <email>cleto.martin at gmail.com</email>
-	</address>
-      </author>
-    </authorgroup>
-    <copyright>
-      <year>2011</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    <legalnotice>
-      <para>This manual page was written for the Debian system
-        (and may be used by others).</para>
-      <para>Permission is granted to copy, distribute and/or modify this
-        document under the terms of the GNU General Public License,
-        Version 2 or (at your option) any later version published by
-        the Free Software Foundation.</para>
-      <para>On Debian systems, the complete text of the GNU General Public
-        License can be found in
-        <filename>/usr/share/common-licenses/GPL</filename>.</para>
-    </legalnotice>
-  </refentryinfo>
-  <refmeta>
-    <refentrytitle>&dhucpackage;</refentrytitle>
-    <manvolnum>&dhsection;</manvolnum>
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-    <refpurpose>directory finder.</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-      <!-- These are several examples, how syntaxes could look -->
-      <arg choice="opt"><option>options</option></arg>
-      <arg choice="req">
-        <group choice="req">
-          <arg choice="plain"><replaceable>directory-prefix</replaceable></arg>
-        </group>
-      </arg>
-    </cmdsynopsis>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-      <!-- Normally the help and version options make the programs stop
-           right after outputting the requested information. -->
-      <group choice="opt">
-        <arg choice="plain">
-          <group choice="req">
-            <arg choice="plain"><option>-h</option></arg>
-            <arg choice="plain"><option>--help</option></arg>
-          </group>
-        </arg>
-      </group>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1 id="description">
-    <title>DESCRIPTION</title>
-
-    <para>This manual page documents briefly the
-      <command>&dhpackage;</command> command.</para>
-
-    <para>This manual page was written for the &debian; distribution
-      because the original program does not have a manual page.
-    </para>
-
-    <para>
-      <command>&dhpackage;</command> is a program that finds (and
-      changes to) directories.
-    </para>
-  </refsect1>
-
-  <refsect1 id="important">
-    <title>IMPORTANT</title>
-    <para>
-      <command>&dhpackage;</command> requires be loaded from the
-      shell. To do this include the next sentence in your
-      $HOME/.bashrc file:
-    </para>
-
-    <programlisting>
-[ -e /usr/lib/go2/go2.sh ] && source /usr/lib/go2/go2.sh
-    </programlisting>
-
-    <para>
-      If your wish improve directory caching, you may include also the
-      next sentence:
-    </para>
-
-    <programlisting>
-alias cd='go2 --cd'
-    </programlisting>
-
-  </refsect1>
-  <refsect1 id="options">
-    <title>OPTIONS</title>
-    <para>
-      This program follows the usual &gnu; command line syntax,
-      with long options starting with two dashes (`-').  A summary of
-      options is included below.  For a complete description, see the
-      <application>Info</application> files.
-    </para>
-
-    <variablelist>
-      <!-- Use the variablelist.term.separator and the
-           variablelist.term.break.after parameters to
-           control the term elements. -->
-
-      <varlistentry>
-	<term><option>--cd=<replaceable>PATH</replaceable></option></term>
-        <listitem>
-          <para>Just change working directory</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-	<term><option>--debug</option></term>
-        <listitem>
-          <para>Print debug output</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-	<term><option>--log</option></term>
-        <listitem>
-          <para>More verbose output</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-	<term><option>--gui</option></term>
-        <listitem>
-          <para>Launch graphical user interface</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-	<term><option>-H</option></term>
-        <listitem>
-          <para>Select path from history</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term><option>-i</option></term>
-        <listitem>
-          <para>Case insensitive.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-r</option></term>
-        <listitem>
-          <para>Search from root directory.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-d</option></term>
-        <listitem>
-          <para>Search in hidden directories.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-l</option></term>
-        <listitem>
-          <para>List only, print matches and exists.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--setup</option></term>
-        <listitem>
-          <para>Install go2 in your .bashrc.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-	<term><option>--cmd=<replaceable>CMD</replaceable></option></term>
-        <listitem>
-          <para>Execute 'CMD' in selected path as argument instead of 'cd'</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-	<term><option>--base-dir=<replaceable>BASEDIR</replaceable></option></term>
-        <listitem>
-          <para>Search from BASEDIR directory</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>SEE ALSO</title>
-    <para>
-      This program is fully documented in
-      http://arco.esi.uclm.es/~david.villa/go2.html
-    </para>
-  </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 any
-      later version published by the Free Software Foundation.
-    </para>
-    <para>
-      On Debian systems, the complete text of the GNU General Public
-      License can be found in /usr/share/common-licenses/GPL.
-    </para>
-
-  </refsect1>
-
-
-<!--   <refsect1 id="bugs"> -->
-<!--     <title>BUGS</title> -->
-<!--     <para>The program have troubl currently limited to only work -->
-<!--       with the <package>foobar</package> library.</para> -->
-<!--     <para>The upstreams <acronym>BTS</acronym> can be found -->
-<!--       at <ulink url="http://bugzilla.foo.tld"/>.</para> -->
-<!--   </refsect1> -->
-</refentry>
-

Modified: packages/go2/trunk/debian/rules
===================================================================
--- packages/go2/trunk/debian/rules	2011-08-05 16:19:01 UTC (rev 7406)
+++ packages/go2/trunk/debian/rules	2011-08-05 16:36:06 UTC (rev 7407)
@@ -11,7 +11,7 @@
 
 override_dh_auto_build:
 	dh_auto_build
-	rst2man go2.rst
+	rst2man go2.rst > go2.1
 
 override_dh_auto_clean:
 	dh_auto_clean
@@ -26,5 +26,5 @@
 build-orig:
 	mkdir -p $(ORIG_DIR)
 	tar $(EXCLUDE) --exclude=$(ORIG_DIR) -cf - . | ( cd $(ORIG_DIR) && tar xf - )
-	tar -czf ../$(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
+	tar -czf ../tarballs/$(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
 	$(RM) -r $(ORIG_DIR)




More information about the Python-apps-commits mailing list