[Pkg-xfce-commits] r5684 - goodies/trunk/gigolo/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Apr 23 08:39:49 UTC 2011
Author: corsac
Date: 2011-04-23 20:39:46 +0000 (Sat, 23 Apr 2011)
New Revision: 5684
Modified:
goodies/trunk/gigolo/debian/changelog
goodies/trunk/gigolo/debian/control
goodies/trunk/gigolo/debian/rules
Log:
* debian/rules:
- add hardening flags to build flags.
* debian/control:
- add build-dep on hardening-includes
Modified: goodies/trunk/gigolo/debian/changelog
===================================================================
--- goodies/trunk/gigolo/debian/changelog 2011-04-23 17:44:49 UTC (rev 5683)
+++ goodies/trunk/gigolo/debian/changelog 2011-04-23 20:39:46 UTC (rev 5684)
@@ -1,3 +1,12 @@
+gigolo (0.4.1-3) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - add hardening flags to build flags.
+ * debian/control:
+ - add build-dep on hardening-includes
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 23 Apr 2011 22:37:12 +0200
+
gigolo (0.4.1-2) unstable; urgency=low
* debian/rules:
Modified: goodies/trunk/gigolo/debian/control
===================================================================
--- goodies/trunk/gigolo/debian/control 2011-04-23 17:44:49 UTC (rev 5683)
+++ goodies/trunk/gigolo/debian/control 2011-04-23 20:39:46 UTC (rev 5684)
@@ -4,7 +4,7 @@
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>, Stefan Ott <stefan at ott.net>
Build-Depends: debhelper (>= 7.0.50), intltool, pkg-config,
- libgtk2.0-dev (>= 2.12.0)
+ libgtk2.0-dev (>= 2.12.0), hardening-includes
Standards-Version: 3.9.2
Homepage: http://www.uvena.de/gigolo/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/gigolo/
Modified: goodies/trunk/gigolo/debian/rules
===================================================================
--- goodies/trunk/gigolo/debian/rules 2011-04-23 17:44:49 UTC (rev 5683)
+++ goodies/trunk/gigolo/debian/rules 2011-04-23 20:39:46 UTC (rev 5684)
@@ -1,9 +1,14 @@
#!/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
+LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed -Wl,-O1
+CFLAGS+=$(HARDENING_CFLAGS)
+export CFLAGS LDFLAGS
+
%:
dh $@
More information about the Pkg-xfce-commits
mailing list