Sebastien Jodogne pushed to branch master at Debian Med / orthanc-postgresql
Commits: 24e5ddb8 by jodogne-guest at 2022-06-01T07:42:54+02:00 updated d/copyright - - - - - 136e1986 by jodogne-guest at 2022-06-01T07:43:45+02:00 fixed d/copyright - - - - - f5abbe63 by jodogne-guest at 2022-06-01T07:52:56+02:00 added lintian override for package-has-unnecessary-activation-of-ldconfig-trigger - - - - - 4ef0ae25 by jodogne-guest at 2022-06-01T08:06:22+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/copyright - + debian/orthanc-postgresql.lintian-overrides - debian/patches/postgresql-14 Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +orthanc-postgresql (4.0-6) unstable; urgency=medium + + * Rebuild because of fix in build dependencies. + * Updated d/copyright + + -- Sebastien Jodogne <[email protected]> Wed, 01 Jun 2022 07:29:11 +0200 + orthanc-postgresql (4.0-5) unstable; urgency=medium * Replace explicit restart of Orthanc by orthanc-restart-trigger ===================================== debian/copyright ===================================== @@ -5,15 +5,23 @@ Source: https://hg.orthanc-server.com/orthanc-databases/ Files: * Copyright: 2012-2016 Sebastien Jodogne <[email protected]>, University Hospital of Liege (Belgium), and 2017-2021 Osimis S.A. (Belgium) -License: AGPL-3 +License: AGPL-3.0+ Files: Resources/Orthanc/* Copyright: 2012-2016 Sebastien Jodogne <[email protected]>, University Hospital of Liege (Belgium), and 2017-2021 Osimis S.A. (Belgium) -License: GPL-3 with OpenSSL exception +License: LGPL-3.0+ +Files: Resources/Orthanc/Plugins/* Resources/Orthanc/Sdk-1.9.2/* +Copyright: 2012-2016 Sebastien Jodogne <[email protected]>, University Hospital of Liege (Belgium), and 2017-2021 Osimis S.A. (Belgium) +License: GPL-3.0+ + +Files: Resources/Orthanc/Databases/* Resources/Orthanc/Sdk-0.9.5/* Resources/Orthanc/Sdk-1.4.0/* Resources/Orthanc/Sdk-1.5.2/* Resources/Orthanc/Sdk-1.5.4/* +Copyright: 2012-2016 Sebastien Jodogne <[email protected]>, University Hospital of Liege (Belgium), and 2017-2021 Osimis S.A. (Belgium) +License: GPL-3.0+ with OpenSSL exception -License: AGPL-3 + +License: AGPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of @@ -28,7 +36,49 @@ License: AGPL-3 along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -License: GPL-3 with OpenSSL exception + +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or (at + your option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + 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. + . + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'. + + +License: LGPL-3.0+ + This program is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public License + as published by the Free Software Foundation, either version 3 of + the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file + `/usr/share/common-licenses/LGPL-3'. + + +License: GPL-3.0+ with OpenSSL exception This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at ===================================== debian/orthanc-postgresql.lintian-overrides ===================================== @@ -0,0 +1,5 @@ +# The package stores the shared libraries of the plugins into folder +# "/usr/lib/orthanc/", which is neither "/usr/lib" nor "/lib". So, +# there is a bug in debhelper that should not auto-generate an +# ldconfig trigger for this package. +orthanc-postgresql: package-has-unnecessary-activation-of-ldconfig-trigger ===================================== debian/patches/postgresql-14 ===================================== @@ -1,5 +1,6 @@ Description: Fix FTBS against PostgreSQL 14 Author: Sebastien Jodogne <[email protected]> +Forwarded: yes --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: OrthancPostgreSQL-4.0/Resources/CMake/PostgreSQLConfiguration.cmake View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/005c180dfc4456b605373281d91dd141adfcac9a...4ef0ae25f61a3d237fd47cbf0d3829b1733c0577 -- View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/005c180dfc4456b605373281d91dd141adfcac9a...4ef0ae25f61a3d237fd47cbf0d3829b1733c0577 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
