[med-svn] [Git][med-team/orthanc-postgresql][master] 3 commits: Fix FTBFS with PostgreSQL 17
Sebastien Jodogne (@jodogne-guest)
gitlab at salsa.debian.org
Fri Sep 27 09:32:51 BST 2024
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 <s.jodogne at gmail.com> 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 <nilesh at debian.org>
+Author: Sebastien Jodogne <s.jodogne at gmail.com>
---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240927/e982c4d4/attachment-0001.htm>
More information about the debian-med-commit
mailing list