[Pkg-xfce-commits] r4443 - in goodies/branches/experimental/xfce4-mpc-plugin/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Fri Nov 5 11:45:56 UTC 2010
Author: corsac
Date: 2010-11-05 11:45:55 +0000 (Fri, 05 Nov 2010)
New Revision: 4443
Modified:
goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog
goodies/branches/experimental/xfce4-mpc-plugin/debian/control
goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/01_link-with-libxfcegui4.patch
goodies/branches/experimental/xfce4-mpc-plugin/debian/rules
Log:
- add build-dep on xfce4-dev-tools and libtool to run xdt-autogen after
patching.
- update standards version to 3.9.1.
* debian/rules:
- run xdt-autogen after applying patches touching Makefile.am and
configure.in.
Modified: goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog 2010-11-05 11:45:10 UTC (rev 4442)
+++ goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog 2010-11-05 11:45:55 UTC (rev 4443)
@@ -6,8 +6,14 @@
* Switch to 3.0 (quilt) source format.
* debian/control:
- add build-dep on libxfcegui4-dev.
+ - add build-dep on xfce4-dev-tools and libtool to run xdt-autogen after
+ patching.
+ - update standards version to 3.9.1.
+ * debian/rules:
+ - run xdt-autogen after applying patches touching Makefile.am and
+ configure.in.
- -- Yves-Alexis Perez <corsac at debian.org> Fri, 05 Nov 2010 12:07:10 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 05 Nov 2010 12:45:44 +0100
xfce4-mpc-plugin (0.3.5-1) unstable; urgency=low
Modified: goodies/branches/experimental/xfce4-mpc-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-mpc-plugin/debian/control 2010-11-05 11:45:10 UTC (rev 4442)
+++ goodies/branches/experimental/xfce4-mpc-plugin/debian/control 2010-11-05 11:45:55 UTC (rev 4443)
@@ -6,8 +6,8 @@
Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>,
Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: cdbs, debhelper (>= 7), xfce4-panel-dev, libexo-0.3-dev,
- libxml-parser-perl, intltool, libxfcegui4-dev
-Standards-Version: 3.8.4
+ libxml-parser-perl, intltool, libxfcegui4-dev, xfce4-dev-tools, libtool
+Standards-Version: 3.9.1
Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/
Modified: goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/01_link-with-libxfcegui4.patch
===================================================================
--- goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/01_link-with-libxfcegui4.patch 2010-11-05 11:45:10 UTC (rev 4442)
+++ goodies/branches/experimental/xfce4-mpc-plugin/debian/patches/01_link-with-libxfcegui4.patch 2010-11-05 11:45:55 UTC (rev 4443)
@@ -1,7 +1,7 @@
-diff --git a/configure.ac.in b/configure.ac.in
+diff --git a/configure.ac b/configure.ac
index 7b9e80e..d128afb 100644
---- a/configure.ac.in
-+++ b/configure.ac.in
+--- a/configure.ac
++++ b/configure.ac
@@ -35,6 +35,7 @@ AC_HEADER_STDC
dnl configure the panel plugin
Modified: goodies/branches/experimental/xfce4-mpc-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-mpc-plugin/debian/rules 2010-11-05 11:45:10 UTC (rev 4442)
+++ goodies/branches/experimental/xfce4-mpc-plugin/debian/rules 2010-11-05 11:45:55 UTC (rev 4443)
@@ -2,4 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+post-patches::
+ NOCONFIGURE=1 xdt-autogen
+
DEB_CONFIGURE_EXTRA_FLAGS := --disable-libmpd
More information about the Pkg-xfce-commits
mailing list