[Pkg-xfce-commits] r8526 - in /desktop/trunk/garcon/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Thu Aug 7 20:04:18 UTC 2014


Author: corsac
Date: Thu Aug  7 20:04:17 2014
New Revision: 8526

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8526
Log:
* debian/control:
  - call dh-autoreconf to regenerate config.{guess,sub} and fix FTBFS on
    ppc64el.                                                  closes: #757334

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

Modified: desktop/trunk/garcon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/garcon/debian/changelog?rev=8526&op=diff
==============================================================================
--- desktop/trunk/garcon/debian/changelog	(original)
+++ desktop/trunk/garcon/debian/changelog	Thu Aug  7 20:04:17 2014
@@ -6,6 +6,11 @@
   [ Jackson Doak ]
   * Bump standards version to 3.9.5
   * debian/rules: Use disable-silent-rules
+
+  [ Yves-Alexis Perez ]
+  * debian/control:
+    - call dh-autoreconf to regenerate config.{guess,sub} and fix FTBFS on
+      ppc64el.                                                  closes: #757334
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Sun, 18 Aug 2013 17:59:26 +1000
 

Modified: desktop/trunk/garcon/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/garcon/debian/control?rev=8526&op=diff
==============================================================================
--- desktop/trunk/garcon/debian/control	(original)
+++ desktop/trunk/garcon/debian/control	Thu Aug  7 20:04:17 2014
@@ -5,7 +5,8 @@
 Uploaders: Yves-Alexis Perez <corsac at debian.org>,
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 9), intltool (>= 0.31), pkg-config,
- libglib2.0-dev, libgtk2.0-dev, libxfce4util-dev (>= 4.10.0), dpkg-dev (>= 1.16.1)
+ libglib2.0-dev, libgtk2.0-dev, libxfce4util-dev (>= 4.10.0), 
+ dpkg-dev (>= 1.16.1), dh-autoreconf
 Standards-Version: 3.9.5
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/garcon

Modified: desktop/trunk/garcon/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/garcon/debian/rules?rev=8526&op=diff
==============================================================================
--- desktop/trunk/garcon/debian/rules	(original)
+++ desktop/trunk/garcon/debian/rules	Thu Aug  7 20:04:17 2014
@@ -4,7 +4,11 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
+
+override_dh_auto_configure:
+	xdt-autogen
+	dh_auto_configure
 
 override_dh_install:
 	dh_install --fail-missing -X .la




More information about the Pkg-xfce-commits mailing list