[neon/neon-packaging/index-fm/Neon/release] debian: modernise

Carlos De Maine null at kde.org
Thu Jun 8 01:13:16 BST 2023


Git commit 3c3547bd862cf4ccbc2613ea769f1d28bc4e8fcc by Carlos De Maine.
Committed on 08/06/2023 at 00:13.
Pushed by carlosdem into branch 'Neon/release'.

modernise

D  +0    -1    debian/compat
M  +2    -1    debian/control
M  +4    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/index-fm/-/commit/3c3547bd862cf4ccbc2613ea769f1d28bc4e8fcc

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index c8e3fcf..f650e9d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Jonah BrĂ¼chert <jbb at kaidan.im>
 Build-Depends: cmake,
-               debhelper (>= 11),
+               debhelper-compat (= 13),
                extra-cmake-modules,
                libkf5archive-dev,
                libkf5config-dev (>= 5.24.0~),
@@ -17,6 +17,7 @@ Build-Depends: cmake,
                libqt5svg5-dev,
                mauiman-dev,
                mauikit-dev,
+               pkg-kde-tools,
                qtbase5-dev (>= 5.5.0~),
                qtdeclarative5-dev,
                qtquickcontrols2-5-dev,
diff --git a/debian/rules b/debian/rules
index 8f92f1a..e6a8702 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
-export QT_SELECT=qt5
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@
+	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp


More information about the Neon-commits mailing list