[med-svn] r15341 - trunk/community/website/docs
Charles Plessy
plessy at moszumanska.debian.org
Sat Nov 30 04:18:15 UTC 2013
Author: plessy
Date: 2013-11-30 04:18:15 +0000 (Sat, 30 Nov 2013)
New Revision: 15341
Modified:
trunk/community/website/docs/policy.xml
Log:
Cosmetic: use programlisting as in other example.
Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml 2013-11-30 04:07:25 UTC (rev 15340)
+++ trunk/community/website/docs/policy.xml 2013-11-30 04:18:15 UTC (rev 15341)
@@ -668,30 +668,15 @@
We use the <ulink url="http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/">machine-readable format</ulink> for the <filename>debian/copyright</filename> file. The <computeroutput>Source</computeroutput> field does not need to contain the full URL to the particular version that is being packaged, since this can be determined by the <command>uscan</command> program with the <filename>debian/watch</filename> file (but note that some packagers use it as a bookmark to record when was the last copyright check). Please list yourself in the <computeroutput>Files: debian/*</computeroutput> section if you think that your contributions are not trivial and therefore subjected to copyright. Please chose a license that is compatible with the program you package. You can also use <quote>same as if it were in the public domain</quote> or <quote>same as the packaged program itself</quote>.
</para>
<para>
- To create some reasonable skeleton for a <filename>debian/copyright</filename> file you can try the following:
- <blockquote>
- <para><userinput>
- <command>sudo apt-get install devscripts cdbs</command>
- </userinput></para>
- <para><userinput>
- <command>licensecheck --copyright -r `find -type f` | /usr/lib/cdbs/licensecheck2dep5 > debian/copyright</command>
- </userinput></para>
- </blockquote>
+ To create some reasonable skeleton for a <filename>debian/copyright</filename> file you can try the following:<programlisting>
+<command>sudo apt-get install</command> <replaceable>devscripts</replaceable> <replaceable>cdbs</replaceable>
+<command>licensecheck</command> <option>--copyright</option> <option>-r <replaceable>`find -type f`</replaceable></option> | <command>/usr/lib/cdbs/licensecheck2dep5</command> > <filename>debian/copyright</filename></programlisting>
</para>
<para>
- To verify the correct syntax of the <filename>debian/copyright</filename> file you can use:
- <itemizedlist>
- <listitem>
- <formalpara>
- <command>config-edit</command> <option>-application <replaceable>dpkg-copyright</replaceable></option> <option>-ui <replaceable>none</replaceable></option> or
- </formalpara>
- </listitem>
- <listitem>
- <formalpara>
- <command>cme fix dpkg-copyright</command>
- </formalpara>
- </listitem>
- </itemizedlist>
+ To verify the correct syntax of the <filename>debian/copyright</filename> file you can use:<programlisting>
+<command>config-edit</command> <option>-application <replaceable>dpkg-copyright</replaceable></option> <option>-ui <replaceable>none</replaceable></option>
+</programlisting> or <programlisting>
+<command>cme fix</command> <option>dpkg-copyright</option></programlisting>
from package <filename>libconfig-model-dpkg-perl</filename> (see above).
</para>
</sect2>
More information about the debian-med-commit
mailing list