[Pkg-xfce-commits] r4313 - goodies/branches/experimental/xfce4-clipman-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Oct 17 02:43:08 UTC 2010
Author: corsac
Date: 2010-10-17 14:43:01 +0000 (Sun, 17 Oct 2010)
New Revision: 4313
Modified:
goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog
goodies/branches/experimental/xfce4-clipman-plugin/debian/control
goodies/branches/experimental/xfce4-clipman-plugin/debian/rules
Log:
- add build-dep on hardening-includes.
- add hardening flags to {C,LD}FLAGS
Modified: goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog 2010-10-17 14:19:12 UTC (rev 4312)
+++ goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog 2010-10-17 14:43:01 UTC (rev 4313)
@@ -4,13 +4,15 @@
- add build-dep on libxfcegui4-dev.
- update standards version to 3.9.1.
- update dh build-dep to 7.0.50~ for overrides.
+ - add build-dep on hardening-includes.
* debian/rules:
- switch to dh7 tiny rules
- pick {C,LD}FLAGS from dpkg-buildflags.
- add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
+ - add hardening flags to {C,LD}FLAGS
* Switch to 3.0 (quilt) source format.
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 17 Oct 2010 16:15:34 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 17 Oct 2010 16:20:05 +0200
xfce4-clipman-plugin (2:1.1.3-3) unstable; urgency=low
Modified: goodies/branches/experimental/xfce4-clipman-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-clipman-plugin/debian/control 2010-10-17 14:19:12 UTC (rev 4312)
+++ goodies/branches/experimental/xfce4-clipman-plugin/debian/control 2010-10-17 14:43:01 UTC (rev 4313)
@@ -7,7 +7,8 @@
Build-Depends: autotools-dev, cdbs, debhelper (>= 7.0.50~),
xfce4-panel-dev (>= 4.6.0), libxml2-dev, libxml-parser-perl, intltool,
libx11-dev, pkg-config, libgtk2.0-dev, libexo-0.3-dev,
- libxfconf-0-dev (>= 4.6.0), libglade2-dev, libunique-dev, libxfcegui4-dev
+ libxfconf-0-dev (>= 4.6.0), libglade2-dev, libunique-dev, libxfcegui4-dev,
+ hardening-includes
Standards-Version: 3.9.1
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-clipman-plugin/
Modified: goodies/branches/experimental/xfce4-clipman-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-clipman-plugin/debian/rules 2010-10-17 14:19:12 UTC (rev 4312)
+++ goodies/branches/experimental/xfce4-clipman-plugin/debian/rules 2010-10-17 14:43:01 UTC (rev 4313)
@@ -1,8 +1,11 @@
#!/usr/bin/make -f
+include /usr/share/hardening-includes/hardening.make
+
CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
+CFLAGS+= -fPIC $(HARDENING_CFLAGS)
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed $(HARDENING_LDFLAGS)
%:
dh $@
More information about the Pkg-xfce-commits
mailing list