Merge lp:~andrewsomething/python-distutils-extra/706051 into lp:python-distutils-extra

Proposed by Andrew Starr-Bochicchio
Status: Merged
Merged at revision: 286
Proposed branch: lp:~andrewsomething/python-distutils-extra/706051
Merge into: lp:python-distutils-extra
Diff against target: 28 lines (+3/-5)
1 file modified
debian/local/python-mkdebian (+3/-5)
To merge this branch: bzr merge lp:~andrewsomething/python-distutils-extra/706051
Reviewer Review Type Date Requested Status
Martin Pitt (community) Approve
Review via email: mp+106682@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thank you!

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 2012-05-20 22:19:52 +0000
3+++ debian/local/python-mkdebian 2012-05-21 18:01:19 +0000
4@@ -159,8 +159,7 @@
5 if not os.path.exists('debian/control') or force_control == 'full':
6 control_content.update({
7 'Source': egg['Name'],
8- 'Build-Depends': '''cdbs (>= 0.4.43),
9- debhelper (>= 6),
10+ 'Build-Depends': '''debhelper (>= 8),
11 python (>= 2.6.6-3~),
12 python-distutils-extra (>= 2.10)%s''' % bdeps,
13 'Maintainer': author,
14@@ -175,12 +174,11 @@
15 Priority: extra
16 Build-Depends: %(Build-Depends)s
17 Maintainer: %(Maintainer)s
18-Standards-Version: 3.8.3
19-XS-Python-Version: current
20+Standards-Version: 3.9.3
21+X-Python-Version: >= 2.6
22
23 Package: %(Package)s
24 Architecture: all
25-XB-Python-Version: ${python:Versions}
26 Depends: %(Depends)s
27 Description: %(Description)s
28 ''' % control_content)

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: