Sebastien Jodogne pushed to branch master at Debian Med / orthanc-postgresql
Commits: c1f7c924 by jodogne-guest at 2021-10-24T10:35:38+02:00 building 4.0-4 - - - - - 483837ba by jodogne-guest at 2021-10-24T11:29:35+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/postgresql-14 - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +orthanc-postgresql (4.0-4) unstable; urgency=medium + + * Fix FTBFS with PostgreSQL 14. Closes: #997392 + + -- Sebastien Jodogne <[email protected]> Sun, 24 Oct 2021 10:31:29 +0200 + orthanc-postgresql (4.0-3) unstable; urgency=medium * Upload to unstable after freeze ===================================== debian/patches/postgresql-14 ===================================== @@ -0,0 +1,17 @@ +Description: Fix FTBS against PostgreSQL 14 +Author: Sebastien Jodogne <[email protected]> +--- +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 + + 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") + if (NOT WIN32) + foreach (suffix ${PostgreSQL_ADDITIONAL_VERSIONS}) + list(APPEND PostgreSQL_ADDITIONAL_SEARCH_PATHS ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +postgresql-14 View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/0ab7091d733b36a78974ecc577bc0589e08e99ac...483837bac462bed22983c7622fd04fc1ca205bf7 -- View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/0ab7091d733b36a78974ecc577bc0589e08e99ac...483837bac462bed22983c7622fd04fc1ca205bf7 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
