[Python-apps-commits] r10120 - in packages/mercurial/trunk/debian (rules)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sun Oct 20 21:24:02 UTC 2013


    Date: Sunday, October 20, 2013 @ 21:24:00
  Author: vicho
Revision: 10120

add a commented DH_VERBOSE export to debian/rules

Modified:
  packages/mercurial/trunk/debian/rules	(contents, properties)

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2013-10-20 21:23:57 UTC (rev 10119)
+++ packages/mercurial/trunk/debian/rules	2013-10-20 21:24:00 UTC (rev 10120)
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
 %:
 	dh $@ --with python2,bash-completion
 




More information about the Python-apps-commits mailing list