[Pkg-xfce-commits] r4215 - in goodies/branches/experimental/xfce4-power-manager/debian: . source
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Thu Aug 12 10:29:02 UTC 2010
Author: mrpouit-guest
Date: 2010-08-12 10:29:01 +0000 (Thu, 12 Aug 2010)
New Revision: 4215
Added:
goodies/branches/experimental/xfce4-power-manager/debian/source/
goodies/branches/experimental/xfce4-power-manager/debian/source/format
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:
* New upstream release.
* debian/control:
- add myself to Uploaders
- bump Standards-Version to 3.9.1, no changes required.
* Switch to 3.0 (quilt).
* debian/rules: use dpkg-buildflags for cflags/ldflags handling.
Modified: goodies/branches/experimental/xfce4-power-manager/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-power-manager/debian/changelog 2010-08-11 05:49:26 UTC (rev 4214)
+++ goodies/branches/experimental/xfce4-power-manager/debian/changelog 2010-08-12 10:29:01 UTC (rev 4215)
@@ -1,6 +1,7 @@
-xfce4-power-manager (0.9.98-1) UNRELEASED; urgency=low
+xfce4-power-manager (1.0.0-1) UNRELEASED; urgency=low
- * New upstream experimental release.
+ [ Yves-Alexis Perez ]
+ * New upstream release.
* debian/control:
- switch libxfcegui4 build-dep to libxfce4ui.
- add build-dep on libpolkit-gobject-1-dev, libxext-dev and libx11-dev.
@@ -9,6 +10,13 @@
* debian/rules:
- use SHELL=/bin/bash and CONFIG_SHELL=/bin/bash.
+ [ Lionel Le Folgoc ]
+ * debian/control:
+ - add myself to Uploaders
+ - bump Standards-Version to 3.9.1, no changes required.
+ * Switch to 3.0 (quilt).
+ * debian/rules: use dpkg-buildflags for cflags/ldflags handling.
+
-- Yves-Alexis Perez <corsac at debian.org> Wed, 19 May 2010 19:38:01 +0200
xfce4-power-manager (0.8.5-1) unstable; urgency=low
Modified: goodies/branches/experimental/xfce4-power-manager/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-power-manager/debian/control 2010-08-11 05:49:26 UTC (rev 4214)
+++ goodies/branches/experimental/xfce4-power-manager/debian/control 2010-08-12 10:29:01 UTC (rev 4215)
@@ -2,12 +2,13 @@
Section: xfce
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>
+Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>,
+ Simon Huggins <huggie at earth.li>, Lionel Le Folgoc <mrpouit at gmail.com>
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-gobject-1-dev, libxext-dev, libx11-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
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/
Homepage: http://goodies.xfce.org/projects/applications/xfce4-power-manager
@@ -49,7 +50,7 @@
Package: xfce4-power-manager-plugins
Section: xfce
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${shlibs:Depends}, ${misc:Depends},
xfce4-power-manager (>= 0.8.0~)
Description: power manager plugins for Xfce panel
This power manager for the Xfce desktop enables laptop users to set up
Modified: goodies/branches/experimental/xfce4-power-manager/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-power-manager/debian/rules 2010-08-11 05:49:26 UTC (rev 4214)
+++ goodies/branches/experimental/xfce4-power-manager/debian/rules 2010-08-12 10:29:01 UTC (rev 4215)
@@ -3,7 +3,10 @@
export CONFIG_SHELL=/bin/bash
export SHELL=/bin/bash
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
+
override_dh_install:
dh_install --list-missing
Added: goodies/branches/experimental/xfce4-power-manager/debian/source/format
===================================================================
--- goodies/branches/experimental/xfce4-power-manager/debian/source/format (rev 0)
+++ goodies/branches/experimental/xfce4-power-manager/debian/source/format 2010-08-12 10:29:01 UTC (rev 4215)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the Pkg-xfce-commits
mailing list