Merge ~rafaeldtinoco/ubuntu/+source/pacemaker:lp1864116-focal into ubuntu/+source/pacemaker:debian/sid

Proposed by Rafael David Tinoco
Status: Merged
Merge reported by: Rafael David Tinoco
Merged at revision: c4fda38e3c6645ac7166a190c102169869dddfc1
Proposed branch: ~rafaeldtinoco/ubuntu/+source/pacemaker:lp1864116-focal
Merge into: ubuntu/+source/pacemaker:debian/sid
Diff against target: 478 lines (+317/-5)
5 files modified
debian/changelog (+300/-0)
debian/control (+5/-3)
debian/rules (+5/-1)
debian/tests/control (+1/-1)
debian/tests/pacemaker (+6/-0)
Reviewer Review Type Date Requested Status
Christian Ehrhardt  (community) Approve
Canonical Server Pending
Review via email: mp+379595@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Changelog:
- [√] old content matches pkg/import/2.0.1-5ubuntu5
- [√] changelog entry correct version and targeted codename
- [x] changelog entries correct
  Missing:
  - d/control: Demote fence-agents to Suggests, avoiding main inclusion
  Optional:
  your style on non-active LP references differs e.g. LP: 1828228 vs LP #1862947
- [√] update-maintainer has been run

Actual changes:
- [√] no major upstream changes to consider
- [√] no further upstream version to consider
- [√] debian changes look safe

Old Delta:
- [√] dropped changes are ok to be dropped
- [√] nothing else to drop

New Delta:
- [√] no new patches added

Build/Test:
- [√] build is ok
- [√] verified PPA package installs/uninstalls

Puh plenty of changes in d/control bumping versions and packages.
I think I have read all of them and none needs a breaks/replaces - hope I didn't miss one.
libtransitioner25 had only internal dependencies, so it is ok to go away.

+1, but I've not seen autopkgtests yet, so if you can run them before doing the upload

review: Approve
Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

(k)rafaeldtinoco@clustertests:~/.../ubuntu$ sudo dpkg -i liblrmd-dev_2.0.3-3ubuntu1_all.deb libcib-dev_2.0.3-3ubuntu1_all.deb libcrmcommon-dev_2.0.3-3ubuntu1_all.deb libstonithd-dev_2.0.3-3ubuntu1_all.deb liblrmd28_2.0.3-3ubuntu1_amd64.deb libpe-rules26_2.0.3-3ubuntu1_amd64.deb libcrmcluster-dev_2.0.3-3ubuntu1_all.deb libstonithd26_2.0.3-3ubuntu1_amd64.deb libpengine-dev_2.0.3-3ubuntu1_all.deb libcrmservice-dev_2.0.3-3ubuntu1_all.deb libcib27_2.0.3-3ubuntu1_amd64.deb pacemaker-common_2.0.3-3ubuntu1_all.deb pacemaker-dev_2.0.3-3ubuntu1_amd64.deb pacemaker-resource-agents_2.0.3-3ubuntu1_all.deb libcrmcluster29_2.0.3-3ubuntu1_amd64.deb libpe-status28_2.0.3-3ubuntu1_amd64.deb libcrmcommon34_2.0.3-3ubuntu1_amd64.deb libpacemaker1_2.0.3-3ubuntu1_amd64.deb libcrmservice28_2.0.3-3ubuntu1_amd64.deb pacemaker_2.0.3-3ubuntu1_amd64.deb pacemaker-cli-utils_2.0.3-3ubuntu1_amd64.deb pacemaker-doc_2.0.3-3ubuntu1_all.deb
....

Cluster Summary:
  * Stack: corosync
  * Current DC: node1 (version 2.0.3-4b1f869f0f) - partition with quorum
  * Last updated: Tue Feb 25 23:21:04 2020
  * Last change: Tue Feb 25 23:18:06 2020 by hacluster via crmd on node1
  * 1 node configured
  * 0 resource instances configured

Node List:
  * Online: [ node1 ]

Active Resources:
  * No active resources

pacemaker PASS
pacemaker PASS

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :
Download full text (5.4 KiB)

(c)rafaeldtinoco@cluster:~/.../pacemaker$ git log -1 --pretty=oneline --tags
c4fda38e (HEAD -> lp1864116-focal, tag: upload/2.0.3-3ubuntu1, rafaeldtinoco/lp1864116-focal) update-maintainer

