[Pkg-xfce-commits] r8657 - in /goodies/trunk/xfce4-diskperf-plugin/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Wed Oct 15 14:39:59 UTC 2014


Author: corsac
Date: Wed Oct 15 14:39:59 2014
New Revision: 8657

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8657
Log:
  - add build-dep on xfce4-dev-tools, automake, libtool
* debian/rules:
  - call xdt-autogen before configure to regenerate config.{guess,sub} in
    order to gain support for new architectures.              closes: #765268

Modified:
    goodies/trunk/xfce4-diskperf-plugin/debian/changelog
    goodies/trunk/xfce4-diskperf-plugin/debian/control
    goodies/trunk/xfce4-diskperf-plugin/debian/rules

Modified: goodies/trunk/xfce4-diskperf-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-diskperf-plugin/debian/changelog?rev=8657&op=diff
==============================================================================
--- goodies/trunk/xfce4-diskperf-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-diskperf-plugin/debian/changelog	Wed Oct 15 14:39:59 2014
@@ -6,6 +6,10 @@
   [ Yves-Alexis Perez ]
   * debian/control:
     - update standards version to 3.9.6.
+    - add build-dep on xfce4-dev-tools, automake, libtool
+  * debian/rules:
+    - call xdt-autogen before configure to regenerate config.{guess,sub} in
+      order to gain support for new architectures.              closes: #765268
 
  -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 21:57:33 +0200
 

Modified: goodies/trunk/xfce4-diskperf-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-diskperf-plugin/debian/control?rev=8657&op=diff
==============================================================================
--- goodies/trunk/xfce4-diskperf-plugin/debian/control	(original)
+++ goodies/trunk/xfce4-diskperf-plugin/debian/control	Wed Oct 15 14:39:59 2014
@@ -6,7 +6,7 @@
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: autotools-dev, debhelper (>= 9), 
  xfce4-panel-dev (>= 4.8.0), libxfce4ui-1-dev,
- libxml2-dev, libxml-parser-perl, intltool
+ libxml2-dev, libxml-parser-perl, intltool, xfce4-dev-tools, automake, libtool
 Standards-Version: 3.9.6
 Homepage: http://goodies.xfce.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-diskperf-plugin/

Modified: goodies/trunk/xfce4-diskperf-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-diskperf-plugin/debian/rules?rev=8657&op=diff
==============================================================================
--- goodies/trunk/xfce4-diskperf-plugin/debian/rules	(original)
+++ goodies/trunk/xfce4-diskperf-plugin/debian/rules	Wed Oct 15 14:39:59 2014
@@ -7,6 +7,7 @@
 	dh $@ --parallel
 
 override_dh_auto_configure:
+	NOCONFIGURE=1 xdt-autogen
 	dh_auto_configure -- --disable-static
 
 override_dh_auto_install:




More information about the Pkg-xfce-commits mailing list