[Pkg-xfce-commits] r8684 - in /goodies/trunk/xfce4-verve-plugin/debian: changelog control patches/ patches/01_configure-call-xdt-feature-debug.patch patches/series rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Wed Oct 15 20:25:32 UTC 2014


Author: corsac
Date: Wed Oct 15 20:25:32 2014
New Revision: 8684

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8684
Log:
  - add build-dep on automake
* debian/rules:
  - call xdt-autogen before configure to regenerate config.{guess,sub} and
    gain support for new architectures.                       closes: #765279 
* debian/patches:
  - 01_configure-call-xdt-feature-debug added, replace BM_DEBUG_SUPPORT() by
    XDT_FEATURE_DEBUG() in configure.ac, fix FTBFS when combined with
    xdt-autogen.

Added:
    goodies/trunk/xfce4-verve-plugin/debian/patches/
    goodies/trunk/xfce4-verve-plugin/debian/patches/01_configure-call-xdt-feature-debug.patch
    goodies/trunk/xfce4-verve-plugin/debian/patches/series
Modified:
    goodies/trunk/xfce4-verve-plugin/debian/changelog
    goodies/trunk/xfce4-verve-plugin/debian/control
    goodies/trunk/xfce4-verve-plugin/debian/rules

Modified: goodies/trunk/xfce4-verve-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-verve-plugin/debian/changelog?rev=8684&op=diff
==============================================================================
--- goodies/trunk/xfce4-verve-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-verve-plugin/debian/changelog	Wed Oct 15 20:25:32 2014
@@ -6,6 +6,14 @@
   [ Yves-Alexis Perez ]
   * debian/control:
     - update standards version to 3.9.6.
+    - add build-dep on automake
+  * debian/rules:
+    - call xdt-autogen before configure to regenerate config.{guess,sub} and
+      gain support for new architectures.                       closes: #765279 
+  * debian/patches:
+    - 01_configure-call-xdt-feature-debug added, replace BM_DEBUG_SUPPORT() by
+      XDT_FEATURE_DEBUG() in configure.ac, fix FTBFS when combined with
+      xdt-autogen.
 
  -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 21:57:45 +0200
 

Modified: goodies/trunk/xfce4-verve-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-verve-plugin/debian/control?rev=8684&op=diff
==============================================================================
--- goodies/trunk/xfce4-verve-plugin/debian/control	(original)
+++ goodies/trunk/xfce4-verve-plugin/debian/control	Wed Oct 15 20:25:32 2014
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 9), autotools-dev,
  libexo-1-dev, xfce4-panel-dev, libpcre3-dev, libstartup-notification0-dev,
  libxml-parser-perl, libdbus-glib-1-dev, intltool, libxfcegui4-dev,
- xfce4-dev-tools, libtool
+ xfce4-dev-tools, libtool, automake
 Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-verve-plugin/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/xfce4-verve-plugin/

Added: goodies/trunk/xfce4-verve-plugin/debian/patches/01_configure-call-xdt-feature-debug.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-verve-plugin/debian/patches/01_configure-call-xdt-feature-debug.patch?rev=8684&op=file
==============================================================================
--- goodies/trunk/xfce4-verve-plugin/debian/patches/01_configure-call-xdt-feature-debug.patch	(added)
+++ goodies/trunk/xfce4-verve-plugin/debian/patches/01_configure-call-xdt-feature-debug.patch	Wed Oct 15 20:25:32 2014
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -82,7 +82,7 @@ fi
+ dnl ***********************************
+ dnl *** Check for debugging support ***
+ dnl ***********************************
+-BM_DEBUG_SUPPORT()
++XDT_FEATURE_DEBUG()
+ 
+ AC_OUTPUT([
+ Makefile

Added: goodies/trunk/xfce4-verve-plugin/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-verve-plugin/debian/patches/series?rev=8684&op=file
==============================================================================
--- goodies/trunk/xfce4-verve-plugin/debian/patches/series	(added)
+++ goodies/trunk/xfce4-verve-plugin/debian/patches/series	Wed Oct 15 20:25:32 2014
@@ -0,0 +1 @@
+01_configure-call-xdt-feature-debug.patch

Modified: goodies/trunk/xfce4-verve-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-verve-plugin/debian/rules?rev=8684&op=diff
==============================================================================
--- goodies/trunk/xfce4-verve-plugin/debian/rules	(original)
+++ goodies/trunk/xfce4-verve-plugin/debian/rules	Wed Oct 15 20:25:32 2014
@@ -4,3 +4,7 @@
 
 %:
 	dh $@ --parallel
+
+override_dh_auto_configure:
+	NOCONFIGURE=1 xdt-autogen
+	dh_auto_configure




More information about the Pkg-xfce-commits mailing list