[neon/forks/kaidan/Neon/unstable] debian: Update rules
Carlos De Maine
null at kde.org
Tue Feb 21 01:31:21 GMT 2023
Git commit e253c0e75e2f4e7976825e20e089a2c3f01b1f8b by Carlos De Maine.
Committed on 21/02/2023 at 01:31.
Pushed by carlosdem into branch 'Neon/unstable'.
Update rules
M +4 -3 debian/rules
https://invent.kde.org/neon/forks/kaidan/commit/e253c0e75e2f4e7976825e20e089a2c3f01b1f8b
diff --git a/debian/rules b/debian/rules
index ad4e781..8a02c23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,11 @@
export QT_SELECT=qt5
export QT_INSTALL_PREFIX=/usr
-
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
- dh $@
+ dh $@ --with=kf5
+
override_dh_auto_configure:
- dh_auto_configure -- -DI18N=1 -DQUICK_COMPILER=OFF
+ dh_auto_configure -- -DQUICK_COMPILER=OFF
More information about the Neon-commits
mailing list