Merge lp:~gandelman-a/nova/ubuntu-rm-postinst into lp:~openstack-ubuntu-packagers/nova/ubuntu

Proposed by Adam Gandelman
Status: Needs review
Proposed branch: lp:~gandelman-a/nova/ubuntu-rm-postinst
Merge into: lp:~openstack-ubuntu-packagers/nova/ubuntu
Diff against target: 31 lines (+4/-12)
2 files modified
debian/changelog (+4/-0)
debian/python-nova.postinst (+0/-12)
To merge this branch: bzr merge lp:~gandelman-a/nova/ubuntu-rm-postinst
Reviewer Review Type Date Requested Status
Jay Pipes (community) Approve
OpenStack Ubuntu packagers Pending
Review via email: mp+86760@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jay Pipes (jaypipes) wrote :

lgtm, thx Adam!

review: Approve

Unmerged revisions

205. By Adam Gandelman

Removed python-nova.postinst, let dh_python2 generate instead since
python-support is not a dependency. (LP: #907543)

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-22 15:16:36 +0000
+++ debian/changelog 2011-12-22 22:39:23 +0000
@@ -6,6 +6,10 @@
6 [ Dan Prince ]6 [ Dan Prince ]
7 * debian/nova_sudoers: Fix typo7 * debian/nova_sudoers: Fix typo
88
9 [ Adam Gandelman ]
10 * Removed python-nova.postinst, let dh_python2 generate instead since
11 python-support is not a dependency. (LP: #907543)
12
9 -- Thierry Carrez (ttx) <thierry@openstack.org> Thu, 22 Dec 2011 16:15:22 +010013 -- Thierry Carrez (ttx) <thierry@openstack.org> Thu, 22 Dec 2011 16:15:22 +0100
1014
11nova (2012.1~e2-0ubuntu1) precise; urgency=low15nova (2012.1~e2-0ubuntu1) precise; urgency=low
1216
=== 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