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
|
ktechlab (0.51.0-3) unstable; urgency=medium
* Drop Rules-Requires-Root: no, no more needed since Debian trixie.
* Bump Standards-Version to 4.7.2, no changes required.
* Pass -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to cmake so it builds with cmake 4
(hoping that everything works properly). (Closes: #1113089)
* Switch the transitional pkg-config build dependency to pkgconf.
-- Pino Toscano <pino@debian.org> Tue, 07 Oct 2025 07:47:29 +0200
ktechlab (0.51.0-2) unstable; urgency=medium
* Upload to unstable.
* Switch Vcs-* fields back to the 'master' packaging branch.
-- Pino Toscano <pino@debian.org> Sun, 11 Jun 2023 21:24:05 +0200
ktechlab (0.51.0-1) experimental; urgency=medium
* New upstream release.
* Switch Vcs-* fields to the 'experimental' packaging branch.
* Update lintian override info format in d/ktechlab.lintian-overrides on line
2.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Update standards version to 4.6.2, no changes needed.
* Update the patches:
- upstream_process-chain-keep-temporary-files-live-longer.patch: drop,
backported from upstream
- upstream_Fix-selecting-files-as-properties.patch: drop, backported from
upstream
- upstream_cmake-build-test_ktechlab-only-if-testing-is-enabled.patch:
drop, backported from upstream
* Update the build dependencies according to the upstream build system:
- bump extra-cmake-modules to 5.14.0
- bump gpsim-dev to 0.26
- add libqt5serialport5-dev, libkf5completion-dev, libkf5configwidgets-dev
- drop libkf5khtml-dev, and libkf5solid-dev
* Update copyright.
-- Pino Toscano <pino@debian.org> Fri, 31 Mar 2023 08:53:15 +0200
ktechlab (0.50.0-2) unstable; urgency=medium
* Suggest gputils, picprog, and sdcc, as they can be used by default.
* Backport upstream commit a24dc9737462662390c9b0f37ce66774283df69c to fix
lifetime of intermediate temporary files; patch
upstream_process-chain-keep-temporary-files-live-longer.patch.
* Backport upstream commit e303b80756770069526ef16e0a81d343c2e9ca13 to fix
the selection of files as properties; patch
upstream_Fix-selecting-files-as-properties.patch.
* Update copyright.
* Backport upstream commit f3a754ddcbc8a086ca48920bd33e96082cef699c to not
build a test-only static libraries when testing is disabled; patch
upstream_cmake-build-test_ktechlab-only-if-testing-is-enabled.patch.
* Disable the build of testing stuff, as there are no unit tests available:
- pass -DBUILD_TESTING=OFF to cmake
- add an empty override for dh_auto_test
-- Pino Toscano <pino@debian.org> Mon, 02 Nov 2020 13:27:35 +0100
ktechlab (0.50.0-1) unstable; urgency=medium
* Re-add back to Debian.
-- Pino Toscano <pino@debian.org> Tue, 27 Oct 2020 12:11:07 +0100
|