[neon/qt6/qt6-translations/Neon/unstable] debian: update

Carlos De Maine null at kde.org
Tue Oct 31 06:09:14 GMT 2023


Git commit 208af552059b4b3ececc5fbf6813f9e8a67341a7 by Carlos De Maine.
Committed on 31/10/2023 at 07:09.
Pushed by carlosdem into branch 'Neon/unstable'.

update

M  +4    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-translations/-/commit/208af552059b4b3ececc5fbf6813f9e8a67341a7

diff --git a/debian/rules b/debian/rules
index 0bec087..21b41b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,14 @@
 #!/usr/bin/make -f
+include /usr/share/dpkg/architecture.mk
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 
 # need gcc 12.1 for mold to be able to process --gdb-index
 export CC=gcc-12
 export CXX=g++-12
 
 %:
-	dh $@ --buildsystem=cmake+ninja
+	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 
 override_dh_auto_configure:
 	dh_auto_configure -- \


More information about the Neon-commits mailing list