Sebastien Jodogne pushed to branch master at Debian Med / orthanc-postgresql
Commits: befabb87 by jodogne-guest at 2024-09-27T10:26:21+02:00 Fix FTBFS with PostgreSQL 17 - - - - - 1f804950 by jodogne-guest at 2024-09-27T10:28:21+02:00 upgraded Standards-Version - - - - - b84fd3bd by jodogne-guest at 2024-09-27T10:32:00+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/postgresql-16.patch → debian/patches/postgresql-17.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +orthanc-postgresql (5.0+dfsg-3) unstable; urgency=medium + + * Fix FTBFS with PostgreSQL 17 + + -- Sebastien Jodogne <[email protected]> Fri, 27 Sep 2024 10:22:49 +0200 + orthanc-postgresql (5.0+dfsg-2) unstable; urgency=medium * Team Upload. ===================================== debian/control ===================================== @@ -14,7 +14,7 @@ Build-Depends: cmake, protobuf-compiler, uuid-dev, unzip -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/orthanc-postgresql Vcs-Git: https://salsa.debian.org/med-team/orthanc-postgresql.git Homepage: https://orthanc.uclouvain.be/book/plugins/postgresql.html ===================================== debian/patches/postgresql-16.patch → debian/patches/postgresql-17.patch ===================================== @@ -1,5 +1,6 @@ -Description: Fix FTBS against PostgreSQL 16 +Description: Fix FTBS against PostgreSQL 16 and 17 Author: Nilesh Patra <[email protected]> +Author: Sebastien Jodogne <[email protected]> --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ @@ -10,7 +11,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ 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") ++ "17" "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 ===================================== @@ -1 +1 @@ -postgresql-16.patch +postgresql-17.patch View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/c4c61244f0ecfeb1efb7ddd7e0273e52dac8a9e9...b84fd3bdd068a61686c59c803a02f9a85b0f8950 -- View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/c4c61244f0ecfeb1efb7ddd7e0273e52dac8a9e9...b84fd3bdd068a61686c59c803a02f9a85b0f8950 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
