Merge ~ahasenack/ubuntu/+source/krb5:disco-krb5-merge into ubuntu/+source/krb5:debian/sid

Proposed by Andreas Hasenack
Status: Merged
Approved by: Andreas Hasenack
Approved revision: 951d488338b9ee01d4fa111de0226682168aad5a
Merge reported by: Andreas Hasenack
Merged at revision: 951d488338b9ee01d4fa111de0226682168aad5a
Proposed branch: ~ahasenack/ubuntu/+source/krb5:disco-krb5-merge
Merge into: ubuntu/+source/krb5:debian/sid
Diff against target: 71 lines (+32/-2)
3 files modified
debian/changelog (+29/-0)
debian/control (+2/-1)
debian/tests/util (+1/-1)
Reviewer Review Type Date Requested Status
Christian Ehrhardt  (community) Approve
Canonical Server Pending
Review via email: mp+358792@code.launchpad.net

Description of the change

Merge from debian. This would have dropped all our delta and become a sync, were it not for a small typo in the dep8 tests that makes them fail. This was fixed in debian (https://salsa.debian.org/debian/krb5/merge_requests/3) and there is a good chance this package can become a sync the next time.

Bileto ticket: https://bileto.ubuntu.com/#/ticket/3513

The only red is in postgresql, which is unrelated and afaik being fixed by foundations.

To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

LGTM and looking forward to see it being a sync soon.

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

Thanks, tagged and uploaded.

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 80bbac9..5617e75 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,17 @@
6+krb5 (1.16.1-1ubuntu1) disco; urgency=medium
7+
8+ * Merge with Debian unstable.
9+ * Dropped:
10+ - Add DEP8 tests (LP #1677881):
11+ + d/t/util: common functions used in the tests
12+ + d/t/control, d/t/kinit: simple kinit test
13+ + d/t/control, d/t/slapd-gssapi: DEP8 test for service principals
14+ [Adopted in 1.16.1-1]
15+ * Added:
16+ - d/t/util: fix typo
17+
18+ -- Andreas Hasenack <andreas@canonical.com> Mon, 12 Nov 2018 17:37:06 -0200
19+
20 krb5 (1.16.1-1) unstable; urgency=medium
21
22 * New upstream release
23@@ -14,6 +28,21 @@ krb5 (1.16.1-1) unstable; urgency=medium
24
25 -- Sam Hartman <hartmans@debian.org> Mon, 16 Jul 2018 20:09:54 -0400
26
27+krb5 (1.16-2ubuntu1) cosmic; urgency=medium
28+
29+ * Add DEP8 tests (LP: #1677881):
30+ - d/t/util: common functions used in the tests
31+ - d/t/control, d/t/kinit: simple kinit test
32+ - d/t/control, d/t/slapd-gssapi: DEP8 test for service principals
33+
34+ -- Andreas Hasenack <andreas@canonical.com> Fri, 06 Jul 2018 15:39:44 -0300
35+
36+krb5 (1.16-2build1) bionic; urgency=high
37+
38+ * No change rebuild against openssl1.1.
39+
40+ -- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 05 Feb 2018 16:50:17 +0000
41+
42 krb5 (1.16-2) unstable; urgency=medium
43
44 * Update location of packaging GIT repository
45diff --git a/debian/control b/debian/control
46index 263a520..6dd35c5 100644
47--- a/debian/control
48+++ b/debian/control
49@@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 10), byacc | bison,
50 libverto-dev (>= 0.2.4), pkg-config
51 Build-Depends-Indep: python, python-cheetah, python-lxml, python-sphinx, doxygen, doxygen-latex, texlive-generic-extra
52 Standards-Version: 4.1.1
53-Maintainer: Sam Hartman <hartmans@debian.org>
54+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
55+XSBC-Original-Maintainer: Sam Hartman <hartmans@debian.org>
56 Uploaders: Russ Allbery <rra@debian.org>, Benjamin Kaduk <kaduk@mit.edu>
57 Homepage: http://web.mit.edu/kerberos/
58 VCS-Git: https://salsa.debian.org/debian/krb5
59diff --git a/debian/tests/util b/debian/tests/util
60index 6d6c584..4dbf029 100644
61--- a/debian/tests/util
62+++ b/debian/tests/util
63@@ -3,7 +3,7 @@
64 # Copyright 2018 Canonical Ltd.
65 # This code is licensed under the same terms as MIT Kerberos.
66
67-Set-ex
68+set -ex
69
70 adjust_hostname() {
71 local myhostname="$1"

Subscribers

People subscribed via source and target branches