[Pkg-xfce-commits] r8012 - in /goodies/branches/experimental/parole/debian: changelog rules

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sun Oct 20 10:26:27 UTC 2013


Author: mrpouit-guest
Date: Sun Oct 20 10:26:27 2013
New Revision: 8012

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

Modified:
    goodies/branches/experimental/parole/debian/changelog
    goodies/branches/experimental/parole/debian/rules

Modified: goodies/branches/experimental/parole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/parole/debian/changelog?rev=8012&op=diff
==============================================================================
--- goodies/branches/experimental/parole/debian/changelog	(original)
+++ goodies/branches/experimental/parole/debian/changelog	Sun Oct 20 10:26:27 2013
@@ -1,10 +1,14 @@
 parole (0.5.90-1) UNRELEASED; urgency=low
 
+  [ Yves-Alexis Perez ]
   * New upstream development release.
   * debian/control:
     - update libxfce4ui-1-dev build-dep to libxfce4ui-2-dev
   * debian/rules:
     - drop dh-autoreconf and xdt-autogen.sh calls.
+
+  [ Lionel Le Folgoc ]
+  * debian/rules: disable silent rules.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 19 Oct 2013 16:57:27 +0200
 

Modified: goodies/branches/experimental/parole/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/parole/debian/rules?rev=8012&op=diff
==============================================================================
--- goodies/branches/experimental/parole/debian/rules	(original)
+++ goodies/branches/experimental/parole/debian/rules	Sun Oct 20 10:26:27 2013
@@ -7,6 +7,9 @@
 %:
 	dh $@ --parallel
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-silent-rules
+
 override_dh_makeshlibs:
 	dh_makeshlibs -X usr/lib/$(DEB_HOST_MULTIARCH)/parole-0
 




More information about the Pkg-xfce-commits mailing list