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

Subscribers

People subscribed via source and target branches