Bug#1003413: vdr-plugin-xineliboutput hides compiler invocations by default

Helmut Grohne helmut at subdivi.de
Sun Jan 9 19:40:08 GMT 2022


Source: vdr-plugin-xineliboutput
Version: 2.2.0+git20211212-1
Tags: patch

When building vdr-plugin-xineliboutput, compiler invocations are hidden
by default. In order to diagnose build issues, we usually want them
included in the log - unless adding "terse" to DEB_BUILD_OPTIONS. Please
consider applying the attached patch to build verbosely by default.

Helmut
-------------- next part --------------
diff --minimal -Nru vdr-plugin-xineliboutput-2.2.0+git20211212/debian/changelog vdr-plugin-xineliboutput-2.2.0+git20211212/debian/changelog
--- vdr-plugin-xineliboutput-2.2.0+git20211212/debian/changelog	2021-12-12 19:27:25.000000000 +0100
+++ vdr-plugin-xineliboutput-2.2.0+git20211212/debian/changelog	2022-01-09 20:36:44.000000000 +0100
@@ -1,3 +1,10 @@
+vdr-plugin-xineliboutput (2.2.0+git20211212-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Build verbosely by default. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Sun, 09 Jan 2022 20:36:44 +0100
+
 vdr-plugin-xineliboutput (2.2.0+git20211212-1) unstable; urgency=medium
 
   * New Upstream Snapshot (commit f4df32) (Closes: #951921)
diff --minimal -Nru vdr-plugin-xineliboutput-2.2.0+git20211212/debian/rules vdr-plugin-xineliboutput-2.2.0+git20211212/debian/rules
--- vdr-plugin-xineliboutput-2.2.0+git20211212/debian/rules	2021-12-12 19:27:25.000000000 +0100
+++ vdr-plugin-xineliboutput-2.2.0+git20211212/debian/rules	2022-01-09 20:36:43.000000000 +0100
@@ -3,6 +3,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+ifeq (,$(filter terse,$(DEB_BUILD_OPTIONS)))
+MAKE_OPTIONS += VERBOSE=1
+endif
+
 %:
 	dh $@ --with vdrplugin
 


More information about the pkg-vdr-dvb-devel mailing list