[neon/extras/labplot/Neon/release] debian: Fix FTBFS with nocheck build profile (#992580)
Pino Toscano
null at kde.org
Wed Aug 31 15:43:09 BST 2022
Git commit 9a1fa9be5af49453e0db4e091fdfcce59caddcf0 by Pino Toscano, on behalf of Helmut Grohne.
Committed on 21/08/2021 at 06:01.
Pushed by jriddell into branch 'Neon/release'.
Fix FTBFS with nocheck build profile (#992580)
M +2 -0 debian/changelog
M +1 -1 debian/control
https://invent.kde.org/neon/extras/labplot/commit/9a1fa9be5af49453e0db4e091fdfcce59caddcf0
diff --git a/debian/changelog b/debian/changelog
index 974e593..d3c4f09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
labplot (2.8.2-2) UNRELEASED; urgency=medium
+ [ Helmut Grohne ]
+ * Fix FTBFS with nocheck build profile. (Closes: #992580)
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sat, 21 Aug 2021 07:59:41 +0200
diff --git a/debian/control b/debian/control
index 6644d9f..1d9d297 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Build-Depends: debhelper-compat (= 13),
bison,
libcantor-dev,
libpoppler-qt5-dev (>= 19.12~),
- libspectre-dev <!nocheck>,
+ libspectre-dev,
libcfitsio-dev,
libgsl-dev,
libnetcdf-dev,
More information about the Neon-commits
mailing list