[Debian-med-packaging] Bug#966613: orthanc-postgresql

Gianfranco Costamagna locutusofborg at debian.org
Fri Jul 31 14:02:09 BST 2020


Source: orthanc-postgresql
Version: 3.2-2
tags: patch


Hello, can you please add support for postgresql12?
(and maybe consider also adding 13)

thanks!
(note: I'm not the author for the patch, and I don't speak mercurial, so please forward upstream!)


trivial patch:

diff -Nru orthanc-postgresql-3.2/debian/patches/pg12.patch orthanc-postgresql-3.2/debian/patches/pg12.patch
--- orthanc-postgresql-3.2/debian/patches/pg12.patch	1970-01-01 00:00:00.000000000 +0000
+++ orthanc-postgresql-3.2/debian/patches/pg12.patch	2020-02-06 01:11:19.000000000 +0000
@@ -0,0 +1,15 @@
+Description: Add pg12 to cmake detection.
+Author: Dimitri John Ledkov <xnox at ubuntu.com>
+
+
+--- orthanc-postgresql-3.2.orig/Resources/CMake/PostgreSQLConfiguration.cmake
++++ orthanc-postgresql-3.2/Resources/CMake/PostgreSQLConfiguration.cmake
+@@ -378,7 +378,7 @@ if (STATIC_BUILD OR NOT USE_SYSTEM_LIBPQ
+ 
+ else()
+   set(PostgreSQL_ADDITIONAL_VERSIONS
+-    "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")
++    "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
diff -Nru orthanc-postgresql-3.2/debian/patches/series orthanc-postgresql-3.2/debian/patches/series
--- orthanc-postgresql-3.2/debian/patches/series	2020-04-03 05:42:37.000000000 +0000
+++ orthanc-postgresql-3.2/debian/patches/series	2020-06-05 15:16:01.000000000 +0000
@@ -0,0 +1 @@
+pg12.patch



More information about the Debian-med-packaging mailing list