Sebastien Jodogne pushed to branch master at Debian Med / orthanc-postgresql
Commits: 144f9a9d by jodogne-guest at 2025-08-19T14:01:30+02:00 building 5.0+dfsg-4 - - - - - 650c1000 by jodogne-guest at 2025-08-19T14:05:43+02:00 fix lintian warning: old-fsf-address-in-copyright-file - - - - - f03f291a by jodogne-guest at 2025-08-19T14:18:19+02:00 Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/control - debian/copyright - + debian/patches/boost - debian/patches/postgresql-17.patch → debian/patches/postgresql - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +orthanc-postgresql (5.0+dfsg-4) unstable; urgency=medium + + * Fix FTBFS with boost 1.88 (Closes: #1110760) + + -- Sebastien Jodogne <[email protected]> Tue, 19 Aug 2025 13:52:47 +0200 + orthanc-postgresql (5.0+dfsg-3) unstable; urgency=medium * Fix FTBFS with PostgreSQL 17 ===================================== debian/control ===================================== @@ -15,7 +15,7 @@ Build-Depends: cmake, uuid-dev, unzip Rules-Requires-Root: no -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 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/copyright ===================================== @@ -32,8 +32,7 @@ License: AGPL-3.0+ Affero General Public License for more details. . You should have received a copy of the GNU Affero General Public License - along with this package; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + along with this package. If not, see <https://www.gnu.org/licenses/>. License: GPL-3.0+ @@ -48,8 +47,7 @@ License: GPL-3.0+ General Public License for more details. . You should have received a copy of the GNU General Public License along - with this package; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + with this package. If not, see <https://www.gnu.org/licenses/>. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file ===================================== debian/patches/boost ===================================== @@ -0,0 +1,17 @@ +Description: Fix FTBFS with boost 1.88 +Author: Sebastien Jodogne <[email protected]> +Forwarded: https://orthanc.uclouvain.be/hg/orthanc-databases/rev/f18e46d7dbf8 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: OrthancPostgreSQL-5.0/Resources/Orthanc/Databases/ISqlLookupFormatter.cpp +=================================================================== +--- OrthancPostgreSQL-5.0.orig/Resources/Orthanc/Databases/ISqlLookupFormatter.cpp ++++ OrthancPostgreSQL-5.0/Resources/Orthanc/Databases/ISqlLookupFormatter.cpp +@@ -39,6 +39,7 @@ + #include "DatabaseConstraint.h" + + #include <boost/lexical_cast.hpp> ++#include <cassert> + #include <list> + + ===================================== debian/patches/postgresql-17.patch → debian/patches/postgresql ===================================== @@ -1,4 +1,4 @@ -Description: Fix FTBS against PostgreSQL 16 and 17 +Description: Fix FTBS against PostgreSQL 16, 17, and 18 Author: Nilesh Patra <[email protected]> Author: Sebastien Jodogne <[email protected]> --- @@ -11,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") -+ "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") ++ "18" "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,2 @@ -postgresql-17.patch +boost +postgresql View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/9716b5e2143737030f074b6222a3ef7790f94f45...f03f291a9de04ca9488b3774c98d4536b78d7555 -- View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/9716b5e2143737030f074b6222a3ef7790f94f45...f03f291a9de04ca9488b3774c98d4536b78d7555 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
