[Pkg-mailman-hackers] Pkg-mailman commit - rev 692 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Sat Oct 8 14:58:55 UTC 2011
Author: thijs
Date: 2011-10-08 14:58:55 +0000 (Sat, 08 Oct 2011)
New Revision: 692
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
Import dpkg buildflags, also enabling hardening flags.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2011-10-08 14:53:46 UTC (rev 691)
+++ trunk/debian/changelog 2011-10-08 14:58:55 UTC (rev 692)
@@ -2,8 +2,9 @@
* Make man page descruptions match more keywords (closes: #597112).
* Add cull_bad_shunt command to default cron job (closes: #615204).
+ * Import dpkg buildflags, also enabling hardening flags.
- -- Thijs Kinkhorst <thijs at debian.org> Sat, 08 Oct 2011 16:37:28 +0200
+ -- Thijs Kinkhorst <thijs at debian.org> Sat, 08 Oct 2011 16:56:00 +0200
mailman (1:2.1.14-2) unstable; urgency=low
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2011-10-08 14:53:46 UTC (rev 691)
+++ trunk/debian/rules 2011-10-08 14:58:55 UTC (rev 692)
@@ -14,6 +14,12 @@
SHELL=/bin/bash
+# the '-include' is for compatibility with squeeze.
+# replace with 'include' after squeeze support is over, or
+# replace with 'include /usr/share/dpkg/default.mk' to replace vars above
+DPKG_EXPORT_BUILDFLAGS = 1
+-include /usr/share/dpkg/buildflags.mk
+
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
endif
More information about the Pkg-mailman-hackers
mailing list