[Pkg-xfce-commits] r7921 - in /desktop/trunk/exo/debian: changelog rules

Jackson Doak noskcaj-guest at alioth.debian.org
Thu Sep 19 22:19:38 UTC 2013


Author: noskcaj-guest
Date: Thu Sep 19 22:19:37 2013
New Revision: 7921

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

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

Modified: desktop/trunk/exo/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/debian/changelog?rev=7921&op=diff
==============================================================================
--- desktop/trunk/exo/debian/changelog	(original)
+++ desktop/trunk/exo/debian/changelog	Thu Sep 19 22:19:37 2013
@@ -5,6 +5,7 @@
 
   [ Jackson Doak ]
   * Bump standards-version to 3.9.4
+  * debian/rules: Use --disable-silent-rules
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Sun, 18 Aug 2013 17:57:37 +1000
 

Modified: desktop/trunk/exo/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/debian/rules?rev=7921&op=diff
==============================================================================
--- desktop/trunk/exo/debian/rules	(original)
+++ desktop/trunk/exo/debian/rules	Thu Sep 19 22:19:37 2013
@@ -13,7 +13,7 @@
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	MSGFMT="$(MSGFMT)" dh_auto_configure -- --disable-gtk-doc
+	MSGFMT="$(MSGFMT)" dh_auto_configure -- --disable-gtk-doc --disable-silent-rules
 
 override_dh_install:
 	# Debianise




More information about the Pkg-xfce-commits mailing list