[Dh-make-php-commits] r337 - trunk/man

Uwe Steinmann steinm at alioth.debian.org
Fri Feb 12 19:59:38 UTC 2010


Author: steinm
Date: 2010-02-12 19:59:36 +0000 (Fri, 12 Feb 2010)
New Revision: 337

Modified:
   trunk/man/dh-make-pear.xml
   trunk/man/dh-make-pecl.xml
Log:
- fixed all warnings when creating man page


Modified: trunk/man/dh-make-pear.xml
===================================================================
--- trunk/man/dh-make-pear.xml	2009-03-19 07:45:02 UTC (rev 336)
+++ trunk/man/dh-make-pear.xml	2010-02-12 19:59:36 UTC (rev 337)
@@ -27,16 +27,15 @@
 -->
 
   <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "<firstname>UWE</firstname>">
-  <!ENTITY dhsurname   "<surname>STEINMANN</surname>">
-  <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>August 05, 2005</date>">
+  <!ENTITY dhfirstname "UWE">
+  <!ENTITY dhsurname   "STEINMANN">
   <!-- 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>steinm at debian.org</email>">
+  <!ENTITY dhsection   "1">
+  <!ENTITY dhemail     "steinm at debian.org">
   <!ENTITY dhusername  "Uwe Steinmann">
-  <!ENTITY dhucpackage "<refentrytitle>DH-MAKE-PEAR</refentrytitle>">
+  <!ENTITY dhtitle     "dh-make-pear User Manual">
+  <!ENTITY dhucpackage "DH-MAKE-PEAR">
   <!ENTITY dhpackage   "dh-make-pear">
 
   <!ENTITY debian      "<productname>Debian</productname>">
@@ -46,23 +45,37 @@
 
 <refentry>
   <refentryinfo>
-    <address>
-      &dhemail;
-    </address>
-    <author>
-      &dhfirstname;
-      &dhsurname;
-    </author>
+    <title>&dhtitle;</title>
+    <productname>&dhpackage;</productname>
+    <authorgroup>
+      <author>
+       <firstname>&dhfirstname;</firstname>
+        <surname>&dhsurname;</surname>
+        <contrib>Wrote this manpage for the Debian system.</contrib>
+        <address>
+          <email>&dhemail;</email>
+        </address>
+      </author>
+    </authorgroup>
     <copyright>
-      <year>2004</year>
+      <year>2004-2010</year>
       <holder>&dhusername;</holder>
     </copyright>
-    &dhdate;
+    <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>
-    &dhucpackage;
-
-    &dhsection;
+    <refentrytitle>&dhucpackage;</refentrytitle>
+    <manvolnum>&dhsection;</manvolnum>
   </refmeta>
   <refnamediv>
     <refname>&dhpackage;</refname>
@@ -77,8 +90,12 @@
 
       <arg><option>--version </option></arg>
 
+      <arg><option>--rename </option></arg>
+
       <arg><option>--arch <replaceable>any | all</replaceable></option></arg>
 
+      <arg><option>--state <replaceable>STATE</replaceable></option></arg>
+
       <arg><option>--depends <replaceable>DEPENDS</replaceable></option></arg>
 
       <arg><option>--maintainer <replaceable>MAINTAINER</replaceable></option></arg>
@@ -150,6 +167,13 @@
         </listitem>
       </varlistentry>
       <varlistentry>
+        <term><option>--rename</option>
+        </term>
+        <listitem>
+          <para>Do not link orig.tar.gz but move the source into .orig.tar.gz.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
         <term><option>--arch</option>
         </term>
         <listitem>
@@ -158,6 +182,14 @@
         </listitem>
       </varlistentry>
       <varlistentry>
+        <term><option>--state</option>
+        </term>
+        <listitem>
+          <para>Set preferred state for downloaded package. Defaults to
+            'stable'.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
         <term><option>--depends</option>
         </term>
         <listitem>
@@ -204,20 +236,5 @@
     <para>dh-make-pecl (1).</para>
 
   </refsect1>
-  <refsect1>
-    <title>AUTHOR</title>
-
-    <para>This manual page was written by &dhusername; &dhemail;.
-      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>
 </refentry>
 

Modified: trunk/man/dh-make-pecl.xml
===================================================================
--- trunk/man/dh-make-pecl.xml	2009-03-19 07:45:02 UTC (rev 336)
+++ trunk/man/dh-make-pecl.xml	2010-02-12 19:59:36 UTC (rev 337)
@@ -27,16 +27,15 @@
 -->
 
   <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "<firstname>UWE</firstname>">
-  <!ENTITY dhsurname   "<surname>STEINMANN</surname>">
-  <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>May 30, 2006</date>">
+  <!ENTITY dhfirstname "UWE">
+  <!ENTITY dhsurname   "STEINMANN">
   <!-- 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>steinm at debian.org</email>">
+  <!ENTITY dhsection   "1">
+  <!ENTITY dhemail     "steinm at debian.org">
   <!ENTITY dhusername  "Uwe Steinmann">
-  <!ENTITY dhucpackage "<refentrytitle>DH-MAKE-PECL</refentrytitle>">
+  <!ENTITY dhtitle     "dh-make-pecl User Manual">
+  <!ENTITY dhucpackage "DH-MAKE-PECL">
   <!ENTITY dhpackage   "dh-make-pecl">
 
   <!ENTITY debian      "<productname>Debian</productname>">
@@ -46,23 +45,37 @@
 
 <refentry>
   <refentryinfo>
-    <address>
-      &dhemail;
-    </address>
-    <author>
-      &dhfirstname;
-      &dhsurname;
-    </author>
+    <title>&dhtitle;</title>
+    <productname>&dhpackage;</productname>
+    <authorgroup>
+      <author>
+       <firstname>&dhfirstname;</firstname>
+        <surname>&dhsurname;</surname>
+        <contrib>Wrote this manpage for the Debian system.</contrib>
+        <address>
+          <email>&dhemail;</email>
+        </address>
+      </author>
+    </authorgroup>
     <copyright>
-      <year>2004-2006</year>
+      <year>2004-2010</year>
       <holder>&dhusername;</holder>
     </copyright>
-    &dhdate;
+    <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>
-    &dhucpackage;
-
-    &dhsection;
+    <refentrytitle>&dhucpackage;</refentrytitle>
+    <manvolnum>&dhsection;</manvolnum>
   </refmeta>
   <refnamediv>
     <refname>&dhpackage;</refname>
@@ -257,20 +270,4 @@
     <para>dh-make-pear (1).</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>
 </refentry>
-




More information about the Dh-make-php-commits mailing list