[med-svn] [Git][med-team/orthanc-postgresql][master] 2 commits: Fix FTBFS with postgres 16 (Closes: #1052893)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Mon Oct 2 09:41:53 BST 2023
Nilesh Patra pushed to branch master at Debian Med / orthanc-postgresql
Commits:
66f5ff8b by Nilesh Patra at 2023-10-02T13:58:51+05:30
Fix FTBFS with postgres 16 (Closes: #1052893)
- - - - -
a76ef5b6 by Nilesh Patra at 2023-10-02T13:59:12+05:30
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/postgresql-16.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+orthanc-postgresql (5.0+dfsg-2) unstable; urgency=medium
+
+ * Team Upload.
+ * Fix FTBFS with postgres 16 (Closes: #1052893)
+
+ -- Nilesh Patra <nilesh at debian.org> Mon, 02 Oct 2023 13:59:01 +0530
+
orthanc-postgresql (5.0+dfsg-1) unstable; urgency=medium
* New upstream version. Closes: #1037603
=====================================
debian/patches/postgresql-16.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Fix FTBS against PostgreSQL 16
+Author: Nilesh Patra <nilesh at debian.org>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+
+--- a/Resources/CMake/PostgreSQLConfiguration.cmake
++++ b/Resources/CMake/PostgreSQLConfiguration.cmake
+@@ -441,7 +441,7 @@
+
+ else()
+ set(PostgreSQL_ADDITIONAL_VERSIONS
+- "15" "14" "13" "12" "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
++ "16" "15" "14" "13" "12" "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
+ if (NOT WIN32)
+ foreach (suffix ${PostgreSQL_ADDITIONAL_VERSIONS})
+ list(APPEND PostgreSQL_ADDITIONAL_SEARCH_PATHS
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+postgresql-16.patch
View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/26332647469ebfcc1b315966b4c8c32c88731a7f...a76ef5b65ce144cfd34d0cb3229f15d9185637c9
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/26332647469ebfcc1b315966b4c8c32c88731a7f...a76ef5b65ce144cfd34d0cb3229f15d9185637c9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231002/6d4bff55/attachment-0001.htm>
More information about the debian-med-commit
mailing list