[neon/neon-packaging/kio-extras5/Neon/unstable] debian: try again
Carlos De Maine
null at kde.org
Mon Jul 10 03:07:09 BST 2023
Git commit 6becc368625b162534d5877205cef72a50853250 by Carlos De Maine.
Committed on 10/07/2023 at 02:07.
Pushed by carlosdem into branch 'Neon/unstable'.
try again
M +1 -1 debian/control
M +5 -4 debian/rules
https://invent.kde.org/neon/neon-packaging/kio-extras5/-/commit/6becc368625b162534d5877205cef72a50853250
diff --git a/debian/control b/debian/control
index c49586b..ac5eed0 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Build-Depends: appstream,
libtag1-dev (>= 1.11~),
libtirpc-dev,
pkg-config,
- pkg-kde-tools (>= 0.15.18~),
+ pkg-kde-tools,
qtbase5-dev (>= 5.5.0~),
shared-mime-info
Standards-Version: 4.6.2
diff --git a/debian/rules b/debian/rules
index d917c06..978b39f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,12 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
%:
- dh $@ --with kf5 --buildsystem kf5
+ dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
override_dh_auto_configure:
dh_auto_configure -- -DBUILD_WITH_QT5=ON
More information about the Neon-commits
mailing list