[Pkg-xfce-commits] r2959 - desktop/trunk/xfconf/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Sun Mar 15 14:15:10 UTC 2009
Author: corsac
Date: 2009-03-15 14:15:10 +0000 (Sun, 15 Mar 2009)
New Revision: 2959
Modified:
desktop/trunk/xfconf/debian/changelog
desktop/trunk/xfconf/debian/control
desktop/trunk/xfconf/debian/rules
Log:
* Upload to unstable.
* debian/control:
- update standards version to 3.8.1.
* debian/rules:
- add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
Modified: desktop/trunk/xfconf/debian/changelog
===================================================================
--- desktop/trunk/xfconf/debian/changelog 2009-03-15 14:14:39 UTC (rev 2958)
+++ desktop/trunk/xfconf/debian/changelog 2009-03-15 14:15:10 UTC (rev 2959)
@@ -1,3 +1,13 @@
+xfconf (4.6.0-3) UNRELEASED; urgency=low
+
+ * Upload to unstable.
+ * debian/control:
+ - update standards version to 3.8.1.
+ * debian/rules:
+ - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 15 Mar 2009 11:01:51 +0100
+
xfconf (4.6.0-2) experimental; urgency=low
* debian/copyright:
Modified: desktop/trunk/xfconf/debian/control
===================================================================
--- desktop/trunk/xfconf/debian/control 2009-03-15 14:14:39 UTC (rev 2958)
+++ desktop/trunk/xfconf/debian/control 2009-03-15 14:15:10 UTC (rev 2959)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 7.0.13), libxfce4util-dev (>= 4.6.0),
libdbus-1-dev, libdbus-glib-1-dev, libextutils-pkgconfig-perl,
libextutils-depends-perl, libglib-perl
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Homepage: http://www.xfce.org
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfconf
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfconf/
Modified: desktop/trunk/xfconf/debian/rules
===================================================================
--- desktop/trunk/xfconf/debian/rules 2009-03-15 14:14:39 UTC (rev 2958)
+++ desktop/trunk/xfconf/debian/rules 2009-03-15 14:15:10 UTC (rev 2959)
@@ -3,6 +3,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
More information about the Pkg-xfce-commits
mailing list