[SCM] sonic-visualiser/master: document DH_VERBOSE in d/rules

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Oct 3 20:37:26 UTC 2017


The following commit has been merged in the master branch:
commit 0db1ffa0b7764886492a3a363696e661f8c61602
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Tue Oct 3 22:21:32 2017 +0200

    document DH_VERBOSE in d/rules

diff --git a/debian/rules b/debian/rules
index 8dbe048..d103a22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
 
 upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p')
 dfsg_version = $(upstream_version)~repack1

-- 
sonic-visualiser packaging



More information about the pkg-multimedia-commits mailing list