(c)rafaeldtinoco@cluster:~/.../ubuntu$ dput ubuntu ./pacemaker_2.0.3-3ubuntu1_source.changes
Checking signature on .changes
gpg: ./pacemaker_2.0.3-3ubuntu1_source.changes: Valid signature from A93E0E0AD83C0D0F
Checking signature on .dsc
gpg: ./pacemaker_2.0.3-3ubuntu1.dsc: Valid signature from A93E0E0AD83C0D0F
Package includes an .orig.tar.gz file although the debian revision suggests
that it might not be required. Multiple uploads of the .orig.tar.gz may be
rejected by the upload queue management software.
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading pacemaker_2.0.3-3ubuntu1.dsc: done.
  Uploading pacemaker_2.0.3.orig.tar.gz: done.
  Uploading pacemaker_2.0.3-3ubuntu1.debian.tar.xz: done.
  Uploading pacemaker_2.0.3-3ubuntu1_source.buildinfo: done.
  Uploading pacemaker_2.0.3-3ubuntu1_source.changes: done.
Successfully uploaded packages.

(c)rafaeldtinoco@cluster:~/.../pacemaker$ git push pkg upload/2.0.3-3ubuntu1
Enumerating objects: 41, done.
Counting objects: 100% (41/41), done.
Delta compression using up to 8 threads
Compressing objects: 100% (33/33), done.
Writing objects: 100% (33/33), 8.35 KiB | 950.00 KiB/s, done.
Total 33 (delta 20), reused 0 (delta 0)
To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/pacemaker
 * [new tag] upload/2.0.3-3ubuntu1 -> upload/2.0.3-3ubuntu1

----

