1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
|
kdb (3.2.0-6) unstable; urgency=medium
* CI: enable the blhc job again.
* Bump Standards-Version to 4.6.1, no changes required.
* Backport upstream commit 3a31ad05fcc7682bf3b65143af99fdb9b2e1e248 to fix the
build with newer Qt 5.12.x; patch upstream_Fix-build-with-newer-Qt.patch.
(Closes: #1013562)
-- Pino Toscano <pino@debian.org> Sun, 03 Jul 2022 07:49:01 +0200
kdb (3.2.0-5) unstable; urgency=medium
* Change the python3 build dependency to python3:any, as Python is needed
only as build tool.
* Bump the debhelper compatibility to 13:
- switch the debhelper build dependency to debhelper-compat 13
- remove debian/compat
- stop passing --fail-missing to dh_missing, as it is the default behaviour
* Remove the explicit as-needed linking, as it is done by binutils now.
* Add Rules-Requires-Root: no.
* Bump Standards-Version to 4.6.0, no changes required.
* Update symbols file.
* CI: disable the blhc job.
-- Pino Toscano <pino@debian.org> Thu, 23 Sep 2021 08:03:43 +0200
kdb (3.2.0-4) unstable; urgency=medium
* Small copyright update.
* Use the Debian postgresql-common stuff to force the default version of
PostgreSQL:
- invoke /usr/share/postgresql-common/supported-versions, getting the
default version of it
- pass -DPostgreSQL_ADDITIONAL_VERSIONS to cmake
- drop patch upstream_cmake-find-PostgreSQL-12.patch, no more needed now
-- Pino Toscano <pino@debian.org> Tue, 05 Nov 2019 08:37:10 +0100
kdb (3.2.0-3) unstable; urgency=medium
* Backport upstream commit 40cdaea4d7824cc1b0d26e6ad2dcb61fa2077911 to build
with PostgreSQL 12+; patch
upstream_PgSQL-driver-fix-build-with-PostgreSQL-12.patch.
-- Pino Toscano <pino@debian.org> Tue, 29 Oct 2019 08:10:39 +0100
kdb (3.2.0-2) unstable; urgency=medium
* Upload to unstable.
* Update symbols file from logs of buildds.
-- Pino Toscano <pino@debian.org> Mon, 28 Oct 2019 22:47:37 +0100
kdb (3.2.0-1) experimental; urgency=medium
* New upstream release.
* libkdb3-4 had an ABI break with no SONAME bump, so:
- apply the Debian ABI manager; patch enable_debianabimanager.diff
- rename libkdb3-4 to libkdb3-4abi1
* Update symbols files.
* Update the patches:
- upstream_cmake-find-PostgreSQL-11.patch: drop, backported from upstream
* Backport upstream commit 6bba3130f8968abb2e904bda1e8b59f83dd43bdc to find
PostgreSQL 12; patch upstream_cmake-find-PostgreSQL-12.patch.
* Bump Standards-Version to 4.4.1, no changes required.
* Add the configuration for the CI on salsa.
-- Pino Toscano <pino@debian.org> Sun, 27 Oct 2019 09:29:23 +0100
kdb (3.1.0-5) unstable; urgency=medium
* Update symbols file from logs of buildds.
* Use the pkgkde_symbolshelper dh addon, so "subst" symbols work properly.
-- Pino Toscano <pino@debian.org> Sun, 11 Nov 2018 08:29:26 +0100
kdb (3.1.0-4) unstable; urgency=medium
* Backport upstream commit 675d51d86b377992aacdb8253cb7c3b8a80474c0 to find
PostgreSQL 11; patch upstream_cmake-find-PostgreSQL-11.patch.
(Closes: #912115)
* Update Vcs-* fields.
* Bump Standards-Version to 4.2.1, no changes required.
* Small update to the symbols file.
-- Pino Toscano <pino@debian.org> Sun, 04 Nov 2018 16:51:56 +0100
kdb (3.1.0-3) unstable; urgency=medium
* Update symbols file from logs of buildds.
* Bump Standards-Version to 4.1.4, no changes required.
-- Pino Toscano <pino@debian.org> Sat, 21 Apr 2018 06:43:28 +0200
kdb (3.1.0-2) unstable; urgency=medium
* Upload to unstable.
-- Pino Toscano <pino@debian.org> Fri, 09 Mar 2018 09:28:49 +0100
kdb (3.1.0-1) experimental; urgency=medium
* New upstream release.
* Rename libkdb3-3 to libkdb3-4 according to the upstream SONAME bump.
* Switch the python build dependency to python3, as it is supposed now by
the build scripts
- pass -DPython_ADDITIONAL_VERSIONS=3 to cmake, to make FindPythonInterp
accept Python 3
* Update symbols file.
* Simplify watch file, and switch it to https.
* Bump Standards-Version to 4.1.3, no changes required.
* Stop removing translations of unbuilt drivers, as they are not shipped
anymore.
* Bump the debhelper compatibility to 11:
- bump the debhelper build dependency to 11~
- bump compat to 11
- remove --parallel for dh, as now done by default
* Switch from dh_install to dh_missing for --fail-missing.
* Switch Vcs-* fields to salsa.debian.org.
* Mark also libkdb3-dev as Multi-Arch: same.
-- Pino Toscano <pino@debian.org> Thu, 08 Mar 2018 11:21:23 +0100
kdb (3.0.2-2) unstable; urgency=medium
* Team upload.
* Change build-dependency from qttools5-dev-tools to qttools5-dev.
(Closes: #881078)
-- Dmitry Shachnev <mitya57@debian.org> Wed, 08 Nov 2017 16:28:38 +0300
kdb (3.0.2-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.0.1, no changes required.
* Update symbols file. (Closes: #871182)
* Small copyright update.
-- Pino Toscano <pino@debian.org> Sat, 19 Aug 2017 10:51:33 +0200
kdb (3.0.1.1-1) unstable; urgency=medium
* New upstream release.
* Update the patches:
- upstream_cmake-find-PostgreSQL-9.6.patch: drop, backported from upstream
* Bump Standards-Version to 4.0.0, no changes required.
* Add qttools5-dev-tools as new required build dependency.
* Upload to unstable.
-- Pino Toscano <pino@debian.org> Sat, 24 Jun 2017 11:22:14 +0200
kdb (3.0.0-2) experimental; urgency=medium
* Update symbols file.
* Add the qtbase5-dev, and libkf5coreaddons-dev dependencies to libkdb3-dev,
needed to use the kdb headers.
-- Pino Toscano <pino@debian.org> Sun, 29 Jan 2017 09:33:39 +0100
kdb (3.0.0-1) experimental; urgency=medium
* Initial release.
-- Pino Toscano <pino@debian.org> Sun, 22 Jan 2017 15:05:21 +0100
|