[med-svn] r15242 - trunk/community/website/docs
Andreas Tille
tille at moszumanska.debian.org
Fri Nov 22 10:49:13 UTC 2013
Author: tille
Date: 2013-11-22 10:49:13 +0000 (Fri, 22 Nov 2013)
New Revision: 15242
Modified:
trunk/community/website/docs/policy.xml
Log:
Recommend using `cme fix dpkg-control`
Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml 2013-11-22 10:31:29 UTC (rev 15241)
+++ trunk/community/website/docs/policy.xml 2013-11-22 10:49:13 UTC (rev 15242)
@@ -655,6 +655,19 @@
</formalpara>
</listitem>
</orderedlist>
+ <para>
+ It is a very good idea to use <command>Config::Model</command> to unify the formatting of <filename>debian/control</filename>.
+ To do so make sure you have installed
+ <formalpara>
+ <command>apt-get</command> <option> install libconfig-model-dpkg-perl libconfig-model-itself-perl</option>
+ </formalpara>
+ and than you can simply call
+ <formalpara>
+ <command>cme</command> <option> fix dpkg-control</option>
+ </formalpara>
+ to get a properly formated, sanity checked <filename>debian/control</filename> file. Please note that sometimes you need to
+ call this more than once.
+ </para>
</sect2>
<sect2 id="debian-copyright">
@@ -687,7 +700,7 @@
</formalpara>
</listitem>
</itemizedlist>
- from package <filename>libconfig-model-perl</filename>.
+ from package <filename>libconfig-model-dpkg-perl</filename> (see above).
</para>
</sect2>
More information about the debian-med-commit
mailing list