Source: libzstd
Version: 1.5.2+dfsg-1
Severity: normal
Tags: patch

Good morning,

libzstd's build is quiet by default and the debian/rules does not
override this (see pol. 4.9). Find attached a patch to change this.

Thanks, cu Andreas
diff -Nru libzstd-1.5.2+dfsg/debian/rules libzstd-1.5.2+dfsg/debian/rules
--- libzstd-1.5.2+dfsg/debian/rules	2022-04-11 14:04:47.000000000 +0200
+++ libzstd-1.5.2+dfsg/debian/rules	2022-04-16 08:33:38.000000000 +0200
@@ -6,6 +6,11 @@
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+ifeq (,$(filter terse,$(DEB_BUILD_OPTIONS)))
+# enable upstream verbose build
+	export VERBOSE=1
+endif
+
 # Upstream's makefiles will respect PREFIX, and this means we avoid a patch
 export PREFIX=/usr
 

Reply via email to