[neon/qt/pyside2/Neon/release] debian: verbosity

Carlos De Maine null at kde.org
Fri Jun 23 13:52:34 BST 2023


Git commit 8614a51e0b42a5c8c090e68e6f3dd5bd4b70bca2 by Carlos De Maine.
Committed on 23/06/2023 at 12:52.
Pushed by carlosdem into branch 'Neon/release'.

verbosity

M  +3    -0    debian/rules

https://invent.kde.org/neon/qt/pyside2/-/commit/8614a51e0b42a5c8c090e68e6f3dd5bd4b70bca2

diff --git a/debian/rules b/debian/rules
index ccfe66f..7e9915f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
 
 include /usr/share/dpkg/default.mk
 
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
 # Safety measure to ensure package names match SONAMEs
 PYSIDE_MAJOR := $(shell echo $(DEB_VERSION_UPSTREAM) | cut -d. -f1-2)
 ifeq ($(shell awk '/Package:/ {print $$2}' debian/control | grep -- -$(PYSIDE_MAJOR)$$),)


More information about the Neon-commits mailing list