[Pkg-xfce-commits] r8682 - in /goodies/trunk/xfce4-systemload-plugin/debian: changelog control rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Wed Oct 15 19:49:41 UTC 2014
Author: corsac
Date: Wed Oct 15 19:49:41 2014
New Revision: 8682
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8682
Log:
upload
Modified:
goodies/trunk/xfce4-systemload-plugin/debian/changelog
goodies/trunk/xfce4-systemload-plugin/debian/control
goodies/trunk/xfce4-systemload-plugin/debian/rules
Modified: goodies/trunk/xfce4-systemload-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-systemload-plugin/debian/changelog?rev=8682&op=diff
==============================================================================
--- goodies/trunk/xfce4-systemload-plugin/debian/changelog (original)
+++ goodies/trunk/xfce4-systemload-plugin/debian/changelog Wed Oct 15 19:49:41 2014
@@ -1,9 +1,13 @@
-xfce4-systemload-plugin (1.1.1-4) UNRELEASED; urgency=medium
+xfce4-systemload-plugin (1.1.1-4) unstable; urgency=medium
* debian/control:
- update standards version to 3.9.6.
-
- -- Yves-Alexis Perez <corsac at debian.org> Wed, 15 Oct 2014 21:39:42 +0200
+ - add build-dep on xfce4-dev-tools, automake and libtool.
+ * debian/rules:
+ - call xdt-autogen before configure to regenerate config.{guess,sub} and
+ gain support for new architectures. closes: #765274
+
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 15 Oct 2014 21:47:27 +0200
xfce4-systemload-plugin (1.1.1-3) unstable; urgency=low
Modified: goodies/trunk/xfce4-systemload-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-systemload-plugin/debian/control?rev=8682&op=diff
==============================================================================
--- goodies/trunk/xfce4-systemload-plugin/debian/control (original)
+++ goodies/trunk/xfce4-systemload-plugin/debian/control Wed Oct 15 19:49:41 2014
@@ -6,7 +6,7 @@
Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: autotools-dev, debhelper (>= 9), dpkg-dev (>= 1.16.1),
xfce4-panel-dev (>= 4.8.0), libxml2-dev, libxml-parser-perl, libxfce4ui-1-dev,
- intltool, libupower-glib-dev (>= 0.99)
+ intltool, libupower-glib-dev (>= 0.99), 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-systemload-plugin/
Modified: goodies/trunk/xfce4-systemload-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-systemload-plugin/debian/rules?rev=8682&op=diff
==============================================================================
--- goodies/trunk/xfce4-systemload-plugin/debian/rules (original)
+++ goodies/trunk/xfce4-systemload-plugin/debian/rules Wed Oct 15 19:49:41 2014
@@ -6,7 +6,8 @@
dh $@ --parallel
override_dh_auto_configure:
- dh_auto_configure -- --disable-static
+ NOCONFIGURE=1 xdt-autogen
+ dh_auto_configure -- --disable-static
override_dh_auto_install:
dh_auto_install
More information about the Pkg-xfce-commits
mailing list