[Pkg-xfce-commits] r8268 - in /desktop/trunk/tumbler/debian: changelog rules

Jackson Doak noskcaj-guest at moszumanska.debian.org
Sun Feb 23 00:28:10 UTC 2014


Author: noskcaj-guest
Date: Sun Feb 23 00:28:10 2014
New Revision: 8268

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8268
Log:
debian/rules: Disable silent rules

Modified:
    desktop/trunk/tumbler/debian/changelog
    desktop/trunk/tumbler/debian/rules

Modified: desktop/trunk/tumbler/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/tumbler/debian/changelog?rev=8268&op=diff
==============================================================================
--- desktop/trunk/tumbler/debian/changelog	(original)
+++ desktop/trunk/tumbler/debian/changelog	Sun Feb 23 00:28:10 2014
@@ -1,6 +1,7 @@
 tumbler (0.1.30-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/rules: Disable silent rules
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Sun, 23 Feb 2014 11:22:29 +1100
 

Modified: desktop/trunk/tumbler/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/tumbler/debian/rules?rev=8268&op=diff
==============================================================================
--- desktop/trunk/tumbler/debian/rules	(original)
+++ desktop/trunk/tumbler/debian/rules	Sun Feb 23 00:28:10 2014
@@ -12,5 +12,8 @@
 override_dh_strip:
 	dh_strip --dbg-package=libtumbler-1-dbg
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-silent-rules
+
 %:
 	dh $@ --parallel




More information about the Pkg-xfce-commits mailing list