[Pkg-tcltk-commits] r1347 - expect/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon May 6 09:35:28 UTC 2013
Author: sgolovan
Date: 2013-05-06 09:35:27 +0000 (Mon, 06 May 2013)
New Revision: 1347
Modified:
expect/trunk/debian/changelog
expect/trunk/debian/control
expect/trunk/debian/rules
Log:
[expect]
* Added hardening linker flags.
Modified: expect/trunk/debian/changelog
===================================================================
--- expect/trunk/debian/changelog 2013-05-06 09:21:46 UTC (rev 1346)
+++ expect/trunk/debian/changelog 2013-05-06 09:35:27 UTC (rev 1347)
@@ -5,8 +5,9 @@
* Switched to 3.0 (quilt) source package format.
* Bumped debhelper compatibility level to 8.
* Bumped standards version to 3.9.4.
+ * Added hardening linker flags.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 06 May 2013 13:08:02 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 06 May 2013 13:34:56 +0400
expect (5.45-2) unstable; urgency=low
Modified: expect/trunk/debian/control
===================================================================
--- expect/trunk/debian/control 2013-05-06 09:21:46 UTC (rev 1346)
+++ expect/trunk/debian/control 2013-05-06 09:35:27 UTC (rev 1347)
@@ -2,8 +2,8 @@
Section: interpreters
Priority: optional
Maintainer: Sergei Golovan <sgolovan at debian.org>
-Build-Depends: debhelper (>= 8.0.0), autotools-dev, autoconf,
- tcl8.5-dev
+Build-Depends: debhelper (>= 8.0.0), dpkg-dev (>= 1.16.1~), autotools-dev,
+ autoconf, tcl8.5-dev
Build-Conflicts: autoconf2.13
Standards-Version: 3.9.4
Homepage: http://sourceforge.net/projects/expect/
Modified: expect/trunk/debian/rules
===================================================================
--- expect/trunk/debian/rules 2013-05-06 09:21:46 UTC (rev 1346)
+++ expect/trunk/debian/rules 2013-05-06 09:35:27 UTC (rev 1347)
@@ -2,8 +2,12 @@
v = 5.45
-SHELL := sh -e
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
+export LDFLAGS
+
%:
dh ${@}
More information about the Pkg-tcltk-commits
mailing list