[neon/backports-jammy/libraqm-jammy/Neon/release] debian: Update rules

Carlos De Maine null at kde.org
Fri Feb 17 15:26:23 GMT 2023


Git commit 21449e98e33468884b5df45d3e109317abf44c47 by Carlos De Maine.
Committed on 17/02/2023 at 15:26.
Pushed by carlosdem into branch 'Neon/release'.

Update rules

M  +6    -4    debian/rules

https://invent.kde.org/neon/backports-jammy/libraqm-jammy/commit/21449e98e33468884b5df45d3e109317abf44c47

diff --git a/debian/rules b/debian/rules
index 5000520..6cb683e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,15 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+# export DH_VERBOSE = 1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CXXFLAGS_MAINT_APPEND = -Wno-error
+
+include /usr/share/dpkg/architecture.mk
 
-export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
 export LC_ALL=C.UTF-8
 
 %:
-	dh $@ --buildsystem=meson
+	dh $@ --with meson
 
 override_dh_auto_configure:
 	dh_auto_configure -- -Ddocs=true


More information about the Neon-commits mailing list