[pkg-wpa-devel] r1832 - in /iw/trunk/debian: changelog rules

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Tue Dec 31 01:14:25 UTC 2013


Author: slh-guest
Date: Tue Dec 31 01:14:25 2013
New Revision: 1832

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1832
Log:
* deploy hardening support.
* allow parallel building.

Modified:
    iw/trunk/debian/changelog
    iw/trunk/debian/rules

Modified: iw/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/changelog?rev=1832&op=diff
==============================================================================
--- iw/trunk/debian/changelog	(original)
+++ iw/trunk/debian/changelog	Tue Dec 31 01:14:25 2013
@@ -13,6 +13,8 @@
     representing Ubuntu.
   * drop version information from the build-depends on pkg-config, even lenny
     (old-oldstable) meets this.
+  * deploy hardening support.
+  * allow parallel building.
 
  -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Wed, 25 Dec 2013 04:37:09 +0100
 

Modified: iw/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/rules?rev=1832&op=diff
==============================================================================
--- iw/trunk/debian/rules	(original)
+++ iw/trunk/debian/rules	Tue Dec 31 01:14:25 2013
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+include /usr/share/dpkg/buildflags.mk
 
 SBINDIR = /sbin
 V       = 1
@@ -12,4 +15,4 @@
 export CC SBINDIR V
 
 %:
-	dh $@
+	dh ${@} --parallel




More information about the Pkg-wpa-devel mailing list