[Pkg-xfce-commits] r8062 - in /goodies/trunk/xfce4-places-plugin/debian: changelog rules

Jackson Doak noskcaj-guest at moszumanska.debian.org
Tue Nov 26 19:14:44 UTC 2013


Author: noskcaj-guest
Date: Tue Nov 26 19:14:44 2013
New Revision: 8062

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

Modified:
    goodies/trunk/xfce4-places-plugin/debian/changelog
    goodies/trunk/xfce4-places-plugin/debian/rules

Modified: goodies/trunk/xfce4-places-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-places-plugin/debian/changelog?rev=8062&op=diff
==============================================================================
--- goodies/trunk/xfce4-places-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-places-plugin/debian/changelog	Tue Nov 26 19:14:44 2013
@@ -5,6 +5,9 @@
 
   [ Yves-Alexis Perez ]
   * New upstream release.
+
+  [ Jackson Doak ]
+  * debian/rules: Use --disable-silent-rules
 
  -- Yves-Alexis Perez <corsac at debian.org>  Tue, 26 Nov 2013 20:02:32 +0100
 

Modified: goodies/trunk/xfce4-places-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-places-plugin/debian/rules?rev=8062&op=diff
==============================================================================
--- goodies/trunk/xfce4-places-plugin/debian/rules	(original)
+++ goodies/trunk/xfce4-places-plugin/debian/rules	Tue Nov 26 19:14:44 2013
@@ -7,7 +7,7 @@
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-static
+	dh_auto_configure -- --disable-static --disable-silent-rules
 
 override_dh_auto_install:
 	dh_auto_install




More information about the Pkg-xfce-commits mailing list