[Pkg-xfce-commits] r4487 - in goodies/branches/experimental/xfce4-wavelan-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Sat Nov 6 08:56:24 UTC 2010


Author: corsac
Date: 2010-11-06 08:56:23 +0000 (Sat, 06 Nov 2010)
New Revision: 4487

Modified:
   goodies/branches/experimental/xfce4-wavelan-plugin/debian/changelog
   goodies/branches/experimental/xfce4-wavelan-plugin/debian/control
   goodies/branches/experimental/xfce4-wavelan-plugin/debian/patches/03_link-against-libxfcegui4.patch
   goodies/branches/experimental/xfce4-wavelan-plugin/debian/rules
Log:
  - add build-dep on xfce4-dev-tools and libtool.
* debian/rules:
  - run xdt-autogen after applying patches touching
    configure.in/Makefile.am.

Modified: goodies/branches/experimental/xfce4-wavelan-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-wavelan-plugin/debian/changelog	2010-11-06 02:35:49 UTC (rev 4486)
+++ goodies/branches/experimental/xfce4-wavelan-plugin/debian/changelog	2010-11-06 08:56:23 UTC (rev 4487)
@@ -2,10 +2,14 @@
 
   * debian/control:
     - add build-dep on libxfcegui4-dev.
+    - add build-dep on xfce4-dev-tools and libtool.
   * debian/patches:
     - 03_link-against-libxfcegui4 added, link against libxfcegui4.
+  * debian/rules:
+    - run xdt-autogen after applying patches touching
+      configure.in/Makefile.am.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 06 Nov 2010 03:35:31 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 06 Nov 2010 03:36:53 +0100
 
 xfce4-wavelan-plugin (0.5.5-3) unstable; urgency=low
 

Modified: goodies/branches/experimental/xfce4-wavelan-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-wavelan-plugin/debian/control	2010-11-06 02:35:49 UTC (rev 4486)
+++ goodies/branches/experimental/xfce4-wavelan-plugin/debian/control	2010-11-06 08:56:23 UTC (rev 4487)
@@ -6,7 +6,7 @@
  Yves-Alexis Perez <corsac at debian.org>
 Build-Depends: autotools-dev, cdbs, debhelper (>= 7), 
  xfce4-panel-dev (>= 4.6.0), libxml2-dev, libxml-parser-perl, intltool,
- libxfcegui4-dev
+ libxfcegui4-dev, xfce4-dev-tools, libtool
 Standards-Version: 3.8.2
 Homepage: http://goodies.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-wavelan-plugin/

Modified: goodies/branches/experimental/xfce4-wavelan-plugin/debian/patches/03_link-against-libxfcegui4.patch
===================================================================
--- goodies/branches/experimental/xfce4-wavelan-plugin/debian/patches/03_link-against-libxfcegui4.patch	2010-11-06 02:35:49 UTC (rev 4486)
+++ goodies/branches/experimental/xfce4-wavelan-plugin/debian/patches/03_link-against-libxfcegui4.patch	2010-11-06 08:56:23 UTC (rev 4487)
@@ -5,10 +5,10 @@
     Add libxfcegui4 cflags/libs checks to fix build with xfce4-panel 4.7.
     Bug #6615.
 
-diff --git a/configure.in.in b/configure.in.in
+diff --git a/configure.in b/configure.in
 index a61f2ad..c95bac8 100644
---- a/configure.in.in
-+++ b/configure.in.in
+--- a/configure.in
++++ b/configure.in
 @@ -50,6 +50,7 @@ XDT_I18N([@LINGUAS@])
  dnl configure the panel plugin
  XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.20])

Modified: goodies/branches/experimental/xfce4-wavelan-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-wavelan-plugin/debian/rules	2010-11-06 02:35:49 UTC (rev 4486)
+++ goodies/branches/experimental/xfce4-wavelan-plugin/debian/rules	2010-11-06 08:56:23 UTC (rev 4487)
@@ -6,6 +6,9 @@
 DEB_DH_INSTALL_ARGS := --fail-missing
 LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
+post-patches::
+	NOCONFIGURE=1 xdt-autogen
+
 binary-post-install/xfce4-wavelan-plugin::
 	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
 	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la




More information about the Pkg-xfce-commits mailing list