[neon/extras/labplot/Neon/release] debian: rules: disable vector blf format for now
Pino Toscano
null at kde.org
Wed Oct 2 14:04:05 BST 2024
Git commit e497b74d4dcc0096d017c9be96e019e7f6ee193d by Pino Toscano.
Committed on 22/03/2023 at 20:51.
Pushed by jriddell into branch 'Neon/release'.
rules: disable vector blf format for now
requires stuff not in debian
M +2 -0 debian/changelog
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/labplot/-/commit/e497b74d4dcc0096d017c9be96e019e7f6ee193d
diff --git a/debian/changelog b/debian/changelog
index f9441e6..5c0298a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ labplot (2.10.0-0r1) UNRELEASED; urgency=medium
- bump Qt packages to 5.10.0
- bump extra-cmake-modules to 5.16.0
- add qtbase5-private-dev, needed for the embedded copy of QXlsx
+ * Pass -DENABLE_VECTOR_BLF=OFF to cmake to not build the Vector BLF file
+ format support, as it requires libraries not currently available in Debian.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Wed, 22 Mar 2023 21:29:42 +0100
diff --git a/debian/rules b/debian/rules
index 6e348e3..aa35281 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath
dh $@ --with kf5
override_dh_auto_configure:
- dh_auto_configure -Skf5 -- -DENABLE_REPRODUCIBLE=ON
+ dh_auto_configure -Skf5 -- -DENABLE_REPRODUCIBLE=ON -DENABLE_VECTOR_BLF=OFF
override_dh_auto_test:
# non-fatal, as tests fail on almost non-amd64 archs
More information about the Neon-commits
mailing list