[neon/extras/labplot/Neon/unstable] debian: kf6y fixes
Carlos De Maine
null at kde.org
Fri Jan 17 23:27:30 GMT 2025
Git commit 934b23f842c037a3b2a671d75d0cff6aa758ad54 by Carlos De Maine.
Committed on 17/01/2025 at 23:27.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6y fixes
M +1 -1 debian/control
M +3 -15 debian/rules
https://invent.kde.org/neon/extras/labplot/-/commit/934b23f842c037a3b2a671d75d0cff6aa758ad54
diff --git a/debian/control b/debian/control
index e83fbf9..dfd2e98 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,7 @@ Build-Depends: bison,
libreadstat-dev,
libspectre-dev,
locales-all <!nocheck>,
- pkg-kde-tools (>= 0.15.16),
+ pkg-kde-tools-neon,
pkgconf,
qt6-base-dev,
qt6-mqtt-dev,
diff --git a/debian/rules b/debian/rules
index 9037754..39bed16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,20 +1,8 @@
#!/usr/bin/make -f
-
-# Disable fixfilepath, as it causes build failures.
-export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath
+# -*- makefile -*-
%:
- dh $@ --with kf5
+ dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- 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
- -xvfb-run dh_auto_test
-
-execute_after_dh_auto_install:
- # remove symlinks of private libraries
- find debian/tmp -name '*.so' -type l -print -delete
- # remove development headers
- rm -rfv debian/tmp/usr/include/
+ dh_auto_configure -Skf5 -- -DENABLE_REPRODUCIBLE=ON
\ No newline at end of file
More information about the Neon-commits
mailing list