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 165 166
|
kdiagram2 (2.8.0-4) unstable; urgency=medium
* Make sure to always build the tests, as building them exposes certain
symbols in the libraries:
- pass -DBUILD_TESTING=ON to cmake
* Remove the explicit as-needed linking, as it is done by binutils now.
* Mark the xauth, and xvfb build dependencies as <!nocheck>, as they are
needed only when running the test suite.
-- Pino Toscano <pino@debian.org> Mon, 07 Apr 2025 08:34:28 +0200
kdiagram2 (2.8.0-3) unstable; urgency=medium
[ Patrick Franz ]
* Team upload.
* Source-only upload to unstable so the package can migrate to
testing.
-- Patrick Franz <deltaone@debian.org> Tue, 01 Apr 2025 20:03:25 +0200
kdiagram2 (2.8.0-2) unstable; urgency=medium
* Team upload.
[ Pino Toscano ]
* Introduce kdiagram version 2.x as separate source, as it is the last
version based on Qt 5 and some sources still need it:
- rename the source to kdiagram2
- rename the binary package libkchart-dev to libkchart2-dev, adding
a conflict for the old name
- rename the binary package libkgantt-dev to libkgantt2-dev, adding
a conflict for the old name
- the translation files conflict with newer version of kdiagram, so:
- drop the libkchart2-l10n, and libkgantt2-l10n binary packages
- do not ship the translations at all
- recommend the libkchart-l10n, and libkgantt-l10n binary packages
instead (not optimal, still better than nothing)
* Replace the watch file with a comment, as there will be no more versions
for Qt 5.
* Update Vcs-* fields to point to the '2.x' packaging branch for this source.
* Bump Standards-Version to 4.7.0, no changes required.
* Drop the dh_auto_test-indep override, as there are no more arch:all binary
packages.
[ Patrick Franz ]
* Update d/copyright.
* Bump Standards-Version to 4.7.2 (no changes needed).
* Update upstream homepage.
-- Patrick Franz <deltaone@debian.org> Mon, 31 Mar 2025 22:42:02 +0200
kdiagram (2.8.0-1) unstable; urgency=medium
* New upstream release.
* Update the build dependencies according to the upstream build system:
- bump qtbase5-dev to 5.12.0
- bump extra-cmake-modules to 5.60.0
* Update symbols files.
-- Pino Toscano <pino@debian.org> Sun, 17 Jan 2021 12:45:36 +0100
kdiagram (2.7.0-2) unstable; urgency=medium
* Bump the debhelper compatibility to 13:
- switch the debhelper-compat build dependency to 13
- stop passing --fail-missing to dh_missing, as it is the default now
* Bump Standards-Version to 4.5.1, no changes required.
* Add Rules-Requires-Root: no.
* Use correct machine-readable copyright file URI.
* Update symbols files. (Closes: #975186)
-- Pino Toscano <pino@debian.org> Sun, 22 Nov 2020 14:47:59 +0100
kdiagram (2.7.0-1) unstable; urgency=medium
* New upstream release.
* Update the patches:
- test-increased-timeout.diff: drop, fixed upstream
* Update symbols files.
-- Pino Toscano <pino@debian.org> Tue, 21 Apr 2020 10:00:12 +0200
kdiagram (2.6.3-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Pino Toscano <pino@debian.org> Mon, 13 Apr 2020 00:28:08 +0200
kdiagram (2.6.2-4) unstable; urgency=medium
* Update test-increased-timeout.diff to increase the timeouts to 60 minutes,
hopefully it should be enough also for really slow architectures...
-- Pino Toscano <pino@debian.org> Sun, 29 Mar 2020 18:37:26 +0200
kdiagram (2.6.2-3) unstable; urgency=medium
* Update test-increased-timeout.diff to increase also the QtTest default
timeout to 30 minutes.
-- Pino Toscano <pino@debian.org> Sun, 29 Mar 2020 11:51:38 +0200
kdiagram (2.6.2-2) unstable; urgency=medium
* Update test-increased-timeout.diff to use a better (and hopefully working)
API for changing the test timeout.
-- Pino Toscano <pino@debian.org> Sun, 29 Mar 2020 00:24:36 +0100
kdiagram (2.6.2-1) unstable; urgency=medium
* New upstream release.
* Add the configuration for the CI on salsa.
* Update Vcs-* fields.
* Update symbols files.
* Increase the timeout for TestDrawIntoPainter to 30 minutes, so even slower
architectures should run it successfully. (Closes: 947492)
* Bump the debhelper compatibility to 12:
- switch the debhelper build dependency to debhelper-compat 12
- remove debian/compat
* Bump Standards-Version to 4.5.0, no changes required.
-- Pino Toscano <pino@debian.org> Sat, 28 Mar 2020 23:21:54 +0100
kdiagram (2.6.1-1) unstable; urgency=medium
* New upstream release.
* Update path in watch file.
* Update symbols files from logs of buildds, and removing private symbols
no more exposed.
* Adopt under the Debian KDE Extras Team wing, with myself as Uploader.
(Closes: #874391)
* Switch Vcs-* fields to salsa.debian.org.
* Bump Standards-Version to 4.1.4, no changes required.
* Pass --fail-missing to dh_missing.
-- Pino Toscano <pino@debian.org> Sat, 21 Apr 2018 07:42:07 +0200
kdiagram (2.6.0-3) unstable; urgency=medium
* QA upload.
* Add symbols files, and thus remove the dh_makeshlibs -V invocation.
* Tweak install files to catch potential SONAME bumps.
* Simplify watch file, and switch it to https.
* Use https for Format in copyright.
* Bump Standards-Version to 4.1.3, no changes required.
* Bump the debhelper compatibility to 11:
- bump the debhelper build dependency to 11~
- bump compat to 11
-- Pino Toscano <pino@debian.org> Thu, 22 Mar 2018 09:10:54 +0100
kdiagram (2.6.0-2) unstable; urgency=medium
* QA upload.
* Set maintainer to the QA group.
* Build-Depend on qttools5-dev. (Closes: #881079)
-- Adam Borowski <kilobyte@angband.pl> Wed, 15 Nov 2017 05:07:55 +0100
kdiagram (2.6.0-1) unstable; urgency=medium
* Initial release. (Closes: #847782)
-- Sebastian Ramacher <sramacher@debian.org> Wed, 14 Dec 2016 20:48:16 +0100
|