[Pkg-xfce-commits] r7935 - in /goodies/trunk/xfce4-taskmanager/debian: changelog rules

Jackson Doak noskcaj-guest at alioth.debian.org
Fri Sep 20 20:26:37 UTC 2013


Author: noskcaj-guest
Date: Fri Sep 20 20:26:36 2013
New Revision: 7935

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

Modified:
    goodies/trunk/xfce4-taskmanager/debian/changelog
    goodies/trunk/xfce4-taskmanager/debian/rules

Modified: goodies/trunk/xfce4-taskmanager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-taskmanager/debian/changelog?rev=7935&op=diff
==============================================================================
--- goodies/trunk/xfce4-taskmanager/debian/changelog	(original)
+++ goodies/trunk/xfce4-taskmanager/debian/changelog	Fri Sep 20 20:26:36 2013
@@ -4,8 +4,10 @@
     - update 01_configure-kfreebsd to fix FTBFS on kFreeBSD.    closes: #722924
   * debian/control:
     - build-depend on libkvm-dev [kfreebsd-any]
+  * debian/rules:
+    - Use disable-silent-rules
 
- -- Jackson Doak <noskcaj at ubuntu.com>  Wed, 18 Sep 2013 19:05:41 +1000
+ -- Jackson Doak <noskcaj at ubuntu.com>  Sat, 21 Sep 2013 06:22:57 +1000
 
 xfce4-taskmanager (1.0.0-3) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-taskmanager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-taskmanager/debian/rules?rev=7935&op=diff
==============================================================================
--- goodies/trunk/xfce4-taskmanager/debian/rules	(original)
+++ goodies/trunk/xfce4-taskmanager/debian/rules	Fri Sep 20 20:26:36 2013
@@ -8,7 +8,7 @@
 
 override_dh_auto_configure:
 	NOCONFIGURE=1 xdt-autogen
-	dh_auto_configure
+	dh_auto_configure -- --disable-silent-rules
 
 %:
 		dh $@ --parallel --with autoreconf




More information about the Pkg-xfce-commits mailing list