[med-svn] [Git][med-team/orthanc-postgresql][master] 2 commits: Fix FTBFS with postgres 15 (Closes: #1022408)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Mon Oct 24 09:03:22 BST 2022
Nilesh Patra pushed to branch master at Debian Med / orthanc-postgresql
Commits:
8b74002e by Nilesh Patra at 2022-10-24T07:54:59+00:00
Fix FTBFS with postgres 15 (Closes: #1022408)
- - - - -
fc569e46 by Nilesh Patra at 2022-10-24T07:55:20+00:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/patches/postgresql-14 → debian/patches/postgresql-15
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+orthanc-postgresql (4.0-7) unstable; urgency=medium
+
+ * Team Upload.
+ * Fix FTBFS with postgres 15 (Closes: #1022408)
+
+ -- Nilesh Patra <nilesh at debian.org> Mon, 24 Oct 2022 07:55:03 +0000
+
orthanc-postgresql (4.0-6) unstable; urgency=medium
* Rebuild because of fix in build dependencies.
=====================================
debian/patches/postgresql-14 → debian/patches/postgresql-15
=====================================
@@ -3,16 +3,14 @@ Author: Sebastien Jodogne <s.jodogne at orthanc-labs.com>
Forwarded: yes
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: OrthancPostgreSQL-4.0/Resources/CMake/PostgreSQLConfiguration.cmake
-===================================================================
---- OrthancPostgreSQL-4.0.orig/Resources/CMake/PostgreSQLConfiguration.cmake
-+++ OrthancPostgreSQL-4.0/Resources/CMake/PostgreSQLConfiguration.cmake
-@@ -440,7 +440,7 @@ if (STATIC_BUILD OR NOT USE_SYSTEM_LIBPQ
+--- a/Resources/CMake/PostgreSQLConfiguration.cmake
++++ b/Resources/CMake/PostgreSQLConfiguration.cmake
+@@ -440,7 +440,7 @@
else()
set(PostgreSQL_ADDITIONAL_VERSIONS
- "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")
-+ "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")
++ "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
=====================================
@@ -1 +1 @@
-postgresql-14
+postgresql-15
View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/4ef0ae25f61a3d237fd47cbf0d3829b1733c0577...fc569e461e38c1f19ca23efddd86aadb75b6bb80
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/4ef0ae25f61a3d237fd47cbf0d3829b1733c0577...fc569e461e38c1f19ca23efddd86aadb75b6bb80
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/20221024/ed839cef/attachment-0001.htm>
More information about the debian-med-commit
mailing list