[pkg-dhcp-commits] [SCM] ISC DHCP packaging for Debian branch, master, updated. debian/4.1.1-P1-16.1-52-g34a9a48

Andrew Pollock apollock at debian.org
Sun Nov 20 05:38:58 UTC 2011


The following commit has been merged in the master branch:
commit 34a9a4812dccf1eb4fb330165d4fd4159dfb8b62
Author: Andrew Pollock <apollock at debian.org>
Date:   Sat Nov 19 21:38:31 2011 -0800

    Add hardening support
    
    Fixes: 611192

diff --git a/debian/changelog b/debian/changelog
index 18d929d..adbc153 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,10 @@ isc-dhcp (4.2.2-2) unstable; urgency=low
   * debian/control: add inetutils-ping to the dependencies for isc-dhcp-client
     on kfreebsd (closes: #648140)
   * Updated German debconf template translation (closes: #641843)
+  * added harding-wrapper to build dependencies and invoke it in debian/rules
+    (closes: #611192)
 
- -- Andrew Pollock <apollock at debian.org>  Sat, 19 Nov 2011 21:30:51 -0800
+ -- Andrew Pollock <apollock at debian.org>  Sat, 19 Nov 2011 21:37:24 -0800
 
 isc-dhcp (4.2.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c168823..8390ae4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian ISC DHCP maintainers <pkg-dhcp-devel at lists.alioth.debian.org>
 Uploaders: Andrew Pollock <apollock at debian.org>
 Vcs-Git: git://git.debian.org/pkg-dhcp/isc-dhcp.git
 Vcs-Browser: http://git.debian.org/?p=pkg-dhcp/isc-dhcp.git;a=summary
-Build-Depends: debhelper (>> 7), dpkg-dev (>= 1.13.2), groff, dpatch, po-debconf, libldap2-dev, libssl-dev, autoconf, automake, pkg-config
+Build-Depends: debhelper (>> 7), dpkg-dev (>= 1.13.2), groff, dpatch, po-debconf, libldap2-dev, libssl-dev, autoconf, automake, pkg-config, hardening-wrapper
 Standards-Version: 3.9.2
 
 Package: isc-dhcp-server
diff --git a/debian/rules b/debian/rules
index b81c45c..d568535 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,8 @@ else
 CROSS=
 endif
 
+export DEB_BUILD_HARDENING=1
+
 DESTDIR = `pwd`/debian/tmp
 
 PACKAGE = isc-dhcp

-- 
ISC DHCP packaging for Debian



More information about the pkg-dhcp-commits mailing list