[Pkg-xfce-commits] r7929 - in /desktop/trunk/xfconf/debian: changelog control rules

Jackson Doak noskcaj-guest at alioth.debian.org
Fri Sep 20 00:16:06 UTC 2013


Author: noskcaj-guest
Date: Fri Sep 20 00:16:05 2013
New Revision: 7929

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

Modified:
    desktop/trunk/xfconf/debian/changelog
    desktop/trunk/xfconf/debian/control
    desktop/trunk/xfconf/debian/rules

Modified: desktop/trunk/xfconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfconf/debian/changelog?rev=7929&op=diff
==============================================================================
--- desktop/trunk/xfconf/debian/changelog	(original)
+++ desktop/trunk/xfconf/debian/changelog	Fri Sep 20 00:16:05 2013
@@ -1,8 +1,13 @@
 xfconf (4.10.0-3) UNRELEASED; urgency=low
 
+  [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 
- -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 21:56:00 +0200
+  [ Jackson Doak ]
+  * debian/control: bump standards-version to 3.9.4
+  * debian/rules: Use disable-silent-rules
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Fri, 20 Sep 2013 10:14:25 +1000
 
 xfconf (4.10.0-2) unstable; urgency=low
 

Modified: desktop/trunk/xfconf/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfconf/debian/control?rev=7929&op=diff
==============================================================================
--- desktop/trunk/xfconf/debian/control	(original)
+++ desktop/trunk/xfconf/debian/control	Fri Sep 20 00:16:05 2013
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 9), libxfce4util-dev (>= 4.10.0), 
  libdbus-1-dev, libdbus-glib-1-dev, libextutils-pkgconfig-perl, 
  libextutils-depends-perl, libglib-perl, intltool, dpkg-dev (>= 1.16.1.)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://www.xfce.org
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/xfconf
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/desktop/trunk/xfconf/

Modified: desktop/trunk/xfconf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfconf/debian/rules?rev=7929&op=diff
==============================================================================
--- desktop/trunk/xfconf/debian/rules	(original)
+++ desktop/trunk/xfconf/debian/rules	Fri Sep 20 00:16:05 2013
@@ -7,7 +7,7 @@
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-perl-bindings
+	dh_auto_configure -- --disable-perl-bindings --disable-silent-rules
 
 override_dh_auto_test:
 




More information about the Pkg-xfce-commits mailing list