[Pkg-xfce-commits] r4681 - goodies/branches/experimental/xfce4-linelight-plugin/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Fri Dec 10 08:59:33 UTC 2010
Author: mrpouit-guest
Date: 2010-12-10 20:59:33 +0000 (Fri, 10 Dec 2010)
New Revision: 4681
Modified:
goodies/branches/experimental/xfce4-linelight-plugin/debian/changelog
goodies/branches/experimental/xfce4-linelight-plugin/debian/control
goodies/branches/experimental/xfce4-linelight-plugin/debian/rules
Log:
* debian/control:
- add myself to Uploaders.
- add build-dep on hardening-includes.
- drop libthunar-vfs-1-dev b-dep, plugin ported to gio.
* debian/rules:
- call dpkg-buildflags.
- add --as-needed to LDFLAGS.
- add hardening flags to {C,LD}FLAGS.
Modified: goodies/branches/experimental/xfce4-linelight-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-linelight-plugin/debian/changelog 2010-12-10 20:32:27 UTC (rev 4680)
+++ goodies/branches/experimental/xfce4-linelight-plugin/debian/changelog 2010-12-10 20:59:33 UTC (rev 4681)
@@ -1,5 +1,6 @@
xfce4-linelight-plugin (0.1.7-1) UNRELEASED; urgency=low
+ [ Yves-Alexis Perez ]
* New upstream release.
* debian/control:
- add build-dep on libxfcegui4-dev now that xfce4-panel-dev doesn't pull
@@ -7,6 +8,16 @@
- update standards version to 3.9.1.
* Switch to 3.0 (quilt) source format.
+ [ Lionel Le Folgoc ]
+ * debian/control:
+ - add myself to Uploaders.
+ - add build-dep on hardening-includes.
+ - drop libthunar-vfs-1-dev b-dep, plugin ported to gio.
+ * debian/rules:
+ - call dpkg-buildflags.
+ - add --as-needed to LDFLAGS.
+ - add hardening flags to {C,LD}FLAGS.
+
-- Yves-Alexis Perez <corsac at debian.org> Thu, 04 Nov 2010 14:20:16 +0100
xfce4-linelight-plugin (0.1.6-2) unstable; urgency=low
Modified: goodies/branches/experimental/xfce4-linelight-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-linelight-plugin/debian/control 2010-12-10 20:32:27 UTC (rev 4680)
+++ goodies/branches/experimental/xfce4-linelight-plugin/debian/control 2010-12-10 20:59:33 UTC (rev 4681)
@@ -2,9 +2,10 @@
Section: x11
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.13), xfce4-panel-dev, libxml-parser-perl,
- libthunar-vfs-1-dev, libxfcegui4-dev
+ libxfcegui4-dev, hardening-includes
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-linelight-plugin
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-linelight-plugin
Modified: goodies/branches/experimental/xfce4-linelight-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-linelight-plugin/debian/rules 2010-12-10 20:32:27 UTC (rev 4680)
+++ goodies/branches/experimental/xfce4-linelight-plugin/debian/rules 2010-12-10 20:59:33 UTC (rev 4681)
@@ -1,4 +1,11 @@
#!/usr/bin/make -f
-LDFLAGS +=-Wl,-z,-defs -Wl,--as-needed
+
+include /usr/share/hardening-includes/hardening.make
+
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+CFLAGS+=$(HARDENING_CFLAGS)
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed $(HARDENING_LDFLAGS)
+
%:
dh $@
More information about the Pkg-xfce-commits
mailing list