Merge lp:~barry/ubuntu/natty/python-central/py27 into lp:ubuntu/natty/python-central

Proposed by Barry Warsaw
Status: Merged
Merge reported by: Scott Kitterman
Merged at revision: not available
Proposed branch: lp:~barry/ubuntu/natty/python-central/py27
Merge into: lp:ubuntu/natty/python-central
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
dh_pycentral (+1/-1)
To merge this branch: bzr merge lp:~barry/ubuntu/natty/python-central/py27
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+39165@code.launchpad.net

Description of the change

Enables Python 2.7 support for Natty.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-09-10 08:56:59 +0000
+++ debian/changelog 2010-10-22 18:36:57 +0000
@@ -1,3 +1,9 @@
1python-central (0.6.15ubuntu3) natty; urgency=low
2
3 * Version bump for Python 2.7 stack PPA. (LP: #664540)
4
5 -- Barry Warsaw <barry@ubuntu.com> Thu, 21 Oct 2010 10:47:35 -0400
6
1python-central (0.6.15ubuntu2) maverick; urgency=low7python-central (0.6.15ubuntu2) maverick; urgency=low
28
3 * pycentral.py:9 * pycentral.py:
410
=== modified file 'dh_pycentral'
--- dh_pycentral 2010-03-31 12:42:02 +0000
+++ dh_pycentral 2010-10-22 18:36:57 +0000
@@ -125,7 +125,7 @@
125my $python_nextversion = next_minor_version($python_version);125my $python_nextversion = next_minor_version($python_version);
126my $python_nextmajor = $python_major + 1;126my $python_nextmajor = $python_major + 1;
127127
128my @python_allversions = ('1.5','2.1','2.2','2.3','2.4','2.5','2.6');128my @python_allversions = ('1.5','2.1','2.2','2.3','2.4','2.5','2.6','2.7');
129foreach (@python_allversions) {129foreach (@python_allversions) {
130 s/^/python/;130 s/^/python/;
131}131}

Subscribers

People subscribed via source and target branches

to all changes: