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
=== modified file 'debian/local/python-mkdebian'
--- debian/local/python-mkdebian 2012-05-20 22:19:52 +0000
+++ debian/local/python-mkdebian 2012-05-21 18:01:19 +0000
@@ -159,8 +159,7 @@
159 if not os.path.exists('debian/control') or force_control == 'full':159 if not os.path.exists('debian/control') or force_control == 'full':
160 control_content.update({160 control_content.update({
161 'Source': egg['Name'],161 'Source': egg['Name'],
162 'Build-Depends': '''cdbs (>= 0.4.43),162 'Build-Depends': '''debhelper (>= 8),
163 debhelper (>= 6),
164 python (>= 2.6.6-3~),163 python (>= 2.6.6-3~),
165 python-distutils-extra (>= 2.10)%s''' % bdeps,164 python-distutils-extra (>= 2.10)%s''' % bdeps,
166 'Maintainer': author,165 'Maintainer': author,
@@ -175,12 +174,11 @@
175Priority: extra174Priority: extra
176Build-Depends: %(Build-Depends)s175Build-Depends: %(Build-Depends)s
177Maintainer: %(Maintainer)s176Maintainer: %(Maintainer)s
178Standards-Version: 3.8.3177Standards-Version: 3.9.3
179XS-Python-Version: current178X-Python-Version: >= 2.6
180179
181Package: %(Package)s180Package: %(Package)s
182Architecture: all181Architecture: all
183XB-Python-Version: ${python:Versions}
184Depends: %(Depends)s182Depends: %(Depends)s
185Description: %(Description)s183Description: %(Description)s
186''' % control_content)184''' % control_content)

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: