[Dh-make-php-commits] r184 - trunk/man
Uwe Steinmann
steinm at costa.debian.org
Tue May 30 11:28:28 UTC 2006
Author: steinm
Date: 2006-05-30 11:28:28 +0000 (Tue, 30 May 2006)
New Revision: 184
Modified:
trunk/man/dh-make-pecl.xml
Log:
- document --only option
Modified: trunk/man/dh-make-pecl.xml
===================================================================
--- trunk/man/dh-make-pecl.xml 2006-05-30 10:02:10 UTC (rev 183)
+++ trunk/man/dh-make-pecl.xml 2006-05-30 11:28:28 UTC (rev 184)
@@ -30,7 +30,7 @@
<!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 dhdate "<date>May 30, 2006</date>">
<!-- SECTION should be 1-8, maybe w/ subsection other parameters are
allowed: see man(7), man(1). -->
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
@@ -54,7 +54,7 @@
&dhsurname;
</author>
<copyright>
- <year>2004, 2005</year>
+ <year>2004-2006</year>
<holder>&dhusername;</holder>
</copyright>
&dhdate;
@@ -90,6 +90,7 @@
<arg><option>--package-name <replaceable>NAME</replaceable></option></arg>
<arg><option>--templatedir <replaceable>TEMPLATEDIR</replaceable></option></arg>
+ <arg><option>--only <replaceable>4|5</replaceable></option></arg>
<arg>PACKAGE</arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -212,6 +213,17 @@
files. Defaults to /usr/share/dh-make-php/pecl.template.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--only</option>
+ </term>
+ <listitem>
+ <para>Set this to 4 or 5 in order to produce a debian package which
+ creates a binary package for php4 or php5 only, but not for both.
+ This is mostly
+ useful if a pecl package does not compile for all php version.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>
More information about the Dh-make-php-commits
mailing list