[SCM] kodi/master: Fix avoid custom build rule silencing.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue Oct 3 20:49:25 UTC 2017


The following commit has been merged in the master branch:
commit 02e80b4820a366fd4316e139d3b2fd773fec235e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Oct 3 21:46:48 2017 +0200

    Fix avoid custom build rule silencing.

diff --git a/debian/rules b/debian/rules
index a66f2d1..2dd7eba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
+# Avoid custom build rule silencing
+export V=1
+
 # bindnow breaks wrappers used in with libdvdread
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-bindnow
 

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list