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

Yves-Alexis Perez corsac at alioth.debian.org
Sat Nov 6 10:45:22 UTC 2010


Author: corsac
Date: 2010-11-06 10:45:21 +0000 (Sat, 06 Nov 2010)
New Revision: 4504

Modified:
   goodies/branches/experimental/xfce4-verve-plugin/debian/changelog
   goodies/branches/experimental/xfce4-verve-plugin/debian/control
   goodies/branches/experimental/xfce4-verve-plugin/debian/patches/01_add-47-panel-support.patch
   goodies/branches/experimental/xfce4-verve-plugin/debian/rules
Log:
  - add build-dep on xfce4-dev-tools and libtool
* debian/rules:
  - run xdt-autogen after applying patch touching configure.in/Makefile.am

Modified: goodies/branches/experimental/xfce4-verve-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-verve-plugin/debian/changelog	2010-11-06 10:45:11 UTC (rev 4503)
+++ goodies/branches/experimental/xfce4-verve-plugin/debian/changelog	2010-11-06 10:45:21 UTC (rev 4504)
@@ -8,10 +8,13 @@
   * debian/control:
     - switch to xfce section.
     - add build-dep on libxfcegui4-dev. 
+    - add build-dep on xfce4-dev-tools and libtool
   * debian/patches:
     - 01_add-47-panel-support added, add support for Xfce 4.7.
+  * debian/rules:
+    - run xdt-autogen after applying patch touching configure.in/Makefile.am
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 06 Nov 2010 11:16:01 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 06 Nov 2010 11:33:14 +0100
 
 xfce4-verve-plugin (0.3.6-1) unstable; urgency=low
 

Modified: goodies/branches/experimental/xfce4-verve-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-verve-plugin/debian/control	2010-11-06 10:45:11 UTC (rev 4503)
+++ goodies/branches/experimental/xfce4-verve-plugin/debian/control	2010-11-06 10:45:21 UTC (rev 4504)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 4.1.0), autotools-dev, cdbs, 
  libexo-0.3-dev (>= 0.3.2-3), xfce4-panel-dev (>= 4.4.1), libpcre3-dev, 
  libstartup-notification0-dev, libxml-parser-perl, libdbus-glib-1-dev,
- intltool, libxfcegui4-dev
+ intltool, libxfcegui4-dev, xfce4-dev-tools, libtool
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-verve-plugin/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-verve-plugin/

Modified: goodies/branches/experimental/xfce4-verve-plugin/debian/patches/01_add-47-panel-support.patch
===================================================================
--- goodies/branches/experimental/xfce4-verve-plugin/debian/patches/01_add-47-panel-support.patch	2010-11-06 10:45:11 UTC (rev 4503)
+++ goodies/branches/experimental/xfce4-verve-plugin/debian/patches/01_add-47-panel-support.patch	2010-11-06 10:45:21 UTC (rev 4504)
@@ -7,10 +7,10 @@
     Add exo-0.5 detection and explicitly require libxfcegui4. Fixes bug
     6616.
 
-diff --git a/configure.in.in b/configure.in.in
+diff --git a/configure.in b/configure.in
 index 95234fc..0b1efab 100644
---- a/configure.in.in
-+++ b/configure.in.in
+--- a/configure.in
++++ b/configure.in
 @@ -52,9 +52,11 @@ XDT_I18N([@LINGUAS@])
  dnl ***********************************
  dnl *** Check for required packages ***

Modified: goodies/branches/experimental/xfce4-verve-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-verve-plugin/debian/rules	2010-11-06 10:45:11 UTC (rev 4503)
+++ goodies/branches/experimental/xfce4-verve-plugin/debian/rules	2010-11-06 10:45:21 UTC (rev 4504)
@@ -6,3 +6,6 @@
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-final
 
 DEB_INSTALL_MANPAGES_xfce4-verve-plugin := debian/verve-focus.1
+
+post-patches::
+	NOCONFIGURE=1 xdt-autogen




More information about the Pkg-xfce-commits mailing list