Merge ~ahasenack/ubuntu/+source/postgresql-common:add-eoan into ubuntu/+source/postgresql-common:ubuntu/devel

Proposed by Andreas Hasenack
Status: Merged
Approved by: Andreas Hasenack
Approved revision: 9535c8f967fe853d4032be58362544c9696e8bf5
Merged at revision: 9535c8f967fe853d4032be58362544c9696e8bf5
Proposed branch: ~ahasenack/ubuntu/+source/postgresql-common:add-eoan
Merge into: ubuntu/+source/postgresql-common:ubuntu/devel
Diff against target: 43 lines (+11/-2)
3 files modified
debian/changelog (+8/-0)
debian/control (+2/-1)
debian/supported-versions (+1/-1)
Reviewer Review Type Date Requested Status
Christian Ehrhardt  (community) Approve
Canonical Server packageset reviewers Pending
Review via email: mp+366665@code.launchpad.net

Description of the change

Recognize ubuntu 19.10 has postgresql 11.

Same change applied to debian in https://salsa.debian.org/postgresql/postgresql-common/merge_requests/6, but not yet released. We are incurring in this small temporary delta to unblock eoan migrations that depend on postgresql.

Bileto ticket, still running as I write this: https://bileto.ubuntu.com/#/ticket/3705

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

Interesting version number, but yes as discussed the change LGTM for now until the next sync.

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

Bileto results are inconclusive. It says all tests are running, and that they always failed. I'll abort the ticket.

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

Tagged and uploaded:

$ git push pkg upload/200+deb10u1ubuntu1
Enumerating objects: 18, done.
Counting objects: 100% (18/18), done.
Delta compression using up to 4 threads
Compressing objects: 100% (13/13), done.
Writing objects: 100% (13/13), 1.57 KiB | 268.00 KiB/s, done.
Total 13 (delta 9), reused 0 (delta 0)
To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/postgresql-common
 * [new tag] upload/200+deb10u1ubuntu1 -> upload/200+deb10u1ubuntu1

$ dput ubuntu ../postgresql-common_200+deb10u1ubuntu1_source.changes
Checking signature on .changes
gpg: ../postgresql-common_200+deb10u1ubuntu1_source.changes: Valid signature from AC983EB5BF6BCBA9
Checking signature on .dsc
gpg: ../postgresql-common_200+deb10u1ubuntu1.dsc: Valid signature from AC983EB5BF6BCBA9
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading postgresql-common_200+deb10u1ubuntu1.dsc: done.
  Uploading postgresql-common_200+deb10u1ubuntu1.tar.xz: done.
  Uploading postgresql-common_200+deb10u1ubuntu1_source.buildinfo: done.
  Uploading postgresql-common_200+deb10u1ubuntu1_source.changes: done.
Successfully uploaded packages.

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 427c1d8..cdb1a9f 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+postgresql-common (200+deb10u1ubuntu1) eoan; urgency=medium
7+
8+ * d/supported-versions: Set Ubuntu 19.10 default PostgreSQL version to 11.
9+ This was merged in Debian already and can be dropped in the next release
10+ of the package.
11+
12+ -- Andreas Hasenack <andreas@canonical.com> Mon, 29 Apr 2019 18:06:03 -0300
13+
14 postgresql-common (200+deb10u1) unstable; urgency=medium
15
16 * When upgrading from stretch to buster, all text indexes need to be
17diff --git a/debian/control b/debian/control
18index dd65d31..9c9df80 100644
19--- a/debian/control
20+++ b/debian/control
21@@ -1,7 +1,8 @@
22 Source: postgresql-common
23 Section: database
24 Priority: optional
25-Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
26+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
27+XSBC-Original-Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
28 Uploaders:
29 Martin Pitt <mpitt@debian.org>,
30 Christoph Berg <myon@debian.org>,
31diff --git a/debian/supported-versions b/debian/supported-versions
32index 1048827..2ba1b54 100755
33--- a/debian/supported-versions
34+++ b/debian/supported-versions
35@@ -84,7 +84,7 @@ ubuntu() {
36 16.04|16.10) /bin/echo -e "9.5" ;;
37 17.04|17.10) /bin/echo -e "9.6" ;;
38 18.04|18.10) /bin/echo -e "10" ;;
39- 19.04) /bin/echo -e "11" ;;
40+ 19.04|19.10) /bin/echo -e "11" ;;
41 *)
42 echo "supported-versions: WARNING: Unknown Ubuntu release: $1" >&2
43 /bin/echo -e "$DEFAULT" ;;

Subscribers

People subscribed via source and target branches