Le Sat, Oct 08, 2011 at 06:27:15PM +0900, Charles Plessy a écrit : > > So I propose to do the following, in line with the other propositions. > > a) Apply the attached patch to point at > http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ in the spec.
I overlooked README.org, which was missing from the patch. Here is an updated one. Comments or seconds are welcome. Have a nice week-end, -- Charles Plessy Debian Med packaging team, http://www.debian.org/devel/debian-med Tsurumi, Kanagawa, Japan
>From d728555325894ac6062aa8348458416900edc98c Mon Sep 17 00:00:00 2001 From: Charles Plessy <ple...@debian.org> Date: Wed, 5 Oct 2011 22:22:22 +0900 Subject: [PATCH] Use http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ as URI. --- README.org | 2 +- copyright-format/copyright-format.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index b2c4b6f..2be9c51 100644 --- a/README.org +++ b/README.org @@ -138,7 +138,7 @@ published at [[http://www.debian.org/doc/]]. In addition to the main technical manual, the team currently also maintains: -+ [[http://www.debian.org/doc/packaging-manuals/copyright-format/1.0][Machine-readable debian/copyright format]] ++ [[http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/][Machine-readable debian/copyright format]] + [[http://www.debian.org/doc/packaging-manuals/menu-policy/][Debian Menu sub-policy]] + [[http://www.debian.org/doc/packaging-manuals/perl-policy/][Debian Perl Policy]] + [[http://www.debian.org/doc/packaging-manuals/mime-policy/][Debian MIME support sub-policy]] diff --git a/copyright-format/copyright-format.xml b/copyright-format/copyright-format.xml index d6790aa..c4e47b3 100644 --- a/copyright-format/copyright-format.xml +++ b/copyright-format/copyright-format.xml @@ -185,7 +185,7 @@ <title><varname>Format</varname></title> <para> Required single line: URI of the format specification, such as: - <literal>http://www.debian.org/doc/copyright-format/1.0</literal> + <literal>http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/</literal> </para> </section> @@ -278,7 +278,7 @@ <section id="example-header-paragraph"> <title>Example header paragraph</title> -<programlisting>Format: <VERSIONED_FORMAT_URL> +<programlisting>Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/; Upstream-Name: SOFTware Upstream-Contact: John Doe <john....@example.com> Source: http://www.example.com/software/project</programlisting> @@ -1060,7 +1060,7 @@ also delete it here.</programlisting> A possible <filename>debian/copyright</filename> file for the program <quote>X Solitaire</quote> distributed in the Debian source package <literal>xsol</literal>: -<programlisting><![CDATA[Format: <VERSIONED_FORMAT_URL> +<programlisting><![CDATA[Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: X Solitaire Source: ftp://ftp.example.com/pub/games @@ -1101,7 +1101,7 @@ License: A possible <filename>debian/copyright</filename> file for the program <quote>Planet Venus</quote>, distributed in the Debian source package <literal>planet-venus</literal>: -<programlisting><![CDATA[Format: <VERSIONED_FORMAT_URL> +<programlisting><![CDATA[Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Planet Venus Upstream-Contact: John Doe <j...@example.com> Source: http://www.example.com/code/venus -- 1.7.5.4