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