Merge lp:~andrewsomething/ubuntu-packaging-guide/1.0_copyright_format into lp:ubuntu-packaging-guide

Proposed by Andrew Starr-Bochicchio
Status: Merged
Merged at revision: 77
Proposed branch: lp:~andrewsomething/ubuntu-packaging-guide/1.0_copyright_format
Merge into: lp:ubuntu-packaging-guide
Diff against target: 41 lines (+10/-8)
1 file modified
debian-dir-overview.rst (+10/-8)
To merge this branch: bzr merge lp:~andrewsomething/ubuntu-packaging-guide/1.0_copyright_format
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+94660@code.launchpad.net

Description of the change

The machine-parseable debian/copyright format has been officially release in its 1.0 version. This updates the URL and makes the example comply with the accepted spec.

http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Great work!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian-dir-overview.rst'
--- debian-dir-overview.rst 2011-11-08 03:08:12 +0000
+++ debian-dir-overview.rst 2012-02-25 16:13:22 +0000
@@ -139,13 +139,19 @@
139example template would be::139example template would be::
140140
141141
142 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166142 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
143 Upstream-Name: Hello143 Upstream-Name: Hello
144 Source: ftp://ftp.example.com/pub/games144 Source: ftp://ftp.example.com/pub/games
145 145
146 Files: *146 Files: *
147 Copyright: Copyright 1998 John Doe <jdoe@example.com>147 Copyright: Copyright 1998 John Doe <jdoe@example.com>
148 License: GPL-2+148 License: GPL-2+
149
150 Files: debian/*
151 Copyright: Copyright 1998 Jane Doe <packager@example.com>
152 License: GPL-2+
153
154 License: GPL-2+
149 This program is free software; you can redistribute it155 This program is free software; you can redistribute it
150 and/or modify it under the terms of the GNU General Public156 and/or modify it under the terms of the GNU General Public
151 License as published by the Free Software Foundation; either157 License as published by the Free Software Foundation; either
@@ -167,13 +173,9 @@
167 License version 2 can be found in the file173 License version 2 can be found in the file
168 `/usr/share/common-licenses/GPL-2'.174 `/usr/share/common-licenses/GPL-2'.
169 175
170 Files: debian/*176This example follows the `Machine-readable debian/copyright
171 Copyright: Copyright 1998 Jane Doe <packager@example.com>177<http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/>`_ format.
172 License: GPL-2+178You are encouraged to use this format as well.
173
174This example follows the `DEP-5: Machine-parseable debian/copyright
175<http://dep.debian.net/deps/dep5/>`_ proposal. You are encouraged to use this
176format as well.
177179
178180
179The rules file181The rules file

Subscribers

People subscribed via source and target branches