[Pkg-xfce-commits] r6967 - goodies/trunk/xfce4-genmon-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun May 13 10:45:03 UTC 2012
Author: corsac
Date: 2012-05-13 10:45:03 +0000 (Sun, 13 May 2012)
New Revision: 6967
Modified:
goodies/trunk/xfce4-genmon-plugin/debian/changelog
goodies/trunk/xfce4-genmon-plugin/debian/control
goodies/trunk/xfce4-genmon-plugin/debian/rules
Log:
- update debhelper build-dep to 9.
- update standards version to 3.9.3.
- use multiarch paths.
Modified: goodies/trunk/xfce4-genmon-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-genmon-plugin/debian/changelog 2012-05-13 08:13:42 UTC (rev 6966)
+++ goodies/trunk/xfce4-genmon-plugin/debian/changelog 2012-05-13 10:45:03 UTC (rev 6967)
@@ -3,8 +3,11 @@
* New upstream release.
* debian/control:
- replace libxfcegui4 build-dep by libxfce4ui.
+ - update debhelper build-dep to 9.
+ - update standards version to 3.9.3.
* debian/rules:
- pass --disable-static to configure and stop removing .la files.
+ - use multiarch paths.
-- Yves-Alexis Perez <corsac at debian.org> Sun, 13 May 2012 09:46:44 +0200
Modified: goodies/trunk/xfce4-genmon-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-genmon-plugin/debian/control 2012-05-13 08:13:42 UTC (rev 6966)
+++ goodies/trunk/xfce4-genmon-plugin/debian/control 2012-05-13 10:45:03 UTC (rev 6967)
@@ -4,9 +4,9 @@
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>,
Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 8.9.4), autotools-dev, xfce4-panel-dev (>= 4.8),
+Build-Depends: debhelper (>= 9), autotools-dev, xfce4-panel-dev (>= 4.8),
libxml-parser-perl, libxfce4ui-1-dev, intltool, dpkg-dev (>= 1.16.1)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-genmon-plugin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-genmon-plugin/
Modified: goodies/trunk/xfce4-genmon-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-genmon-plugin/debian/rules 2012-05-13 08:13:42 UTC (rev 6966)
+++ goodies/trunk/xfce4-genmon-plugin/debian/rules 2012-05-13 10:45:03 UTC (rev 6967)
@@ -7,7 +7,7 @@
dh_auto_configure -- --disable-static
override_dh_install:
- rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la
+ rm -rf debian/`dh_listpackages`/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/*.la
dh_install
%:
More information about the Pkg-xfce-commits
mailing list