Merge lp:~cosmos-door/ubuntu/quantal/python-defaults/fix-for-1054442 into lp:ubuntu/quantal/python-defaults

Proposed by Mitsuya Shibata
Status: Merged
Merged at revision: 93
Proposed branch: lp:~cosmos-door/ubuntu/quantal/python-defaults/fix-for-1054442
Merge into: lp:ubuntu/quantal/python-defaults
Diff against target: 25 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/python.prerm.in (+1/-1)
To merge this branch: bzr merge lp:~cosmos-door/ubuntu/quantal/python-defaults/fix-for-1054442
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Ubuntu branches Pending
Review via email: mp+125841@code.launchpad.net

Description of the change

Fix for LP:#1054442

To post a comment you must log in.
Revision history for this message
Benjamin Kerensa (bkerensa) wrote :

This fix looks sane to me

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Looks sane! Thanks :) uploading.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-05-23 10:53:36 +0000
3+++ debian/changelog 2012-09-22 05:38:19 +0000
4@@ -1,3 +1,9 @@
5+python-defaults (2.7.3-0ubuntu6) quantal; urgency=low
6+
7+ * Remove pyversions.py[co] at purge command too (LP: #1054442)
8+
9+ -- Mitsuya Shibata <mty.shibata@gmail.com> Sat, 22 Sep 2012 13:12:14 +0900
10+
11 python-defaults (2.7.3-0ubuntu5) quantal; urgency=low
12
13 * Remove Essential flag from python-minimal. We have never intentionally
14
15=== modified file 'debian/python.prerm.in'
16--- debian/python.prerm.in 2010-07-11 17:08:19 +0000
17+++ debian/python.prerm.in 2012-09-22 05:38:19 +0000
18@@ -2,7 +2,7 @@
19 set -e
20
21 case "$1" in
22- remove)
23+ remove|purge)
24 rm -f /usr/share/python/pyversions.py[co]
25 esac
26

Subscribers

People subscribed via source and target branches