[Pkg-xfce-commits] r7939 - in /desktop/trunk/xfce4-panel/debian: changelog rules

Jackson Doak noskcaj-guest at alioth.debian.org
Fri Sep 20 21:11:59 UTC 2013


Author: noskcaj-guest
Date: Fri Sep 20 21:11:59 2013
New Revision: 7939

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

Modified:
    desktop/trunk/xfce4-panel/debian/changelog
    desktop/trunk/xfce4-panel/debian/rules

Modified: desktop/trunk/xfce4-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-panel/debian/changelog?rev=7939&op=diff
==============================================================================
--- desktop/trunk/xfce4-panel/debian/changelog	(original)
+++ desktop/trunk/xfce4-panel/debian/changelog	Fri Sep 20 21:11:59 2013
@@ -1,4 +1,4 @@
-xfce4-panel (4.10.1-2ubuntu1) UNRELEASED; urgency=low
+xfce4-panel (4.10.1-2) UNRELEASED; urgency=low
 
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
@@ -6,6 +6,7 @@
   [ Jackson Doak ]
   * Update debian/xfce4-panel.1
   * debian/control: Bump standards-version to 3.9.4
+  * debian/rules: Use disable-silent-rules
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Sat, 24 Aug 2013 19:19:58 +1000
 

Modified: desktop/trunk/xfce4-panel/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-panel/debian/rules?rev=7939&op=diff
==============================================================================
--- desktop/trunk/xfce4-panel/debian/rules	(original)
+++ desktop/trunk/xfce4-panel/debian/rules	Fri Sep 20 21:11:59 2013
@@ -12,7 +12,7 @@
 	dh_strip --dbg-package=xfce4-panel-dbg
 
 override_dh_auto_configure:
-	dh_auto_configure
+	dh_auto_configure -- --disable-silent-rules
 	find .pc -type f -exec echo '{}' >> po/POTFILES.skip \;
 
 override_dh_auto_clean:
@@ -20,4 +20,4 @@
 	dh_auto_clean
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel 




More information about the Pkg-xfce-commits mailing list