[Pkg-xfce-commits] r583 - in goodies: mousepad/debian
xfce4-cpugraph-plugin/debian xfce4-fsguard-plugin/debian
xfce4-genmon-plugin/debian xfce4-minicmd-plugin/debian
xfce4-mount-plugin/debian xfce4-quicklauncher-plugin/debian
xfce4-sensors-plugin/debian xfce4-weather-plugin/debian
Yves-Alexis Perez
corsac-guest at costa.debian.org
Mon May 1 09:33:04 UTC 2006
Author: corsac-guest
Date: 2006-05-01 09:32:50 +0000 (Mon, 01 May 2006)
New Revision: 583
Modified:
goodies/mousepad/debian/control
goodies/xfce4-cpugraph-plugin/debian/control
goodies/xfce4-fsguard-plugin/debian/control
goodies/xfce4-genmon-plugin/debian/control
goodies/xfce4-minicmd-plugin/debian/control
goodies/xfce4-mount-plugin/debian/control
goodies/xfce4-quicklauncher-plugin/debian/control
goodies/xfce4-sensors-plugin/debian/control
goodies/xfce4-sensors-plugin/debian/rules
goodies/xfce4-weather-plugin/debian/control
Log:
changes preventing FTBFS (mostly xml parser)
Modified: goodies/mousepad/debian/control
===================================================================
--- goodies/mousepad/debian/control 2006-04-30 23:54:52 UTC (rev 582)
+++ goodies/mousepad/debian/control 2006-05-01 09:32:50 UTC (rev 583)
@@ -3,7 +3,7 @@
Priority: optional
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>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at corsac.net>, Jani Monoses <jani at ubuntu.com>
-Build-Depends: debhelper (>= 4.0.0), docbook-to-man, libxfcegui4-dev (>= 4.2.1-1), pkg-config
+Build-Depends: debhelper (>= 4.0.0), docbook-to-man, libxfcegui4-dev (>= 4.2.1-1), pkg-config, libxml-parser-perl
Standards-Version: 3.6.2
Package: mousepad
Modified: goodies/xfce4-cpugraph-plugin/debian/control
===================================================================
--- goodies/xfce4-cpugraph-plugin/debian/control 2006-04-30 23:54:52 UTC (rev 582)
+++ goodies/xfce4-cpugraph-plugin/debian/control 2006-05-01 09:32:50 UTC (rev 583)
@@ -3,7 +3,7 @@
Priority: optional
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>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Jani Monoses <jani at ubuntu.com>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.3.90.1), libxml2-dev, libtool, automake1.9
+Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.3.90.1), libxml2-dev, libxml-parser-perl
Standards-Version: 3.6.2
Package: xfce4-cpugraph-plugin
Modified: goodies/xfce4-fsguard-plugin/debian/control
===================================================================
--- goodies/xfce4-fsguard-plugin/debian/control 2006-04-30 23:54:52 UTC (rev 582)
+++ goodies/xfce4-fsguard-plugin/debian/control 2006-05-01 09:32:50 UTC (rev 583)
@@ -3,7 +3,7 @@
Priority: optional
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>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Jani Monoses <jani at ubuntu.com>, Stefan Ott <stefan at desire.ch>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.2.2), libxml2-dev
+Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.2.2), libxml2-dev, libxml-parser-perl
Standards-Version: 3.6.2
Package: xfce4-fsguard-plugin
Modified: goodies/xfce4-genmon-plugin/debian/control
===================================================================
--- goodies/xfce4-genmon-plugin/debian/control 2006-04-30 23:54:52 UTC (rev 582)
+++ goodies/xfce4-genmon-plugin/debian/control 2006-05-01 09:32:50 UTC (rev 583)
@@ -3,7 +3,7 @@
Priority: optional
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>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Jani Monoses <jani at ubuntu.com>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.0), autotools-dev, cdbs, libtool, automake1.8, xfce4-panel-dev (>= 4.2.2)
+Build-Depends: debhelper (>= 4.1.0), autotools-dev, cdbs, xfce4-panel-dev (>= 4.2.2), libxml-parser-perl
Standards-Version: 3.6.2
Package: xfce4-genmon-plugin
Modified: goodies/xfce4-minicmd-plugin/debian/control
===================================================================
--- goodies/xfce4-minicmd-plugin/debian/control 2006-04-30 23:54:52 UTC (rev 582)
+++ goodies/xfce4-minicmd-plugin/debian/control 2006-05-01 09:32:50 UTC (rev 583)
@@ -2,8 +2,8 @@
Section: x11
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.2.2), libxml2-dev, libtool, automake1.8, autoconf
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Jani Monoses <jani at ubuntu.com>, Yves-Alexis Perez <corsac at corsac.net>
+Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.2.2), libxml2-dev, libxml-parser-perl
Standards-Version: 3.6.2
Package: xfce4-minicmd-plugin
Modified: goodies/xfce4-mount-plugin/debian/control
===================================================================
--- goodies/xfce4-mount-plugin/debian/control 2006-04-30 23:54:52 UTC (rev 582)
+++ goodies/xfce4-mount-plugin/debian/control 2006-05-01 09:32:50 UTC (rev 583)
@@ -3,12 +3,12 @@
Priority: optional
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>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Jani Monoses <jani at ubuntu.com>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.2.2), libxml2-dev, libtool, automake1.8, autoconf, libstartup-notification0-dev
+Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.3.90.1), libxml2-dev, libstartup-notification0-dev, libxml-parser-perl
Standards-Version: 3.6.2
Package: xfce4-mount-plugin
Architecture: any
-Depends: ${shlibs:Depends}, xfce4-panel (>= 4.2.2)
+Depends: ${shlibs:Depends}, xfce4-panel (>= 4.3.90.1)
Description: mount plugin for the Xfce4 panel
This plugin for Xfce displays a list of the various devices available, giving
the opportunity to mount/umount them.
Modified: goodies/xfce4-quicklauncher-plugin/debian/control
===================================================================
--- goodies/xfce4-quicklauncher-plugin/debian/control 2006-04-30 23:54:52 UTC (rev 582)
+++ goodies/xfce4-quicklauncher-plugin/debian/control 2006-05-01 09:32:50 UTC (rev 583)
@@ -3,7 +3,7 @@
Priority: optional
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>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Jani Monoses <jani at ubuntu.com>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: autotools-dev, cdbs, debhelper (>=4.1), libgtk2.0-dev, libxfcegui4-dev (>= 4.3.90.1), xfce4-panel-dev (>= 4.3.90.1), libxml2-dev, libstartup-notification0-dev
+Build-Depends: autotools-dev, cdbs, debhelper (>=4.1), libgtk2.0-dev, libxfcegui4-dev (>= 4.3.90.1), xfce4-panel-dev (>= 4.3.90.1), libxml2-dev, libstartup-notification0-dev, libxml-parser-perl
Standards-Version: 3.6.2
Package: xfce4-quicklauncher-plugin
Modified: goodies/xfce4-sensors-plugin/debian/control
===================================================================
--- goodies/xfce4-sensors-plugin/debian/control 2006-04-30 23:54:52 UTC (rev 582)
+++ goodies/xfce4-sensors-plugin/debian/control 2006-05-01 09:32:50 UTC (rev 583)
@@ -3,7 +3,7 @@
Priority: optional
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>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at corsac.net>, Stefan Ott <stefan at desire.ch>
-Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.3.90.1), libxml2-dev, libsensors-dev
+Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.3.90.1), libxml2-dev, libsensors-dev, libxml-parser-perl
Standards-Version: 3.6.2
Package: xfce4-sensors-plugin
Modified: goodies/xfce4-sensors-plugin/debian/rules
===================================================================
--- goodies/xfce4-sensors-plugin/debian/rules 2006-04-30 23:54:52 UTC (rev 582)
+++ goodies/xfce4-sensors-plugin/debian/rules 2006-05-01 09:32:50 UTC (rev 583)
@@ -1,10 +1,4 @@
#!/usr/bin/make -f
-
-DEB_AUTO_UPDATE_LIBTOOL := pre
-#DEB_AUTO_UPDATE_ACLOCAL := 1.8
-#DEB_AUTO_UPDATE_AUTOMAKE := 1.8
-DEB_AUTO_UPDATE_AUTOCONF := yes
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
Modified: goodies/xfce4-weather-plugin/debian/control
===================================================================
--- goodies/xfce4-weather-plugin/debian/control 2006-04-30 23:54:52 UTC (rev 582)
+++ goodies/xfce4-weather-plugin/debian/control 2006-05-01 09:32:50 UTC (rev 583)
@@ -3,7 +3,7 @@
Priority: optional
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>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Jani Monoses <jani at ubuntu.com>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.3.90.1), libxml2-dev, libstartup-notification0-dev
+Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.3.90.1), libxml2-dev, libxml-parser-perl
Standards-Version: 3.6.2
Package: xfce4-weather-plugin
More information about the Pkg-xfce-commits
mailing list