[neon/neon-packaging/mauikit-filebrowsing/Neon/release] debian: modernise

Carlos De Maine null at kde.org
Thu Jun 8 07:52:15 BST 2023


Git commit e918ff1bb71b4ffc6bfde83ec2f653c1573bb47a by Carlos De Maine.
Committed on 08/06/2023 at 06:52.
Pushed by carlosdem into branch 'Neon/release'.

modernise

M  +2    -0    debian/control
M  +5    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/mauikit-filebrowsing/-/commit/e918ff1bb71b4ffc6bfde83ec2f653c1573bb47a

diff --git a/debian/control b/debian/control
index eea4b13..e3ab969 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,8 @@ Build-Depends: cmake,
                libkf5kio-dev,
                mauiman-dev,
                mauikit-dev,
+               ninja-build,
+               pkg-kde-tools,
                qtbase5-dev,
                qtdeclarative5-dev
 Standards-Version: 4.2.1
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