Merge lp:~mterry/python-distutils-extra/dep5-update into lp:python-distutils-extra

Proposed by Michael Terry
Status: Merged
Merged at revision: 217
Proposed branch: lp:~mterry/python-distutils-extra/dep5-update
Merge into: lp:python-distutils-extra
Diff against target: 19 lines (+4/-4)
1 file modified
debian/local/python-mkdebian (+4/-4)
To merge this branch: bzr merge lp:~mterry/python-distutils-extra/dep5-update
Reviewer Review Type Date Requested Status
Martin Pitt (community) Approve
Review via email: mp+37979@code.launchpad.net

Description of the change

Updates python-mkdebian's generated copyright fields with latest names/values from http://dep.debian.net/deps/dep5/

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks Michael!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/local/python-mkdebian'
2--- debian/local/python-mkdebian 2010-07-27 15:44:10 +0000
3+++ debian/local/python-mkdebian 2010-10-08 15:01:00 +0000
4@@ -81,12 +81,12 @@
5 author += ' <' + egg['Author-email'] + '>'
6
7 f = open('debian/copyright', 'w')
8- f.write('''Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
9-Upstream-Name: %s
10-Upstream-Maintainer: %s
11+ f.write('''Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
12+Name: %s
13+Maintainer: %s
14 ''' % (egg['Name'], author))
15 if 'Home-page' in egg:
16- print >> f, 'Upstream-Source:', egg['Home-page']
17+ print >> f, 'Source:', egg['Home-page']
18
19 print >> f, '\nFiles: *'
20

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: