[Pkg-xfce-commits] r8666 - in /goodies/trunk/xfce4-mpc-plugin/debian: changelog control rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Wed Oct 15 18:53:56 UTC 2014
Author: corsac
Date: Wed Oct 15 18:53:56 2014
New Revision: 8666
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8666
Log:
- add build-dep on xfce4-dev-tools, automake and libtool.
* debian/rules:
- run xdt-autogen before configure to regenerate config.{guess,sub} in
order to gain support for newer architectures. closes: #765270
Modified:
goodies/trunk/xfce4-mpc-plugin/debian/changelog
goodies/trunk/xfce4-mpc-plugin/debian/control
goodies/trunk/xfce4-mpc-plugin/debian/rules
Modified: goodies/trunk/xfce4-mpc-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/debian/changelog?rev=8666&op=diff
==============================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/changelog (original)
+++ goodies/trunk/xfce4-mpc-plugin/debian/changelog Wed Oct 15 18:53:56 2014
@@ -6,6 +6,10 @@
[ Yves-Alexis Perez ]
* debian/control:
- update standards version to 3.9.6.
+ - add build-dep on xfce4-dev-tools, automake and libtool.
+ * debian/rules:
+ - run xdt-autogen before configure to regenerate config.{guess,sub} in
+ order to gain support for newer architectures. closes: #765270
-- Evgeni Golov <evgeni at debian.org> Mon, 15 Jul 2013 21:57:38 +0200
Modified: goodies/trunk/xfce4-mpc-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/debian/control?rev=8666&op=diff
==============================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/control (original)
+++ goodies/trunk/xfce4-mpc-plugin/debian/control Wed Oct 15 18:53:56 2014
@@ -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, libexo-1-dev,
- libxml-parser-perl, intltool, libxfce4ui-1-dev, autotools-dev
+ libxml-parser-perl, intltool, libxfce4ui-1-dev, autotools-dev,
+ xfce4-dev-tools, automake, libtool
Standards-Version: 3.9.6
Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin/
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/
Modified: goodies/trunk/xfce4-mpc-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/debian/rules?rev=8666&op=diff
==============================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/rules (original)
+++ goodies/trunk/xfce4-mpc-plugin/debian/rules Wed Oct 15 18:53:56 2014
@@ -11,4 +11,5 @@
rm -f debian/xfce4-mpc-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/libmpc.la
override_dh_auto_configure:
+ NOCONFIGURE=1 xdt-autogen
dh_auto_configure -- --disable-libmpd --disable-static
More information about the Pkg-xfce-commits
mailing list