pacemaker (2.0.3-3ubuntu1) focal; urgency=medium

  * Merge with Debian unstable (LP: #1864116). Remaining changes:
    - Skip autopkgtest for unprivileged containers: (LP: 1828228)
      - d/t/control: mark pacemaker test as skippable
      - d/t/pacemaker: skip if memlock can't be set to unlimited by root
    - Make crmsh the default management tool for now (LP #1862947)
    - Fix: Last attempt i386 binary packages removal was wrong (-Nlibkate)
    - Ubuntu i386 binary compatibility only effort: (LP #1863437)
      - i386 binary package removal:
        - pacemaker
        - pacemaker-cli-utils
        - pacemaker-remote
        - pacemaker-resource-agents
  * Dropped (from Debian):
    - debian/patches/pacemaker_is_partof_corosync.patch
      [fixed in corosync debian/2.4.2-3+deb9u1_bpo8+1]
    - Omit pacemaker, pacemaker-cli-utils, pacemaker-remote binary
      packages on i386.
      [merged in debian/2.0.3-3]

pacemaker (2.0.3-3) unstable; urgency=medium

  * [543574f] Omit pacemaker{, -cli-utils, -remote} on Ubuntu/i386
    (Closes: #948379)
  * [327889e] Reenable dwz, it already works with the magic sections from libqb

pacemaker (2.0.3-2) unstable; urgency=medium

  * [2b80438] Special libqb symbols not present on Power architectures
  * [99905eb] New patch: Avoid clashes with glibc error codes on HPPA
  * [b3928b4] Add -dev package dependencies
  * [712627c] Suppress stderr output of autopkgtest instead of ignoring it
  * [8f47294] Generate an autopkgtest artifact
  * [1e66b70] Run Salsa CI reprotest with diffoscope
  * [4560320] Recognize the autopkgtest artifacts in Salsa CI

pacemaker (2.0.3-1) unstable; urgency=medium

  *...

Read more...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 83ff4e1..a8710ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
1pacemaker (2.0.3-3ubuntu1) focal; urgency=medium
2
3 * Merge with Debian unstable (LP: #1864116). Remaining changes:
4 - Skip autopkgtest for unprivileged containers: (LP: 1828228)
5 - d/t/control: mark pacemaker test as skippable
6 - d/t/pacemaker: skip if memlock can't be set to unlimited by root
7 - Make crmsh the default management tool for now (LP #1862947)
8 - Fix: Last attempt i386 binary packages removal was wrong (-Nlibkate)
9 - Ubuntu i386 binary compatibility only effort: (LP #1863437)
10 - i386 binary package removal:
11 - pacemaker
12 - pacemaker-cli-utils
13 - pacemaker-remote
14 - pacemaker-resource-agents
15 * Dropped (from Debian):
16 - debian/patches/pacemaker_is_partof_corosync.patch
17 [fixed in corosync debian/2.4.2-3+deb9u1_bpo8+1]
18 - Omit pacemaker, pacemaker-cli-utils, pacemaker-remote binary
19 packages on i386.
20 [merged in debian/2.0.3-3]
21
22 -- Rafael David Tinoco <rafaeldtinoco@ubuntu.com> Fri, 21 Feb 2020 01:18:12 +0000
23
1pacemaker (2.0.3-3) unstable; urgency=medium24pacemaker (2.0.3-3) unstable; urgency=medium
225
3 * [543574f] Omit pacemaker{, -cli-utils, -remote} on Ubuntu/i38626 * [543574f] Omit pacemaker{, -cli-utils, -remote} on Ubuntu/i386
@@ -54,6 +77,54 @@ pacemaker (2.0.3-1) unstable; urgency=medium
5477
55 -- Ferenc Wágner <wferi@debian.org> Sun, 22 Dec 2019 21:08:01 +010078 -- Ferenc Wágner <wferi@debian.org> Sun, 22 Dec 2019 21:08:01 +0100
5679
80pacemaker (2.0.1-5ubuntu5) focal; urgency=medium
81
82 * Fix: Last attempt i386 binary packages removal was wrong (-Nlibkate)
83 * Ubuntu i386 binary compatibility only effort: (LP: #1863437)
84 - i386 binary package removal:
85 - pacemaker
86 - pacemaker-cli-utils
87 - pacemaker-remote
88 - pacemaker-resource-agents
89
90 -- Rafael David Tinoco <rafaeldtinoco@ubuntu.com> Sat, 15 Feb 2020 18:52:20 +0000
91
92pacemaker (2.0.1-5ubuntu4) focal; urgency=medium
93
94 * d/control: Make crmsh the default management tool for now (LP: #1862947)
95
96 -- Rafael David Tinoco <rafaeldtinoco@ubuntu.com> Wed, 12 Feb 2020 14:36:27 +0000
97
98pacemaker (2.0.1-5ubuntu3) focal; urgency=medium
99
100 * No-change rebuild with fixed binutils on arm64.
101
102 -- Matthias Klose <doko@ubuntu.com> Mon, 10 Feb 2020 08:15:04 +0100
103
104pacemaker (2.0.1-5ubuntu2) focal; urgency=medium
105
106 * Omit pacemaker, pacemaker-cli-utils, pacemaker-remote binary packages on
107 i386.
108
109 -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 07 Jan 2020 15:41:07 -0800
110
111pacemaker (2.0.1-5ubuntu1) focal; urgency=medium
112
113 * Merge with Debian unstable. Remaining changes:
114 - debian/patches/pacemaker_is_partof_corosync.patch: Default systemd
115 unit hard-requires corosync.
116 + Debian disagrees in Debian bug 887563 message 36. We could revert back
117 to Debian's behaviour, but keeping the patch in this merge maintains
118 existing behaviour for Ubuntu users pending any separate future
119 decision.
120 - d/control: Demote fence-agents to Suggests, avoiding main
121 inclusion.
122 - Skip autopkgtest for unprivileged containers: (LP #1828228)
123 + d/t/control: mark pacemaker test as skippable
124 + d/t/pacemaker: skip if memlock can't be set to unlimited by root
125
126 -- Rafael David Tinoco <rafaeldtinoco@ubuntu.com> Mon, 04 Nov 2019 17:31:07 -0300
127
57pacemaker (2.0.1-5) unstable; urgency=medium128pacemaker (2.0.1-5) unstable; urgency=medium
58129
59 * [17ae230] Backport three more patches from upstream fixing memory safety130 * [17ae230] Backport three more patches from upstream fixing memory safety
@@ -63,6 +134,28 @@ pacemaker (2.0.1-5) unstable; urgency=medium
63134
64 -- Ferenc Wágner <wferi@debian.org> Sun, 02 Jun 2019 14:01:06 +0200135 -- Ferenc Wágner <wferi@debian.org> Sun, 02 Jun 2019 14:01:06 +0200
65136
137pacemaker (2.0.1-4ubuntu2) eoan; urgency=medium
138
139 * Skip autopkgtest for unprivileged containers: (LP: #1828228)
140 - d/t/control: mark pacemaker test as skippable
141 - d/t/pacemaker: skip if memlock can't be set to unlimited by root
142
143 -- Rafael David Tinoco <rafaeldtinoco@ubuntu.com> Thu, 25 Jul 2019 16:50:01 +0000
144
145pacemaker (2.0.1-4ubuntu1) eoan; urgency=medium
146
147 * Merge from Debian unstable. Remaining changes:
148 - d/control: Demote fence-agents to Suggests, avoiding main
149 inclusion.
150 - debian/patches/pacemaker_is_partof_corosync.patch: Default systemd
151 unit hard-requires corosync.
152 + Debian disagrees in Debian bug 887563 message 36. We could revert back
153 to Debian's behaviour, but keeping the patch in this merge maintains
154 existing behaviour for Ubuntu users pending any separate future
155 decision.
156
157 -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 13 May 2019 12:11:35 +0200
158
66pacemaker (2.0.1-4) unstable; urgency=high159pacemaker (2.0.1-4) unstable; urgency=high
67160
68 * [54ace53] Fix check for already present statoverride.161 * [54ace53] Fix check for already present statoverride.
@@ -112,6 +205,24 @@ pacemaker (2.0.1-3) unstable; urgency=high
112205
113 -- Ferenc Wágner <wferi@debian.org> Tue, 07 May 2019 17:19:08 +0200206 -- Ferenc Wágner <wferi@debian.org> Tue, 07 May 2019 17:19:08 +0200
114207
208pacemaker (2.0.1-2ubuntu1) eoan; urgency=low
209
210 * Merge from Debian unstable. Remaining changes:
211 - upstream CVE fixes
212 - CVE-2018-16877
213 - CVE-2018-16878
214 - CVE-2019-3885
215 - d/control: Demote fence-agents to Suggests, avoiding main
216 inclusion.
217 - debian/patches/pacemaker_is_partof_corosync.patch: Default systemd
218 unit hard-requires corosync.
219 + Debian disagrees in Debian bug 887563 message 36. We could revert back
220 to Debian's behaviour, but keeping the patch in this merge maintains
221 existing behaviour for Ubuntu users pending any separate future
222 decision.
223
224 -- Gianfranco Costamagna <locutusofborg@debian.org> Sun, 05 May 2019 08:28:53 +0200
225
115pacemaker (2.0.1-2) unstable; urgency=medium226pacemaker (2.0.1-2) unstable; urgency=medium
116227
117 * [d8939cc] Avoid file conflicts with leftover packages from wheezy.228 * [d8939cc] Avoid file conflicts with leftover packages from wheezy.
@@ -218,6 +329,57 @@ pacemaker (1.1.19-1) unstable; urgency=medium
218329
219 -- Ferenc Wágner <wferi@debian.org> Tue, 25 Dec 2018 20:17:46 +0100330 -- Ferenc Wágner <wferi@debian.org> Tue, 25 Dec 2018 20:17:46 +0100
220331
332pacemaker (1.1.18-2ubuntu1.19.04.1) disco-security; urgency=medium
333
334 * SECURITY UPDATE: DoS and local privilege escalation in client-server
335 authentication
336 - debian/patches/CVE-2018-1687x-1.patch: make crm_pid_active more
337 precise as to when detections fail in include/crm_internal.h,
338 lib/common/utils.c.
339 - debian/patches/CVE-2018-1687x-2.patch: add new helpers to allow IPC
340 client side to authenticate the server in configure.ac,
341 include/crm/common/Makefile.am, include/crm/common/ipc.h,
342 include/crm/common/ipc_internal.h, lib/common/ipc.c.
343 - debian/patches/CVE-2018-1687x-3.patch: pacemakerd to trust
344 pre-existing processes via new checks instead in mcp/pacemaker.c.
345 - debian/patches/CVE-2018-1687x-4.patch: other daemons to authenticate
346 IPC servers of fellow processes in lib/cluster/corosync.c,
347 lib/cluster/cpg.c, lib/common/ipc.c, mcp/corosync.c.
348 - debian/patches/CVE-2018-1687x-5.patch: CPG users to be careful about
349 now-more-probable rival processes in attrd/main.c, cib/main.c,
350 crmd/main.c, fencing/main.c, lib/cluster/cpg.c.
351 - debian/patches/CVE-2018-1687x-6.patch: fix possible NULL pointer
352 dereference in crmd/control.c.
353 - debian/libcrmcommon3.symbols: added new symbols.
354 - CVE-2018-16877
355 - CVE-2018-16878
356 * SECURITY UPDATE: information disclosure via use-after-free
357 - debian/patches/CVE-2019-3885.patch: fix alert handling in
358 lib/services/services.c, lib/services/services_linux.c.
359 - CVE-2019-3885
360
361 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 18 Apr 2019 07:32:00 -0400
362
363pacemaker (1.1.18-2ubuntu1) cosmic; urgency=medium
364
365 * Merge with Debian. Remaining changes:
366 - d/control: Demote fence-agents to Suggests, avoiding main
367 inclusion.
368 - debian/patches/pacemaker_is_partof_corosync.patch: Default systemd
369 unit hard-requires corosync.
370 + Debian disagrees in Debian bug 887563 message 36. We could revert back
371 to Debian's behaviour, but keeping the patch in this merge maintains
372 existing behaviour for Ubuntu users pending any separate future
373 decision.
374 * Drop changes:
375 - Drop upstreamed patches (dropped in Debian now instead).
376 - Refresh d/p/portability-define-EKEYREJECTED-if-necessary.patch: no longer
377 needed; dropped in Debian.
378 - d/pacemaker.{pre,post}inst flag for corosync: upgrade path no longer
379 needed post-Bionic.
380
381 -- Robie Basak <robie.basak@ubuntu.com> Tue, 24 Jul 2018 14:12:03 +0100
382
221pacemaker (1.1.18-2) unstable; urgency=medium383pacemaker (1.1.18-2) unstable; urgency=medium
222384
223 * [812cda7] Fixup symbols files.385 * [812cda7] Fixup symbols files.
@@ -264,6 +426,40 @@ pacemaker (1.1.18-1) unstable; urgency=medium
264426
265 -- Ferenc Wágner <wferi@debian.org> Wed, 02 May 2018 12:18:36 +0200427 -- Ferenc Wágner <wferi@debian.org> Wed, 02 May 2018 12:18:36 +0200
266428
429pacemaker (1.1.18-0ubuntu2) cosmic; urgency=medium
430
431 * No-change rebuild for ncurses soname changes.
432
433 -- Matthias Klose <doko@ubuntu.com> Thu, 03 May 2018 14:17:47 +0000
434
435pacemaker (1.1.18-0ubuntu1) bionic; urgency=medium
436
437 * New upstream release (1.1.18)
438 - Drop upstreamed patches and refresh others.
439 - LP: #1763085
440
441 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Wed, 11 Apr 2018 09:23:27 -0700
442
443pacemaker (1.1.18~rc4-1ubuntu1) bionic; urgency=medium
444
445 * Merge with Debian unstable (LP: #1743059). Remaining changes:
446 - d/control: Demote fence-agents to Suggests, avoiding main
447 inclusion.
448 * Drop:
449 - d/control: Promote crmsh | pcs to Recommends for upgraders from
450 14.04.
451 [ Not needed since 16.10 ]
452 * Properly restart corosync and pacemaker together (LP: #1740892)
453 - d/pacemaker.preinst: flag corosync to restart pacemaker on
454 upgrade.
455 - d/pacemaker.postinst: clear flag unconditionally in case of errors
456 + The preinst and postinst changes can be dropped after bionic
457 releases as long as the other changes are maintained.
458 - debian/patches/pacemaker_is_partof_corosync.patch: Default systemd
459 unit hard-requires corosync. LP #1740892.
460
461 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Tue, 30 Jan 2018 16:38:09 -0800
462
267pacemaker (1.1.18~rc4-1) unstable; urgency=medium463pacemaker (1.1.18~rc4-1) unstable; urgency=medium
268464
269 * [50dcb19] New upstream pre-release (1.1.18~rc4)465 * [50dcb19] New upstream pre-release (1.1.18~rc4)
@@ -282,6 +478,16 @@ pacemaker (1.1.18~rc4-1) unstable; urgency=medium
282478
283 -- Ferenc Wágner <wferi@debian.org> Mon, 06 Nov 2017 15:02:08 +0100479 -- Ferenc Wágner <wferi@debian.org> Mon, 06 Nov 2017 15:02:08 +0100
284480
481pacemaker (1.1.18~rc3-1ubuntu1) bionic; urgency=medium
482
483 * Merge with Debian unstable. Remaining changes:
484 - d/control: Demote fence-agents to Suggests, avoiding main
485 inclusion.
486 - d/control: Promote crmsh | pcs to Recommends for upgraders from
487 14.04.
488
489 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Fri, 03 Nov 2017 08:11:06 -0700
490
285pacemaker (1.1.18~rc3-1) unstable; urgency=medium491pacemaker (1.1.18~rc3-1) unstable; urgency=medium
286492
287 * [311badb] Add forgotten Closes to already uploaded changelog493 * [311badb] Add forgotten Closes to already uploaded changelog
@@ -303,6 +509,14 @@ pacemaker (1.1.18~rc3-1) unstable; urgency=medium
303509
304 -- Ferenc Wágner <wferi@debian.org> Mon, 30 Oct 2017 13:36:03 +0100510 -- Ferenc Wágner <wferi@debian.org> Mon, 30 Oct 2017 13:36:03 +0100
305511
512pacemaker (1.1.17-1ubuntu1) artful; urgency=medium
513
514 * Merge with Debian unstable. Remaining changes:
515 - d/control: Demote fence-agents to Suggests, avoiding main inclusion.
516 - d/control: Promote crmsh | pcs to Recommends for upgraders from 14.04.
517
518 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Wed, 09 Aug 2017 10:52:14 -0700
519
306pacemaker (1.1.17-1) unstable; urgency=medium520pacemaker (1.1.17-1) unstable; urgency=medium
307521
308 [ Christoph Berg ]522 [ Christoph Berg ]
@@ -322,6 +536,21 @@ pacemaker (1.1.17-1) unstable; urgency=medium
322536
323 -- Ferenc Wágner <wferi@debian.org> Sat, 08 Jul 2017 23:00:09 +0200537 -- Ferenc Wágner <wferi@debian.org> Sat, 08 Jul 2017 23:00:09 +0200
324538
539pacemaker (1.1.16-1ubuntu1) zesty; urgency=medium
540
541 * Merge from Debian unstable (LP: #1655753). Remaining changes:
542 - d/control: Demote fence-agents to Suggests, avoiding main inclusion.
543 - d/control: Promote crmsh | pcs to Recommends for upgraders from 14.04.
544 * Drop:
545 - d/rules: update CTS python files' path for python3 and possibly
546 site-packages. If the code is updated to use setuptools, cts should
547 continue to not be shipped. Fixes FTBFS for arch-only builds
548 (LP #1627125).
549 [ Debian resolved this by disabling the testing infrastructure in
550 1.1.15-2 ]
551
552 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Wed, 11 Jan 2017 12:30:02 -0800
553
325pacemaker (1.1.16-1) unstable; urgency=medium554pacemaker (1.1.16-1) unstable; urgency=medium
326555
327 * [d90daf5] Refresh our patches556 * [d90daf5] Refresh our patches
@@ -397,6 +626,30 @@ pacemaker (1.1.15-2) unstable; urgency=medium
397626
398 -- Ferenc Wágner <wferi@debian.org> Sat, 01 Oct 2016 22:01:27 +0200627 -- Ferenc Wágner <wferi@debian.org> Sat, 01 Oct 2016 22:01:27 +0200
399628
629pacemaker (1.1.15-1ubuntu2) yakkety; urgency=medium
630
631 * d/rules: update CTS python files' path for python3 and possibly
632 site-packages. If the code is updated to use setuptools, cts should
633 continue to not be shipped. Fixes FTBFS for arch-only builds
634 (LP: #1627125).
635
636 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Fri, 23 Sep 2016 13:51:00 -0700
637
638pacemaker (1.1.15-1ubuntu1) yakkety; urgency=medium
639
640 * Merge from Debian unstable (LP: #1604694). Remaining changes:
641 - d/control: Demote fence-agents to Suggests, avoiding main inclusion.
642 - d/control: Promote crmsh | pcs to Recommends for upgraders from 14.04.
643 * Dropped changes:
644 - d/control: bump depend on corosync to >= 2.3.0
645 (unimportant since this version was provided in Debian stable &
646 Ubuntu 14.04 LTS)
647 - d/control: Drop publican from BD's, skip some doc generation.
648 - d/pacemaker-doc.*: Drop docs generated using publican from install.
649 (universe build-depends are ok now)
650
651 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 20 Jul 2016 02:39:01 -0400
652
400pacemaker (1.1.15-1) unstable; urgency=medium653pacemaker (1.1.15-1) unstable; urgency=medium
401654
402 * [bda3c8c] Use the clusterlabs Publican brand for the documentation655 * [bda3c8c] Use the clusterlabs Publican brand for the documentation
@@ -471,6 +724,17 @@ pacemaker (1.1.14-3) unstable; urgency=medium
471724
472 -- Adrian Vondendriesch <adrian.vondendriesch@credativ.de> Thu, 24 Mar 2016 13:58:54 +0100725 -- Adrian Vondendriesch <adrian.vondendriesch@credativ.de> Thu, 24 Mar 2016 13:58:54 +0100
473726
727pacemaker (1.1.14-2ubuntu1) xenial; urgency=medium
728
729 * Merge from Debian unstable. Remaining changes:
730 - d/control: Drop publican from BD's, skip some doc generation.
731 - d/control: depend on corosync ( >= 2.3.0 )
732 - d/control: Demote fence-agents to Suggests, avoiding main inclusion.
733 - d/control: Promote crmsh | pcs to Recommends for upgraders from 14.04.
734 - d/pacemaker-doc.*: Drop docs generated using publican from install.
735
736 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 21 Mar 2016 15:56:54 +0000
737
474pacemaker (1.1.14-2) unstable; urgency=medium738pacemaker (1.1.14-2) unstable; urgency=medium
475739
476 * [42577da] Promote resource-agents to Depends (Closes: #813009)740 * [42577da] Promote resource-agents to Depends (Closes: #813009)
@@ -501,6 +765,22 @@ pacemaker (1.1.14-2) unstable; urgency=medium
501765
502 -- Ferenc Wágner <wferi@niif.hu> Fri, 26 Feb 2016 11:58:06 +0100766 -- Ferenc Wágner <wferi@niif.hu> Fri, 26 Feb 2016 11:58:06 +0100
503767
768pacemaker (1.1.14-1ubuntu2) xenial; urgency=medium
769
770 * No-change rebuild for gnutls transition.
771
772 -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:27:08 +0000
773
774pacemaker (1.1.14-1ubuntu1) xenial; urgency=low
775
776 * Merge from Debian unstable. Remaining changes:
777 - d/control: Drop publican from BD's, skip some doc generation.
778 - d/pacemaker-doc.*: Drop docs generated using publican from install.
779 - d/control: Demote fence-agents to Suggests, avoiding main inclusion.
780 - d/control: Promote crmsh | pcs to Recommends for upgraders from 14.04.
781
782 -- James Page <james.page@ubuntu.com> Thu, 04 Feb 2016 16:32:03 +0000
783
504pacemaker (1.1.14-1) unstable; urgency=medium784pacemaker (1.1.14-1) unstable; urgency=medium
505785
506 * [4cae0b4] New upstream release candidate (1.1.14~rc4)786 * [4cae0b4] New upstream release candidate (1.1.14~rc4)
@@ -518,6 +798,16 @@ pacemaker (1.1.14-1) unstable; urgency=medium
518798
519 -- Ferenc Wágner <wferi@niif.hu> Sat, 23 Jan 2016 21:42:03 +0100799 -- Ferenc Wágner <wferi@niif.hu> Sat, 23 Jan 2016 21:42:03 +0100
520800
801pacemaker (1.1.14~rc4-2ubuntu1) xenial; urgency=medium
802
803 * Merge from Debian unstable, remaining changes:
804 - d/control: Drop publican from BD's, skip some doc generation.
805 - d/pacemaker-doc.*: Drop docs generated using publican from install.
806 - d/control: Demote fence-agents to Suggests, avoiding main inclusion.
807 - d/control: Promote crmsh | pcs to Recommends for upgraders from 14.04.
808
809 -- James Page <james.page@ubuntu.com> Fri, 15 Jan 2016 13:59:46 +0200
810
521pacemaker (1.1.14~rc4-2) unstable; urgency=medium811pacemaker (1.1.14~rc4-2) unstable; urgency=medium
522812
523 [ Ferenc Wágner ]813 [ Ferenc Wágner ]
@@ -542,6 +832,16 @@ pacemaker (1.1.14~rc4-1) unstable; urgency=medium
542832
543 -- Ferenc Wágner <wferi@niif.hu> Wed, 06 Jan 2016 10:23:46 +0100833 -- Ferenc Wágner <wferi@niif.hu> Wed, 06 Jan 2016 10:23:46 +0100
544834
835pacemaker (1.1.13-2ubuntu1) xenial; urgency=medium
836
837 * Resync with Debian unstable.
838 * d/control: Drop publican from BD's, skip some doc generation.
839 * d/pacemaker-doc.*: Drop docs generated using publican from install.
840 * d/control: Demote fence-agents to Suggests, avoiding main inclusion.
841 * d/control: Promote crmsh | pcs to Recommends for upgraders from 14.04.
842
843 -- James Page <james.page@ubuntu.com> Thu, 14 Jan 2016 13:57:55 +0200
844
545pacemaker (1.1.13-2) unstable; urgency=medium845pacemaker (1.1.13-2) unstable; urgency=medium
546846
547 * Declare some symbols optional that do not show up on ppc(64el).847 * Declare some symbols optional that do not show up on ppc(64el).
diff --git a/debian/control b/debian/control
index 466097c..0b8917e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: pacemaker1Source: pacemaker
2Section: admin2Section: admin
3Priority: optional3Priority: optional
4Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
5Uploaders:6Uploaders:
6 Ferenc Wágner <wferi@debian.org>,7 Ferenc Wágner <wferi@debian.org>,
7 Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,8 Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
@@ -102,6 +103,7 @@ Pre-Depends:
102 ${misc:Pre-Depends},103 ${misc:Pre-Depends},
103Depends:104Depends:
104 corosync (>= 1.99),105 corosync (>= 1.99),
106 crmsh,
105 dbus,107 dbus,
106# the init script sources /lib/lsb/init-functions:108# the init script sources /lib/lsb/init-functions:
107 lsb-base (>= 3.0-6),109 lsb-base (>= 3.0-6),
@@ -111,12 +113,12 @@ Depends:
111 ${python3:Depends},113 ${python3:Depends},
112 ${shlibs:Depends},114 ${shlibs:Depends},
113Recommends:115Recommends:
114 fence-agents,
115 pacemaker-cli-utils,116 pacemaker-cli-utils,
116Suggests:117Suggests:
117# the fence_legacy helper uses /usr/sbin/stonith from cluster-glue:118# the fence_legacy helper uses /usr/sbin/stonith from cluster-glue:
118 cluster-glue,119 cluster-glue,
119 crmsh | pcs,120 pcs,
121 fence-agents,
120Breaks:122Breaks:
121 pacemaker-remote,123 pacemaker-remote,
122# pulled in crm_attribute and crm_node, because they depend on the124# pulled in crm_attribute and crm_node, because they depend on the
diff --git a/debian/rules b/debian/rules
index bf68c30..24b4b35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,11 @@ export DEB_LDFLAGS_MAINT_APPEND+=-Wl,--as-needed
14# Ubuntu/i386 shrank into a compatibility layer not carrying the14# Ubuntu/i386 shrank into a compatibility layer not carrying the
15# dependencies of some of our binary packages (#948379):15# dependencies of some of our binary packages (#948379):
16ifeq ($(shell dpkg-vendor --query vendor)/$(DEB_HOST_ARCH), Ubuntu/i386)16ifeq ($(shell dpkg-vendor --query vendor)/$(DEB_HOST_ARCH), Ubuntu/i386)
17 UBUNTU_EXCLUDES = -Npacemaker -Npacemaker-cli-utils -Npacemaker-remote17 UBUNTU_EXCLUDES = \
18 -Npacemaker \
19 -Npacemaker-cli-utils \
20 -Npacemaker-remote \
21 -Npacemaker-resource-agents
18endif22endif
1923
20%:24%:
diff --git a/debian/tests/control b/debian/tests/control
index 9bb91e2..ea80d5f 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
1Depends: pacemaker, pacemaker-cli-utils1Depends: pacemaker, pacemaker-cli-utils
2Restrictions: needs-root, isolation-container2Restrictions: needs-root, isolation-container, allow-stderr, skippable
3Tests: pacemaker3Tests: pacemaker
diff --git a/debian/tests/pacemaker b/debian/tests/pacemaker
index 871cd87..68e3534 100755
--- a/debian/tests/pacemaker
+++ b/debian/tests/pacemaker
@@ -4,6 +4,12 @@ set -e
44
5OUTPUT="${AUTOPKGTEST_ARTIFACTS:-.}/crm_mon.txt"5OUTPUT="${AUTOPKGTEST_ARTIFACTS:-.}/crm_mon.txt"
66
7ulimit -H -l unlimited 2>/dev/null || {
8 # https://bugs.launchpad.net/bugs/1828228
9 echo "test disabled for unprivileged namespaces"
10 exit 77
11}
12
7# Wait more than dc-deadtime (20s by default)13# Wait more than dc-deadtime (20s by default)
8sleep 2514sleep 25
915

Subscribers

People subscribed via source and target branches