Merge lp:~ubuntu-branches/ubuntu/trusty/cgmanager/trusty-201403280200 into lp:ubuntu/trusty/cgmanager

Proposed by Ubuntu Package Importer
Status: Needs review
Proposed branch: lp:~ubuntu-branches/ubuntu/trusty/cgmanager/trusty-201403280200
Merge into: lp:ubuntu/trusty/cgmanager
Diff against target: 81 lines (+42/-2) (has conflicts)
5 files modified
debian/changelog (+15/-0)
debian/libcgmanager-dev.install (+0/-1)
debian/libcgmanager0.install (+1/-1)
debian/patches/0001-set-ac_disable_static.patch (+25/-0)
debian/patches/series (+1/-0)
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/trusty/cgmanager/trusty-201403280200
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+213183@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archive and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/trusty/cgmanager reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/trusty/cgmanager/trusty-201403280200. This merge proposal was created so that an Ubuntu developer can review the situations and perform a merge/upload if necessary. There are three typical cases where this can happen.
  1. Where someone pushes a change to bzr and someone else uploads the package without that change. This is the reason that this check is done by the importer. If this appears to be the case then a merge/upload should be done if the changes that were in bzr are still desirable.
  2. The importer incorrectly detected the above situation when someone made a change in bzr and then uploaded it.
  3. The importer incorrectly detected the above situation when someone just uploaded a package and didn't touch bzr.

If this case doesn't appear to be the first situation then set the status of the merge proposal to "Rejected" and help avoid the problem in future by filing a bug at https://bugs.launchpad.net/udd linking to this merge proposal.

(this is an automatically generated message)

To post a comment you must log in.

Unmerged revisions

26. By Serge Hallyn

actually remove .a file from libcgmanager-dev.install

(i'd done it in another tree, not this one)

25. By Serge Hallyn

debian/libcgmanager0.install: add the .so file (not just its links)

24. By Serge Hallyn

install libcgmanager.so

23. By Serge Hallyn

* don't ship a static library
  - cherrypick 0001-set-ac_disable_static.patch from upstream
  - debian/libcgmanager-dev.install: remove .a file

22. By Serge Hallyn

debian/*.upstart: hard-code /sbin/ into the exec paths to avoid
accidentally running old binaries not shipped with the package.

21. By Serge Hallyn

debian/control: fix description of cgmanager-utils package.

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 2014-03-25 10:15:14 +0000
3+++ debian/changelog 2014-03-28 02:09:21 +0000
4@@ -1,3 +1,4 @@
5+<<<<<<< TREE
6 cgmanager (0.23-0ubuntu2) trusty; urgency=medium
7
8 * debian/control: fix description of cgmanager-utils package.
9@@ -7,6 +8,20 @@
10
11 -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 25 Mar 2014 10:15:14 -0500
12
13+=======
14+cgmanager (0.23-0ubuntu2) trusty; urgency=medium
15+
16+ * debian/control: fix description of cgmanager-utils package.
17+ * debian/*.upstart: hard-code /sbin/ into the exec paths to avoid
18+ accidentally running old binaries not shipped with the package.
19+ * don't ship a static library
20+ - cherrypick 0001-set-ac_disable_static.patch from upstream
21+ - debian/libcgmanager-dev.install: remove .a file
22+ - debian/libcgmanager0.install: add the .so file (not just its links)
23+
24+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Tue, 25 Mar 2014 10:15:14 -0500
25+
26+>>>>>>> MERGE-SOURCE
27 cgmanager (0.23-0ubuntu1) trusty; urgency=medium
28
29 * Pull upstream release v0.23
30
31=== modified file 'debian/libcgmanager-dev.install'
32--- debian/libcgmanager-dev.install 2014-03-25 10:15:14 +0000
33+++ debian/libcgmanager-dev.install 2014-03-28 02:09:21 +0000
34@@ -1,4 +1,3 @@
35-usr/lib/*/libcgmanager.a
36 usr/lib/*/pkgconfig/libcgmanager.pc
37 usr/include/cgmanager
38 usr/lib/*/libcgmanager.so
39
40=== modified file 'debian/libcgmanager0.install'
41--- debian/libcgmanager0.install 2014-01-20 18:46:11 +0000
42+++ debian/libcgmanager0.install 2014-03-28 02:09:21 +0000
43@@ -1,1 +1,1 @@
44-usr/lib/*/libcgmanager.so.*
45+usr/lib/*/libcgmanager.so*
46
47=== added file 'debian/patches/0001-set-ac_disable_static.patch'
48--- debian/patches/0001-set-ac_disable_static.patch 1970-01-01 00:00:00 +0000
49+++ debian/patches/0001-set-ac_disable_static.patch 2014-03-28 02:09:21 +0000
50@@ -0,0 +1,25 @@
51+From 0c9fd823e1f6b6fa4b7782aa3261ae925ebca2fb Mon Sep 17 00:00:00 2001
52+From: Serge Hallyn <serge.hallyn@ubuntu.com>
53+Date: Thu, 27 Mar 2014 16:07:58 -0500
54+Subject: [PATCH 1/1] set ac_disable_static
55+
56+Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
57+---
58+ configure.ac | 1 +
59+ 1 file changed, 1 insertion(+)
60+
61+diff --git a/configure.ac b/configure.ac
62+index ca458d1..a65d502 100644
63+--- a/configure.ac
64++++ b/configure.ac
65+@@ -3,6 +3,7 @@
66+ AC_PREREQ(2.61)
67+ AC_INIT([cgmanager], [0.23], [cgmanager-devel@lists.linuxcontainers.org])
68+
69++AC_DISABLE_STATIC
70+ AC_GNU_SOURCE
71+ AC_CONFIG_HEADERS([config.h])
72+ AC_CONFIG_FILES([Makefile libcgmanager.pc.in cgmanager.spec])
73+--
74+1.9.1
75+
76
77=== modified file 'debian/patches/series'
78--- debian/patches/series 2014-03-24 11:56:04 +0000
79+++ debian/patches/series 2014-03-28 02:09:21 +0000
80@@ -0,0 +1,1 @@
81+0001-set-ac_disable_static.patch

Subscribers

People subscribed via source and target branches

to all changes: