[Pkg-xfce-commits] r8653 - in /goodies/trunk/xfce4-battery-plugin/debian: changelog control rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Wed Oct 15 13:26:34 UTC 2014
Author: corsac
Date: Wed Oct 15 13:26:34 2014
New Revision: 8653
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8653
Log:
- add build-dep on xfce4-dev-tools, automake, libtool.
* debian/rules:
- call xdt-autogen before configure to refresh config.{guess,sub} and
support newer architectures. closes: #765266
Modified:
goodies/trunk/xfce4-battery-plugin/debian/changelog
goodies/trunk/xfce4-battery-plugin/debian/control
goodies/trunk/xfce4-battery-plugin/debian/rules
Modified: goodies/trunk/xfce4-battery-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-battery-plugin/debian/changelog?rev=8653&op=diff
==============================================================================
--- goodies/trunk/xfce4-battery-plugin/debian/changelog (original)
+++ goodies/trunk/xfce4-battery-plugin/debian/changelog Wed Oct 15 13:26:34 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, libtool.
+ * debian/rules:
+ - call xdt-autogen before configure to refresh config.{guess,sub} and
+ support newer architectures. closes: #765266
-- Evgeni Golov <evgeni at debian.org> Mon, 15 Jul 2013 21:57:30 +0200
Modified: goodies/trunk/xfce4-battery-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-battery-plugin/debian/control?rev=8653&op=diff
==============================================================================
--- goodies/trunk/xfce4-battery-plugin/debian/control (original)
+++ goodies/trunk/xfce4-battery-plugin/debian/control Wed Oct 15 13:26:34 2014
@@ -6,7 +6,8 @@
Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: autotools-dev, debhelper (>= 9), libgtk2.0-dev,
xfce4-panel-dev (>= 4.8.0), libxml2-dev, libxml-parser-perl,
- libxfce4util-dev, libxfce4ui-1-dev, intltool, dpkg-dev (>= 1.16.1)
+ libxfce4util-dev, libxfce4ui-1-dev, intltool, dpkg-dev (>= 1.16.1),
+ xfce4-dev-tools, automake, libtool
Standards-Version: 3.9.6
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-battery-plugin/
Modified: goodies/trunk/xfce4-battery-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-battery-plugin/debian/rules?rev=8653&op=diff
==============================================================================
--- goodies/trunk/xfce4-battery-plugin/debian/rules (original)
+++ goodies/trunk/xfce4-battery-plugin/debian/rules Wed Oct 15 13:26:34 2014
@@ -7,6 +7,7 @@
dh $@ --parallel
override_dh_auto_configure:
+ NOCONFIGURE=1 xdt-autogen
dh_auto_configure -- --disable-static
override_dh_auto_install:
More information about the Pkg-xfce-commits
mailing list