[Pkg-xfce-commits] r6416 - in goodies/trunk/xfce4-mpc-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Thu Feb 16 08:08:43 UTC 2012


Author: corsac
Date: 2012-02-16 20:08:43 +0000 (Thu, 16 Feb 2012)
New Revision: 6416

Added:
   goodies/trunk/xfce4-mpc-plugin/debian/patches/01_fix-configure.ac.in-xdt4.8.patch
   goodies/trunk/xfce4-mpc-plugin/debian/patches/series
Modified:
   goodies/trunk/xfce4-mpc-plugin/debian/changelog
   goodies/trunk/xfce4-mpc-plugin/debian/control
   goodies/trunk/xfce4-mpc-plugin/debian/rules
Log:
* debian/patches:
  - 01_fix-configure.ac.in-xdt4.8 added, fix configure.ac.in to correctly
    call libtool when using xfce4-dev-tools 4.8.
* debian/control:
  - add build-dep on xfce4-dev-tools.
* debian/rules:
  - run xdt-autogen before configure.

Modified: goodies/trunk/xfce4-mpc-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/changelog	2012-02-16 19:27:23 UTC (rev 6415)
+++ goodies/trunk/xfce4-mpc-plugin/debian/changelog	2012-02-16 20:08:43 UTC (rev 6416)
@@ -1,5 +1,6 @@
-xfce4-mpc-plugin (0.4.0-1) UNRELEASED; urgency=low
+xfce4-mpc-plugin (0.4.1-1) UNRELEASED; urgency=low
 
+  [ Lionel Le Folgoc ]
   * New upstream release.
     - fix non-transparent background with transparent panels.       lp: #782540
   * debian/rules:
@@ -11,6 +12,15 @@
     - add dpkg-dev 1.16.1 build-dep for hardening support.
     - replace libxfcegui4-dev b-dep by libxfce4ui-1-dev.
 
+  [ Yves-Alexis Perez ]
+  * debian/patches:
+    - 01_fix-configure.ac.in-xdt4.8 added, fix configure.ac.in to correctly
+      call libtool when using xfce4-dev-tools 4.8.
+  * debian/control:
+    - add build-dep on xfce4-dev-tools.
+  * debian/rules:
+    - run xdt-autogen before configure.
+
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Sun, 12 Feb 2012 21:18:49 +0100
 
 xfce4-mpc-plugin (0.3.6-1) unstable; urgency=low

Modified: goodies/trunk/xfce4-mpc-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/control	2012-02-16 19:27:23 UTC (rev 6415)
+++ goodies/trunk/xfce4-mpc-plugin/debian/control	2012-02-16 20:08:43 UTC (rev 6416)
@@ -4,7 +4,8 @@
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 9), xfce4-panel-dev (>= 4.8.0), libexo-1-dev,
- libxml-parser-perl, intltool, libxfce4ui-1-dev, dpkg-dev (>= 1.16.1)
+ libxml-parser-perl, intltool, libxfce4ui-1-dev, dpkg-dev (>= 1.16.1),
+ xfce4-dev-tools, libtool
 Standards-Version: 3.9.2
 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/

Added: goodies/trunk/xfce4-mpc-plugin/debian/patches/01_fix-configure.ac.in-xdt4.8.patch
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/patches/01_fix-configure.ac.in-xdt4.8.patch	                        (rev 0)
+++ goodies/trunk/xfce4-mpc-plugin/debian/patches/01_fix-configure.ac.in-xdt4.8.patch	2012-02-16 20:08:43 UTC (rev 6416)
@@ -0,0 +1,20 @@
+commit f7da4e3da6ebd801d875cf27838653963c2454aa
+Author: Landry Breuil <landry at xfce.org>
+Date:   Thu Feb 16 10:00:56 2012 +0100
+
+    Add AC_PROG_LIBTOOL so that xdt 4.8 runs libtoolize
+
+diff --git a/configure.ac b/configure.ac
+index 846d7f0..590cd40 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -31,6 +31,9 @@ AC_PROG_INSTALL
+ AC_PROG_INTLTOOL
+ 
+ dnl Initialize libtool
++dnl for xdt 4.8
++AC_PROG_LIBTOOL
++dnl for xdt 4.9
+ LT_PREREQ([2.2.6])
+ LT_INIT([disable-static])
+ 

Added: goodies/trunk/xfce4-mpc-plugin/debian/patches/series
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/patches/series	                        (rev 0)
+++ goodies/trunk/xfce4-mpc-plugin/debian/patches/series	2012-02-16 20:08:43 UTC (rev 6416)
@@ -0,0 +1 @@
+01_fix-configure.ac.in-xdt4.8.patch

Modified: goodies/trunk/xfce4-mpc-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/rules	2012-02-16 19:27:23 UTC (rev 6415)
+++ goodies/trunk/xfce4-mpc-plugin/debian/rules	2012-02-16 20:08:43 UTC (rev 6416)
@@ -7,4 +7,5 @@
 	dh $@
 
 override_dh_auto_configure:
+	NOCONFIGURE=1 xdt-autogen
 	dh_auto_configure -- --disable-libmpd




More information about the Pkg-xfce-commits mailing list