[Python-modules-commits] r2684 - in /packages/ll-core/trunk/debian: patches/00dpatch.conf rules ucp.sgml

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Sun Jul 8 17:07:32 UTC 2007


Author: bzed-guest
Date: Sun Jul  8 17:07:32 2007
New Revision: 2684

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2684
Log:
ucp manpage, dpatch config

Added:
    packages/ll-core/trunk/debian/patches/00dpatch.conf
    packages/ll-core/trunk/debian/ucp.sgml
Modified:
    packages/ll-core/trunk/debian/rules

Added: packages/ll-core/trunk/debian/patches/00dpatch.conf
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/patches/00dpatch.conf?rev=2684&op=file
==============================================================================
--- packages/ll-core/trunk/debian/patches/00dpatch.conf (added)
+++ packages/ll-core/trunk/debian/patches/00dpatch.conf Sun Jul  8 17:07:32 2007
@@ -1,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs

Modified: packages/ll-core/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/rules?rev=2684&op=diff
==============================================================================
--- packages/ll-core/trunk/debian/rules (original)
+++ packages/ll-core/trunk/debian/rules Sun Jul  8 17:07:32 2007
@@ -7,6 +7,9 @@
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 
+install/python-ll-core::
+	mv $(CURDIR)/debian/usr/bin/ucp.py $(CURDIR)/debian/usr/bin/ucp
+
 # drop automatically created file; see #424898
 clean::
 	rm -f debian/pycompat

Added: packages/ll-core/trunk/debian/ucp.sgml
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/ucp.sgml?rev=2684&op=file
==============================================================================
--- packages/ll-core/trunk/debian/ucp.sgml (added)
+++ packages/ll-core/trunk/debian/ucp.sgml Sun Jul  8 17:07:32 2007
@@ -1,0 +1,163 @@
+<!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>Bernd</firstname>">
+  <!ENTITY dhsurname   "<surname>Zeimetz</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>Sun Jul  8 16:11:42 CEST 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>bernd at bzed.de</email>">
+  <!ENTITY dhusername  "Bernd Zeimetz">
+  <!ENTITY dhucpackage "<refentrytitle>python-ll-core</refentrytitle>">
+  <!ENTITY dhpackage   "ucp">
+
+  <!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>file copy program which uses urls to specify source and target</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>-h|--help<replaceable></replaceable></option></arg>
+      <arg><option>-v|--verbose<replaceable></replaceable></option></arg>
+      <arg><option>-c|--color=<replaceable>COLOR</replaceable></option></arg>
+      <arg><option>-u|--user=<replaceable>USER</replaceable></option></arg>
+      <arg><option>-g|--group=<replaceable>GROUP</replaceable></option></arg>
+      <arg><option><replaceable>source-file-url target-file-url | source-file-url(s) target-dir-url</replaceable></option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <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 to copy files from
+      a source URL to a target URL. For example you could use it to copy
+      http://www.foo.bar/test.html to ftp://ftp.test.bar/.
+      <command>&dhpackage;</command> demonstrates the functions of the
+      ll.url Python module.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-h</option>
+          <option>--help</option>
+        </term>
+        <listitem>
+          <para>Show a help message and exit.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-v</option>
+          <option>--verbose</option>
+        </term>
+        <listitem>
+          <para>Be verbose.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-c COLOR</option>
+          <option>--color=COLOR</option>
+        </term>
+        <listitem>
+          <para>Color output (yes, no, auto).</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-u USER</option>
+          <option>--user=USER</option>
+        </term>
+        <listitem>
+          <para>User id or name for target files.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-g GROUP</option>
+          <option>--group=GROUP</option>
+        </term>
+        <listitem>
+          <para>Group id or name for target files.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </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 same terms as the source of &dhucpackage;, see
+      /usr/share/doc/&dhucpackage;/copyright for details.
+    </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-modules-commits mailing list