Adam Gandelman has proposed merging lp:~gandelman-a/ubuntu/precise/nova/lp907543 into lp:~ubuntu-server-dev/nova/essex.
Requested reviews: Ubuntu Server Team (ubuntu-server) Related bugs: Bug #907543 in nova (Ubuntu): "python-glance fails to install during postinst: update-python-modules: not found" https://bugs.launchpad.net/ubuntu/+source/nova/+bug/907543 For more details, see: https://code.launchpad.net/~gandelman-a/ubuntu/precise/nova/lp907543/+merge/86633 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. -- https://code.launchpad.net/~gandelman-a/ubuntu/precise/nova/lp907543/+merge/86633 Your team Ubuntu Server Team is requested to review the proposed merge of lp:~gandelman-a/ubuntu/precise/nova/lp907543 into lp:~ubuntu-server-dev/nova/essex.
=== modified file 'debian/changelog' --- debian/changelog 2011-12-19 20:50:37 +0000 +++ debian/changelog 2011-12-21 23:12:23 +0000 @@ -1,3 +1,10 @@ +nova (2012.1~e2-0ubuntu4) UNRELEASED; urgency=low + + * Removed python-nova.postinst, let dh_python2 generate instead since + python-support is not a dependency. (LP: #907543) + + -- Adam Gandelman <ad...@canonical.com> Wed, 21 Dec 2011 15:03:31 -0800 + nova (2012.1~e2-0ubuntu3) UNRELEASED; urgency=low * debian/control: Pull in open-iscsi-utils rather than open-iscsi === 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 @@ -#!/bin/sh - -set -e - -#DEBHELPER# - -if [ "$1" = "configure" ] -then - update-python-modules --post-install -fi - -exit 0
-- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs