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
diff --git a/debian/changelog b/debian/changelog
index bd9f1df..f7b79de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
1postgresql-common (242ubuntu2) lunar; urgency=medium1postgresql-common (242ubuntu2) lunar; urgency=medium
22
3<<<<<<< debian/changelog
3 * Add 23.04 as supported release4 * Add 23.04 as supported release
45
5 -- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 02 Dec 2022 11:13:42 +01006 -- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 02 Dec 2022 11:13:42 +0100
7=======
8 * debian/supported-versions: Add 23.04 to supported versions.
9
10 -- Athos Ribeiro <athos.ribeiro@canonical.com> Fri, 02 Dec 2022 07:21:50 -0300
11>>>>>>> debian/changelog
612
7postgresql-common (242ubuntu1) kinetic; urgency=medium13postgresql-common (242ubuntu1) kinetic; urgency=medium
814
diff --git a/debian/supported-versions b/debian/supported-versions
index 88f6111..e63a312 100755
--- a/debian/supported-versions
+++ b/debian/supported-versions
@@ -87,7 +87,12 @@ ubuntu() {
87 19.04|19.10) /bin/echo -e "11" ;;87 19.04|19.10) /bin/echo -e "11" ;;
88 20.04|20.10) /bin/echo -e "12" ;;88 20.04|20.10) /bin/echo -e "12" ;;
89 21.04|21.10) /bin/echo -e "13" ;;89 21.04|21.10) /bin/echo -e "13" ;;
90<<<<<<< debian/supported-versions
90 22.04|22.10|23.04) /bin/echo -e "14" ;;91 22.04|22.10|23.04) /bin/echo -e "14" ;;
92=======
93 22.04|22.10) /bin/echo -e "14" ;;
94 23.04) /bin/echo -e "14" ;;
95>>>>>>> debian/supported-versions
91 *)96 *)
92 echo "supported-versions: WARNING: Unknown Ubuntu release: $1" >&297 echo "supported-versions: WARNING: Unknown Ubuntu release: $1" >&2
93 /bin/echo -e "$DEFAULT" ;;98 /bin/echo -e "$DEFAULT" ;;

Subscribers

People subscribed via source and target branches