Package: radvd
Version: 1:1.8.5-1
Severity: important
Tags: patch
User: User: [email protected]
Usertags: goal-hardening

Hi,

By switching from debhelper compat level 7 to 9, radvd will be built with
hardened build flags. This is a release goal.

Attached patch accomplishes that, sets all flags and removes the obsolete
cdbs dependency. Please consider.


Thanks,
Thijs
diff -Nru radvd-1.8.5/debian/compat radvd-1.8.5/debian/compat
--- radvd-1.8.5/debian/compat	2011-12-07 18:23:31.000000000 +0100
+++ radvd-1.8.5/debian/compat	2012-03-25 13:39:56.000000000 +0200
@@ -1 +1 @@
-7
+9
diff -Nru radvd-1.8.5/debian/control radvd-1.8.5/debian/control
--- radvd-1.8.5/debian/control	2011-12-09 09:51:42.000000000 +0100
+++ radvd-1.8.5/debian/control	2012-03-25 13:40:08.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ghe Rivero <[email protected]>
 Standards-Version: 3.9.2
-Build-Depends: autotools-dev, debhelper (>= 7), cdbs, flex, bison
+Build-Depends: autotools-dev, debhelper (>= 9), flex, bison
 
 Package: radvd
 Architecture: any
diff -Nru radvd-1.8.5/debian/rules radvd-1.8.5/debian/rules
--- radvd-1.8.5/debian/rules	2011-12-07 18:28:55.000000000 +0100
+++ radvd-1.8.5/debian/rules	2012-03-25 13:40:47.000000000 +0200
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@
 

Reply via email to