Merge lp:~gandelman-a/ubuntu/precise/nova/lp907543 into lp:~ubuntu-server-dev/nova/essex

Proposed by Adam Gandelman
Status: Merged
Merged at revision: 261
Proposed branch: lp:~gandelman-a/ubuntu/precise/nova/lp907543
Merge into: lp:~ubuntu-server-dev/nova/essex
Diff against target: 31 lines (+7/-12)
2 files modified
debian/changelog (+7/-0)
debian/python-nova.postinst (+0/-12)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/precise/nova/lp907543
Reviewer Review Type Date Requested Status
Alex Muntada (community) Approve
Review via email: mp+86633@code.launchpad.net

Description of the change

Apparently, python-nova.postinst was dependent on python-support. This wasn't being installed by the package but we were getting for free due to other packages' reliance. Those have apparently converted to dh_python2 and we can't (mistakenly) assume that python-support is installed anymore.

To post a comment you must log in.
Revision history for this message
Alex Muntada (alex.muntada) wrote :

Reviewed trivial change, approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-12-19 20:50:37 +0000
+++ debian/changelog 2011-12-21 23:15:27 +0000
@@ -1,3 +1,10 @@
1nova (2012.1~e2-0ubuntu4) UNRELEASED; urgency=low
2
3 * Removed python-nova.postinst, let dh_python2 generate instead since
4 python-support is not a dependency. (LP: #907543)
5
6 -- Adam Gandelman <adamg@canonical.com> Wed, 21 Dec 2011 15:03:31 -0800
7
1nova (2012.1~e2-0ubuntu3) UNRELEASED; urgency=low8nova (2012.1~e2-0ubuntu3) UNRELEASED; urgency=low
29
3 * debian/control: Pull in open-iscsi-utils rather than open-iscsi10 * debian/control: Pull in open-iscsi-utils rather than open-iscsi
411
=== removed file 'debian/python-nova.postinst'
--- debian/python-nova.postinst 2010-11-22 22:43:46 +0000
+++ debian/python-nova.postinst 1970-01-01 00:00:00 +0000
@@ -1,12 +0,0 @@
1#!/bin/sh
2
3set -e
4
5#DEBHELPER#
6
7if [ "$1" = "configure" ]
8then
9 update-python-modules --post-install
10fi
11
12exit 0

Subscribers

People subscribed via source and target branches