[med-svn] r6995 - trunk/community/website/docs
Charles Plessy
plessy at alioth.debian.org
Sat Jun 11 02:02:58 UTC 2011
Author: plessy
Date: 2011-06-11 02:02:58 +0000 (Sat, 11 Jun 2011)
New Revision: 6995
Modified:
trunk/community/website/docs/policy.xml
Log:
Deprecate dpatch further, and markup changes to make the section more compact.
Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml 2011-06-11 01:49:53 UTC (rev 6994)
+++ trunk/community/website/docs/policy.xml 2011-06-11 02:02:58 UTC (rev 6995)
@@ -868,32 +868,29 @@
</sect3>
<sect3 id="dpatch">
<title>Using <command>dpatch</command></title>
- <sect4 id="dpatch-create-patch">
- <title>Creating a patch</title>
- <para>dpatch-edit-patch</para>
- </sect4>
- <sect4 id="dpatch-apply-unapply">
- <title>Applying and unapplying patches</title>
- <para>apply(-all), unapply(-all), status</para>
- </sect4>
- <sect4 id="dpatch-edit-patch">
- <title>Editing patches</title>
- <para>dpatch-edit-patch</para>
- </sect4>
- <sect4 id="dpatch-rename-patch">
- <title>Renaming patches</title>
- <para>Is this possible?</para>
- </sect4>
- <sect4 id="dpatch-other">
- <title>Other commands</title>
- <para>Please see <command>man 1 dpatch</command> for a
- comprehensive list of commands.</para>
- </sect4>
- <sect4 id="dpatch-integration">
- <title>Integration in the build process</title>
- <para>Follow the instructions for quilt and adapt the path of
- inclusion to <filename class="headerfile">/usr/share/dpatch/dpatch.make</filename></para>
- </sect4>
+ <para>
+ <emphasis>It has been a long time that new packages in Debian Med are not using <command>dpatch</command> anymore. The commands below are for reference, but the use of <command>dpatch</command> is not encouraged.</emphasis>
+ </para>
+ <itemizedlist>
+ <listitem id="dpatch-create-patch">
+ <para>Creating a patch: <command>dpatch-edit-patch</command></para>
+ </listitem>
+ <listitem id="dpatch-apply-unapply">
+ <para>Applying and unapplying patches: <command>apply(-all), unapply(-all), status</command></para>
+ </listitem>
+ <listitem id="dpatch-edit-patch">
+ <para>Editing patches: <command>dpatch-edit-patch</command></para>
+ </listitem>
+ <listitem id="dpatch-rename-patch">
+ <para>Renaming patches: is this possible?</para>
+ </listitem>
+ <listitem id="dpatch-other">
+ <para>Other commands: please see <command>man 1 dpatch</command> for a comprehensive list of commands.</para>
+ </listitem>
+ <listitem id="dpatch-integration">
+ <para>Integration in the build process: follow the instructions for quilt and adapt the path of inclusion to <filename class="headerfile">/usr/share/dpatch/dpatch.make</filename></para>
+ </listitem>
+ </itemizedlist>
</sect3>
</sect2>
</sect1>
More information about the debian-med-commit
mailing list