rev 19542 - kde-extras/icecream/trunk/debian

Pino Toscano pino at alioth.debian.org
Thu May 23 21:14:25 UTC 2013


Author: pino
Date: 2013-05-23 21:14:25 +0000 (Thu, 23 May 2013)
New Revision: 19542

Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/rules
Log:
export V=1 to make the build verbose


Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2013-05-23 21:04:58 UTC (rev 19541)
+++ kde-extras/icecream/trunk/debian/changelog	2013-05-23 21:14:25 UTC (rev 19542)
@@ -15,6 +15,7 @@
   * Remove icecc.links, obsolete now.
   * Remove the Debian-provided man pages of icecc, iceccd, and icecc-scheduler;
     make use of their version shipped upstream.
+  * Export V=1 to make the build verbose.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 23 May 2013 20:48:57 +0200
 

Modified: kde-extras/icecream/trunk/debian/rules
===================================================================
--- kde-extras/icecream/trunk/debian/rules	2013-05-23 21:04:58 UTC (rev 19541)
+++ kde-extras/icecream/trunk/debian/rules	2013-05-23 21:14:25 UTC (rev 19542)
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# make the build verbose
+export V=1
+
 %:
 	dh $@ --parallel --list-missing
 




More information about the pkg-kde-commits mailing list