[Pkg-xfce-commits] r8933 - in /goodies/trunk/xfce4-dict/debian: changelog rules

Jackson Doak noskcaj-guest at moszumanska.debian.org
Sun Mar 15 19:24:04 UTC 2015


Author: noskcaj-guest
Date: Sun Mar 15 19:24:04 2015
New Revision: 8933

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8933
Log:
debian/rules: Disable silent rules so we can run build log checks

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

Modified: goodies/trunk/xfce4-dict/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-dict/debian/changelog?rev=8933&op=diff
==============================================================================
--- goodies/trunk/xfce4-dict/debian/changelog	(original)
+++ goodies/trunk/xfce4-dict/debian/changelog	Sun Mar 15 19:24:04 2015
@@ -5,6 +5,7 @@
 
   [ Jackson Doak ]
   * New upstream release
+  * debian/rules: Disable silent rules so we can run build log checks
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Mon, 16 Mar 2015 06:16:03 +1100
 

Modified: goodies/trunk/xfce4-dict/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-dict/debian/rules?rev=8933&op=diff
==============================================================================
--- goodies/trunk/xfce4-dict/debian/rules	(original)
+++ goodies/trunk/xfce4-dict/debian/rules	Sun Mar 15 19:24:04 2015
@@ -8,3 +8,6 @@
 override_dh_auto_install:
 	dh_auto_install
 	find debian/`dh_listpackages` -name '*.la' -delete
+
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-silent-rules




More information about the Pkg-xfce-commits mailing list