From: Bill Allombert Date: Wed, 30 Nov 2011 21:19:53 +0000 (+0100) Subject: copyright-format: Specify URL on www.debian.org X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09ffcbdb7f52ad3ff036fdc6569777b88954446d;p=debian%2Fdebian-policy.git copyright-format: Specify URL on www.debian.org Wording: Charles Plessy Seconded: David Prévot Seconded: Gregor Herrmann Closes: #640737 --- 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 c9b5568..4c18c3b 100644 --- a/copyright-format/copyright-format.xml +++ b/copyright-format/copyright-format.xml @@ -185,7 +185,7 @@ <varname>Format</varname> Required single line: URI of the format specification, such as: - http://www.debian.org/doc/copyright-format/1.0 + http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ @@ -278,7 +278,7 @@
Example header paragraph -Format: <VERSIONED_FORMAT_URL> +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SOFTware Upstream-Contact: John Doe <john.doe@example.com> Source: http://www.example.com/software/project @@ -1072,7 +1072,7 @@ also delete it here. A possible debian/copyright file for the program X Solitaire distributed in the Debian source package xsol: - +debian/copyright file for the program Planet Venus, distributed in the Debian source package planet-venus: - + Source: http://www.example.com/code/venus diff --git a/debian/changelog b/debian/changelog index 3654b0b..dc65fc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -58,6 +58,11 @@ debian-policy (3.9.3.0) UNRELEASED; urgency=low Seconded: Jakub Wilk Seconded: Jonas Smedegaard Closes: #633797 + * copyright-format: Specify URL on www.debian.org + Wording: Charles Plessy + Seconded: David Prévot + Seconded: Gregor Herrmann + Closes: #640737 * Perl policy: Document major version upgrade trigger Wording: Dominic Hargreaves Seconded: Russ Allbery