[Pkg-xfce-commits] r3999 - goodies/branches/experimental/xfce4-power-manager/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Wed May 19 05:39:43 UTC 2010
Author: corsac
Date: 2010-05-19 17:39:41 +0000 (Wed, 19 May 2010)
New Revision: 3999
Modified:
goodies/branches/experimental/xfce4-power-manager/debian/changelog
goodies/branches/experimental/xfce4-power-manager/debian/control
goodies/branches/experimental/xfce4-power-manager/debian/rules
Log:
- add build-dep on libpolkit-gobject-1-dev, libxext-dev and libx11-dev.
* debian/rules:
- use SHELL=/bin/bash and CONFIG_SHELL=/bin/bash.
Modified: goodies/branches/experimental/xfce4-power-manager/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-power-manager/debian/changelog 2010-05-14 21:15:54 UTC (rev 3998)
+++ goodies/branches/experimental/xfce4-power-manager/debian/changelog 2010-05-19 17:39:41 UTC (rev 3999)
@@ -1,13 +1,15 @@
-xfce4-power-manager (0.9.90-1) UNRELEASED; urgency=low
+xfce4-power-manager (0.9.98-1) UNRELEASED; urgency=low
* New upstream experimental release.
* debian/control:
- switch libxfcegui4 build-dep to libxfce4ui.
- - add build-dep on libpolkit-dev and libpolkit-gobject-1-dev.
+ - add build-dep on libpolkit-gobject-1-dev, libxext-dev and libx11-dev.
- replace dep on hal by upower.
- add suggest on udisks for disk spinning.
+ * debian/rules:
+ - use SHELL=/bin/bash and CONFIG_SHELL=/bin/bash.
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 08 Mar 2010 19:59:47 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 19 May 2010 19:38:01 +0200
xfce4-power-manager (0.8.4.2-1) unstable; urgency=low
Modified: goodies/branches/experimental/xfce4-power-manager/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-power-manager/debian/control 2010-05-14 21:15:54 UTC (rev 3998)
+++ goodies/branches/experimental/xfce4-power-manager/debian/control 2010-05-19 17:39:41 UTC (rev 3999)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 7.0.50), intltool, pkg-config, libgtk2.0-dev,
libdbus-1-dev, libdbus-glib-1-dev, libxfconf-0-dev (>= 4.6.0),
libxfce4ui-1-dev (>= 4.7.0), libnotify-dev, xfce4-panel-dev (>= 4.6.0),
- libpolkit-dev, libpolkit-gobject-1-dev
+ libpolkit-gobject-1-dev, libxext-dev, libx11-dev
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-power-manager/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-power-manager/
Modified: goodies/branches/experimental/xfce4-power-manager/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-power-manager/debian/rules 2010-05-14 21:15:54 UTC (rev 3998)
+++ goodies/branches/experimental/xfce4-power-manager/debian/rules 2010-05-19 17:39:41 UTC (rev 3999)
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+export CONFIG_SHELL=/bin/bash
+export SHELL=/bin/bash
+
LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
override_dh_install:
dh_install --list-missing
More information about the Pkg-xfce-commits
mailing list