[neon/extras/clazy/Neon/release] debian: Fix "clazy's test suite uses the default clang, while the package uses the versioned one" Add versions to test dependencies for clang to match what version the binary is built with. (Closes: #971589)
Scarlett Moore
null at kde.org
Wed Sep 7 22:14:01 BST 2022
Git commit df7f309710d3f0d8d5377f05f15d68d5e20fe2f6 by Scarlett Moore.
Committed on 26/10/2020 at 13:11.
Pushed by jriddell into branch 'Neon/release'.
Fix "clazy's test suite uses the default clang, while the package uses the versioned one" Add versions to test dependencies for clang to match what version the binary is built with. (Closes: #971589)
M +6 -0 debian/changelog
M +1 -1 debian/tests/control
https://invent.kde.org/neon/extras/clazy/commit/df7f309710d3f0d8d5377f05f15d68d5e20fe2f6
diff --git a/debian/changelog b/debian/changelog
index 1842c0b..fff91b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
clazy (1.7-4) UNRELEASED; urgency=medium
+ [ Scarlett Moore ]
+ * Fix "clazy's test suite uses the default clang, while the package
+ uses the versioned one"
+ Add versions to test dependencies for clang to match what version
+ the binary is built with. (Closes: #971589)
+
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Mon, 26 Oct 2020 05:48:39 -0700
clazy (1.7-3) unstable; urgency=medium
diff --git a/debian/tests/control b/debian/tests/control
index e540fd7..9b1e390 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
Tests: run-tests
-Depends: @, clang, clang-tools, python3, qtbase5-dev, qtdeclarative5-dev
+Depends: @, clang (>= 1:5.0~), clang-tools (>= 1:5.0~), python3, qtbase5-dev, qtdeclarative5-dev
Restrictions: rw-build-tree, allow-stderr
More information about the Neon-commits
mailing list