Merge ~rafaeldtinoco/ubuntu/+source/corosync-qdevice:lp1883771-groovy into ubuntu/+source/corosync-qdevice:debian/sid

Proposed by Rafael David Tinoco
Status: Merged
Approved by: Rafael David Tinoco
Approved revision: eacf985b53c5f164a5dd555c8270314f742a142f
Merge reported by: Rafael David Tinoco
Merged at revision: eacf985b53c5f164a5dd555c8270314f742a142f
Proposed branch: ~rafaeldtinoco/ubuntu/+source/corosync-qdevice:lp1883771-groovy
Merge into: ubuntu/+source/corosync-qdevice:debian/sid
Diff against target: 74 lines (+26/-2)
4 files modified
debian/changelog (+17/-0)
debian/control (+2/-1)
debian/tests/control (+1/-1)
debian/tests/qdevice (+6/-0)
Reviewer Review Type Date Requested Status
Rafael David Tinoco (community) Approve
Andreas Hasenack Approve
Canonical Server Pending
Review via email: mp+386928@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

The change is already upstreamed:

https://salsa.debian.org/ha-team/corosync-qdevice/-/merge_requests/3

(as I got permission to merge things in salsa) but I won't create a new version, will let maintainer to decide what is best. For this merge, just keep it as a delta.

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

+1, tags correct, simple delta carried over unchanged, no further Debian changes to consider.

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

$ git push pkg upload/3.0.0-5ubuntu1
Enumerating objects: 26, done.
Counting objects: 100% (26/26), done.
Delta compression using up to 8 threads
Compressing objects: 100% (19/19), done.
Writing objects: 100% (19/19), 2.36 KiB | 1.18 MiB/s, done.
Total 19 (delta 13), reused 1 (delta 0), pack-reused 0
To ssh://git.launchpad.net/ubuntu/+source/corosync-qdevice
 * [new tag] upload/3.0.0-5ubuntu1 -> upload/3.0.0-5ubuntu1

$ debdiff corosync-qdevice_3.0.0-5.dsc corosync-qdevice_3.0.0-5ubuntu1.dsc | diffstat
 changelog | 17 +++++++++++++++++
 control | 3 ++-
 tests/control | 2 +-
 tests/qdevice | 6 ++++++
 4 files changed, 26 insertions(+), 2 deletions(-)

 dput ubuntu ./corosync-qdevice_3.0.0-5ubuntu1_source.changes
Checking signature on .changes
gpg: ./corosync-qdevice_3.0.0-5ubuntu1_source.changes: Valid signature from A93E0E0AD83C0D0F
Checking signature on .dsc
gpg: ./corosync-qdevice_3.0.0-5ubuntu1.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 corosync-qdevice_3.0.0-5ubuntu1.dsc: done.
  Uploading corosync-qdevice_3.0.0.orig.tar.gz: done.
  Uploading corosync-qdevice_3.0.0.orig.tar.gz.asc: done.
  Uploading corosync-qdevice_3.0.0-5ubuntu1.debian.tar.xz: done.
  Uploading corosync-qdevice_3.0.0-5ubuntu1_source.buildinfo: done.
  Uploading corosync-qdevice_3.0.0-5ubuntu1_source.changes: done.
Successfully uploaded packages.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 7566a64..27ef7d6 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,12 @@
6+corosync-qdevice (3.0.0-5ubuntu1) groovy; urgency=medium
7+
8+ * Merge with Debian unstable (LP: #1883771). Remaining changes:
9+ - Skip autopkgtest for unprivileged containers: (LP: 1837090)
10+ - d/t/control: mark corosync-qnetd test as skippable
11+ - d/t/qdevice: skip if memlock can't be set to unlimited by root
12+
13+ -- Rafael David Tinoco <rafaeldtinoco@ubuntu.com> Tue, 07 Jul 2020 01:31:10 +0000
14+
15 corosync-qdevice (3.0.0-5) unstable; urgency=medium
16
17 * [03f7f53] Set Default-Start runlevels for corosync-qdevice (Closes: #932346)
18@@ -7,6 +16,14 @@ corosync-qdevice (3.0.0-5) unstable; urgency=medium
19
20 -- Valentin Vidic <vvidic@debian.org> Tue, 07 Apr 2020 22:24:07 +0200
21
22+corosync-qdevice (3.0.0-4ubuntu1) eoan; urgency=medium
23+
24+ * Skip autopkgtest for unprivileged containers: (LP: #1837090)
25+ - d/t/control: mark corosync-qnetd test as skippable
26+ - d/t/qdevice: skip if memlock can't be set to unlimited by root
27+
28+ -- Rafael David Tinoco <rafaeldtinoco@ubuntu.com> Thu, 08 Aug 2019 18:28:45 +0000
29+
30 corosync-qdevice (3.0.0-4) unstable; urgency=medium
31
32 * [c680521] Revert "Require pacemaker for qdevice autopkgtest"
33diff --git a/debian/control b/debian/control
34index 819724e..e010c2b 100644
35--- a/debian/control
36+++ b/debian/control
37@@ -1,7 +1,8 @@
38 Source: corosync-qdevice
39 Section: admin
40 Priority: optional
41-Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
42+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
43+XSBC-Original-Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
44 Uploaders:
45 Ferenc Wágner <wferi@debian.org>,
46 Valentin Vidic <vvidic@debian.org>,
47diff --git a/debian/tests/control b/debian/tests/control
48index 4ad2d31..1b46921 100644
49--- a/debian/tests/control
50+++ b/debian/tests/control
51@@ -3,5 +3,5 @@ Restrictions: needs-root, isolation-container
52 Tests: qnetd
53
54 Depends: corosync-qnetd, corosync-qdevice
55-Restrictions: needs-root, isolation-container
56+Restrictions: needs-root, isolation-container, skippable
57 Tests: qdevice
58diff --git a/debian/tests/qdevice b/debian/tests/qdevice
59index 57b4e34..6c4c963 100755
60--- a/debian/tests/qdevice
61+++ b/debian/tests/qdevice
62@@ -2,6 +2,12 @@
63
64 set -e
65
66+ulimit -H -l unlimited 2>/dev/null || {
67+ # https://bugs.launchpad.net/bugs/1828228
68+ echo "test disabled for unprivileged namespaces"
69+ exit 77
70+}
71+
72 # setup TLS certificates
73 corosync-qdevice-net-certutil -i -c /etc/corosync/qnetd/nssdb/qnetd-cacert.crt 2>&1
74 corosync-qdevice-net-certutil -r -n debian 2>&1

Subscribers

People subscribed via source and target branches