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 <nil...@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.jodo...@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.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to