[neon/neon-packaging/mauikit-filebrowsing/Neon/unstable] debian: modernise
Carlos De Maine
null at kde.org
Thu Jun 8 03:40:01 BST 2023
Git commit 9ac3a731bdd17ff103c78a6c75636770bcaaf10f by Carlos De Maine.
Committed on 08/06/2023 at 02:39.
Pushed by carlosdem into branch 'Neon/unstable'.
modernise
M +2 -1 debian/control
M +5 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/mauikit-filebrowsing/-/commit/9ac3a731bdd17ff103c78a6c75636770bcaaf10f
diff --git a/debian/control b/debian/control
index eea4b13..ceb5c46 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,10 @@ Build-Depends: cmake,
libkf5kio-dev,
mauiman-dev,
mauikit-dev,
+ ninja-build,
qtbase5-dev,
qtdeclarative5-dev
-Standards-Version: 4.2.1
+Standards-Version: 4.6.1
Homepage: https://mauikit.org/
Package: qml-module-org-mauikit-filebrowsing
diff --git a/debian/rules b/debian/rules
index 2d33f6a..631bb6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,8 @@
#!/usr/bin/make -f
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
%:
- dh $@
+ dh $@ --with kf5,pkgkde_symbolshelper --cmake+ninja --without build_stamp
More information about the Neon-commits
mailing list