Merge ~athos-ribeiro/ubuntu/+source/postgresql-common:add-lunar-support into ubuntu/+source/postgresql-common:ubuntu/devel

Proposed by Athos Ribeiro
Status: Merged
Merge reported by: Athos Ribeiro
Merged at revision: d9535eafbee37c71bc6f257ff5d17d4e5b2d0cac
Proposed branch: ~athos-ribeiro/ubuntu/+source/postgresql-common:add-lunar-support
Merge into: ubuntu/+source/postgresql-common:ubuntu/devel
Diff against target: 36 lines (+11/-0) (has conflicts)
2 files modified
debian/changelog (+6/-0)
debian/supported-versions (+5/-0)
Conflict in debian/changelog
Conflict in debian/supported-versions
Reviewer Review Type Date Requested Status
Canonical Server packageset reviewers Pending
Canonical Server Reporter Pending
Review via email: mp+433992@code.launchpad.net

Description of the change

Currently, postgresql-common autopkgtests are failing due to a missing entry to support lunar. This adds the entry pointing to pg-14 for now so we can unblock tests in devel. Once the autopkgtests are OK for the release pocket, we can start sync'ing the new version to point to pg-15 (do note that this is currently blocked on the ongoing perl transitiion).

Local autopkgtest result summary:

autopkgtest [07:45:38]: @@@@@@@@@@@@@@@@@@@@ summary
default-psql PASS
run-testsuite PASS

PPA: https://launchpad.net/~athos-ribeiro/+archive/ubuntu/pg-common-lunar-proposed/+packages

To post a comment you must log in.
Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

This is no longer valid. Gianfranco already handled the issue. Thanks!

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 bd9f1df..f7b79de 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,8 +1,14 @@
6 postgresql-common (242ubuntu2) lunar; urgency=medium
7
8+<<<<<<< debian/changelog
9 * Add 23.04 as supported release
10
11 -- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 02 Dec 2022 11:13:42 +0100
12+=======
13+ * debian/supported-versions: Add 23.04 to supported versions.
14+
15+ -- Athos Ribeiro <athos.ribeiro@canonical.com> Fri, 02 Dec 2022 07:21:50 -0300
16+>>>>>>> debian/changelog
17
18 postgresql-common (242ubuntu1) kinetic; urgency=medium
19
20diff --git a/debian/supported-versions b/debian/supported-versions
21index 88f6111..e63a312 100755
22--- a/debian/supported-versions
23+++ b/debian/supported-versions
24@@ -87,7 +87,12 @@ ubuntu() {
25 19.04|19.10) /bin/echo -e "11" ;;
26 20.04|20.10) /bin/echo -e "12" ;;
27 21.04|21.10) /bin/echo -e "13" ;;
28+<<<<<<< debian/supported-versions
29 22.04|22.10|23.04) /bin/echo -e "14" ;;
30+=======
31+ 22.04|22.10) /bin/echo -e "14" ;;
32+ 23.04) /bin/echo -e "14" ;;
33+>>>>>>> debian/supported-versions
34 *)
35 echo "supported-versions: WARNING: Unknown Ubuntu release: $1" >&2
36 /bin/echo -e "$DEFAULT" ;;

Subscribers

People subscribed via source and target branches