[Pkg-xfce-commits] r2964 - desktop/trunk/orage/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Mon Mar 16 06:40:49 UTC 2009
Author: corsac
Date: 2009-03-16 06:40:48 +0000 (Mon, 16 Mar 2009)
New Revision: 2964
Modified:
desktop/trunk/orage/debian/changelog
desktop/trunk/orage/debian/compat
desktop/trunk/orage/debian/control
desktop/trunk/orage/debian/rules
Log:
* debian/control:
- add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
- update build-dep on debhelper to 7.
- update standards version to 3.8.1.
* debian/compat bumped to 7.
Modified: desktop/trunk/orage/debian/changelog
===================================================================
--- desktop/trunk/orage/debian/changelog 2009-03-15 14:58:31 UTC (rev 2963)
+++ desktop/trunk/orage/debian/changelog 2009-03-16 06:40:48 UTC (rev 2964)
@@ -4,8 +4,13 @@
- orage now appears in xfce4-settings. closes: #493638
* debian/patches:
- 01-dont-duplicate added, don't import duplicate events. closes: #517548
+ * debian/control:
+ - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
+ - update build-dep on debhelper to 7.
+ - update standards version to 3.8.1.
+ * debian/compat bumped to 7.
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 07 Mar 2009 18:22:52 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 16 Mar 2009 00:21:23 +0100
orage (4.6.0-1) experimental; urgency=low
Modified: desktop/trunk/orage/debian/compat
===================================================================
--- desktop/trunk/orage/debian/compat 2009-03-15 14:58:31 UTC (rev 2963)
+++ desktop/trunk/orage/debian/compat 2009-03-16 06:40:48 UTC (rev 2964)
@@ -1 +1 @@
-4
+7
Modified: desktop/trunk/orage/debian/control
===================================================================
--- desktop/trunk/orage/debian/control 2009-03-15 14:58:31 UTC (rev 2963)
+++ desktop/trunk/orage/debian/control 2009-03-16 06:40:48 UTC (rev 2964)
@@ -3,11 +3,11 @@
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>, Yves-Alexis Perez <corsac at debian.org>, Michael Casadevall <sonicmctails at gmail.com>
-Build-Depends: debhelper (>= 4.1.0), cdbs, libxml-parser-perl,
+Build-Depends: debhelper (>= 7), cdbs, libxml-parser-perl,
libgtk2.0-dev (>= 2.10.1), xfce4-panel-dev (>= 4.6.0), chrpath,
libxfcegui4-dev (>= 4.6.0), libnotify-dev, libdbus-1-dev, intltool,
libdbus-1-dev
-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/orage/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/
Modified: desktop/trunk/orage/debian/rules
===================================================================
--- desktop/trunk/orage/debian/rules 2009-03-15 14:58:31 UTC (rev 2963)
+++ desktop/trunk/orage/debian/rules 2009-03-16 06:40:48 UTC (rev 2964)
@@ -4,6 +4,7 @@
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS := --enable-final --enable-dbus
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
install/orage::
More information about the Pkg-xfce-commits
mailing list