[Pkg-samba-maint] r3944 - trunk/samba/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Fri Oct 21 22:07:54 UTC 2011
Author: vorlon
Date: 2011-10-21 22:07:53 +0000 (Fri, 21 Oct 2011)
New Revision: 3944
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/rules
Log:
export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow, taken from Ubuntu.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2011-10-21 22:07:09 UTC (rev 3943)
+++ trunk/samba/debian/changelog 2011-10-21 22:07:53 UTC (rev 3944)
@@ -2,6 +2,7 @@
* Lintian override for libpam-winbind; it's not a shared library so doesn't
really need the pre-depends on multiarch-support.
+ * export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow, taken from Ubuntu.
-- Steve Langasek <vorlon at debian.org> Fri, 21 Oct 2011 15:03:45 -0700
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2011-10-21 22:07:09 UTC (rev 3943)
+++ trunk/samba/debian/rules 2011-10-21 22:07:53 UTC (rev 3944)
@@ -6,6 +6,7 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export DEB_CFLAGS_MAINT_APPEND := -Wall
+export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow
# Ignore these files which would otherwise be pulled into our examples
export DH_ALWAYS_EXCLUDE := COPYING:Makefile.internal:history
More information about the Pkg-samba-maint
mailing list