[Pkg-xfce-commits] r4202 - desktop/branches/experimental/xfce4-settings/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Thu Jul 29 08:51:04 UTC 2010
Author: mrpouit-guest
Date: 2010-07-29 20:50:59 +0000 (Thu, 29 Jul 2010)
New Revision: 4202
Modified:
desktop/branches/experimental/xfce4-settings/debian/changelog
desktop/branches/experimental/xfce4-settings/debian/control
desktop/branches/experimental/xfce4-settings/debian/rules
Log:
* debian/control:
- bumped Standards-Version to 3.9.1, no further change
- removed some trailing spaces.
* debian/rules:
- call dpkg-buildflags
- link with --as-needed.
Modified: desktop/branches/experimental/xfce4-settings/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-settings/debian/changelog 2010-07-29 20:42:26 UTC (rev 4201)
+++ desktop/branches/experimental/xfce4-settings/debian/changelog 2010-07-29 20:50:59 UTC (rev 4202)
@@ -1,5 +1,6 @@
xfce4-settings (4.7.1-1) UNRELEASED; urgency=low
+ [ Yves-Alexis Perez ]
* New upstream development release.
* debian/patches:
- 01_fix-pluggable-dialogs added, fix pluggable dialogs.
@@ -7,6 +8,14 @@
- bump exo build-dep to exo-1 0.5.1.
- switch libxfcegui4 build-dep to libxfce4ui.
+ [ Lionel Le Folgoc ]
+ * debian/control:
+ - bumped Standards-Version to 3.9.1, no further change
+ - removed some trailing spaces.
+ * debian/rules:
+ - call dpkg-buildflags
+ - link with --as-needed.
+
-- Yves-Alexis Perez <corsac at debian.org> Thu, 29 Apr 2010 22:26:34 +0200
xfce4-settings (4.6.4-2) unstable; urgency=low
Modified: desktop/branches/experimental/xfce4-settings/debian/control
===================================================================
--- desktop/branches/experimental/xfce4-settings/debian/control 2010-07-29 20:42:26 UTC (rev 4201)
+++ desktop/branches/experimental/xfce4-settings/debian/control 2010-07-29 20:50:59 UTC (rev 4202)
@@ -4,11 +4,11 @@
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 (>= 7.0.50), libxfce4util-dev (>= 4.6.0),
- libxfce4ui-1-dev (>= 4.7.0), libexo-1-dev (>= 0.5.0),
- libxfconf-0-dev, libwnck-dev, libxklavier-dev (>= 5.0), libnotify-dev,
+Build-Depends: debhelper (>= 7.0.50~), libxfce4util-dev (>= 4.6.0),
+ libxfce4ui-1-dev (>= 4.7.0), libexo-1-dev (>= 0.5.0),
+ libxfconf-0-dev, libwnck-dev, libxklavier-dev (>= 5.0), libnotify-dev,
intltool (>= 0.31)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Homepage: http://www.xfce.org
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-settings
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-settings/
@@ -27,9 +27,9 @@
It contains multiple tools:
- xfce4-settings-manager (which replaces the old mcs settings manager),
which executes the various (provided) settings dialogs
- - xfce4-settings-helper: a daemon which provides special features, like
- keyboard shortcuts, AccessX notification and update of keyboard and
+ - xfce4-settings-helper: a daemon which provides special features, like
+ keyboard shortcuts, AccessX notification and update of keyboard and
mouse-pointer data
- xfce4-settings-editor, a tool for editing ALL settings within xfconf, the
- graphical counterpart of xfconf-query.
+ graphical counterpart of xfconf-query.
- xfsettingsd, a daemon for exporting XSettings to applications.
Modified: desktop/branches/experimental/xfce4-settings/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-settings/debian/rules 2010-07-29 20:42:26 UTC (rev 4201)
+++ desktop/branches/experimental/xfce4-settings/debian/rules 2010-07-29 20:50:59 UTC (rev 4202)
@@ -1,5 +1,9 @@
#!/usr/bin/make -f
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
+
override_dh_auto_configure:
dh_auto_configure -- --enable-libnotify --enable-xcursor \
--enable-libxklavier --enable-xsettings-daemon --enable-sound-settings\
More information about the Pkg-xfce-commits
mailing list