Merge lp:~serge-hallyn/ubuntu/maverick/lxc/fix-restart into lp:ubuntu/maverick/lxc

Proposed by Serge Hallyn
Status: Merged
Merge reported by: Clint Byrum
Merged at revision: not available
Proposed branch: lp:~serge-hallyn/ubuntu/maverick/lxc/fix-restart
Merge into: lp:ubuntu/maverick/lxc
Diff against target: 42 lines (+12/-1)
3 files modified
debian/changelog (+9/-0)
debian/control (+2/-1)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~serge-hallyn/ubuntu/maverick/lxc/fix-restart
Reviewer Review Type Date Requested Status
Clint Byrum (community) Approve
Review via email: mp+70065@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Uploaded to maverick-proposed

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 2010-08-04 13:23:42 +0000
3+++ debian/changelog 2011-08-01 19:26:38 +0000
4@@ -1,3 +1,12 @@
5+lxc (0.7.2-1ubuntu1) UNRLEASED; urgency=low
6+
7+ * debian/rules: add -r (--no-restart-on-upgrade) to DEB_DH_INSTALLINIT_ARGS
8+ to prevent upgrading lxc from forcing lxc autostart containers to
9+ stop and restart. (LP: #753308)
10+ * debian/control: set ubuntu maintainer.
11+
12+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Mon, 01 Aug 2011 13:34:40 -0500
13+
14 lxc (0.7.2-1) unstable; urgency=low
15
16 * New upstream version
17
18=== modified file 'debian/control'
19--- debian/control 2010-08-04 13:23:42 +0000
20+++ debian/control 2011-08-01 19:26:38 +0000
21@@ -1,7 +1,8 @@
22 Source: lxc
23 Section: admin
24 Priority: optional
25-Maintainer: Guido Trotter <ultrotter@debian.org>
26+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
27+XSBC-Original-Maintainer: Guido Trotter <ultrotter@debian.org>
28 Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libcap-dev (>= 1:2.17-2), linux-libc-dev
29 Standards-Version: 3.9.1
30 Homepage: http://lxc.sourceforge.net/
31
32=== modified file 'debian/rules'
33--- debian/rules 2010-08-04 13:23:42 +0000
34+++ debian/rules 2011-08-01 19:26:38 +0000
35@@ -9,6 +9,7 @@
36 LIBDIR="\$${prefix}/lib/lxc"
37 DEB_CONFIGURE_EXTRA_FLAGS=--libdir=$(LIBDIR) \
38 --with-rootfs-path=$(LIBDIR)
39+DEB_DH_INSTALLINIT_ARGS=-r
40
41 binary-install/lxc::
42 cp debian/lxc.overrides debian/lxc/usr/share/lintian/overrides/lxc

Subscribers

People subscribed via source and target branches

to all changes: