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

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

Unmerged revisions

76. By Adam Gandelman

* debian/control: Drop python-support from Build-Depends
* debian/python-glance.postinst: Removed. python-support is needed
  for update-python-modules but not a dependency. Let dh_python2
  generate instead. (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-15 05:19:49 +0000
3+++ debian/changelog 2011-12-22 22:40:32 +0000
4@@ -12,6 +12,10 @@
5 * Only remove user/group in .postrm if they exist. (LP: #857021)
6 * Add dependencies previously removed from client package to glance-common,
7 where they are required for glance-{api,registry}
8+ * debian/control: Drop python-support from Build-Depends
9+ * debian/python-glance.postinst: Removed. python-support is needed
10+ for update-python-modules but not a dependency. Let dh_python2
11+ generate instead. (LP: #907543)
12
13 -- Scott Moser <smoser@ubuntu.com> Wed, 07 Dec 2011 14:10:28 -0500
14
15
16=== modified file 'debian/control'
17--- debian/control 2011-12-15 05:19:49 +0000
18+++ debian/control 2011-12-22 22:40:32 +0000
19@@ -4,7 +4,7 @@
20 Maintainer: Ubuntu OpenStack <openstack-packaging@lists.ubuntu.com>
21 Build-Depends: debhelper (>= 7.0.50),
22 python-all (>= 2.6),
23- python-all-dev (>= 2.6.6-3~) | python-support,
24+ python-all-dev (>= 2.6.6-3~)
25 Build-Depends-Indep:
26 python-setuptools,
27 python-sphinx,
28
29=== removed file 'debian/python-glance.postinst'
30--- debian/python-glance.postinst 2011-05-06 12:25:11 +0000
31+++ debian/python-glance.postinst 1970-01-01 00:00:00 +0000
32@@ -1,12 +0,0 @@
33-#!/bin/sh
34-
35-set -e
36-
37-#DEBHELPER#
38-
39-if [ "$1" = "configure" ]
40-then
41- update-python-modules --post-install
42-fi
43-
44-exit 0

Subscribers

People subscribed via source and target branches