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

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Sun May 13 14:29:39 UTC 2012


Author: kelmo-guest
Date: Sun May 13 14:29:39 2012
New Revision: 1753

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1753
Log:
Use dh 9 exported CPPFLAGS and enable verbose compile output.

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=1753&op=diff
==============================================================================
--- iw/trunk/debian/changelog (original)
+++ iw/trunk/debian/changelog Sun May 13 14:29:39 2012
@@ -1,3 +1,9 @@
+iw (3.4-2) UNRELEASED; urgency=low
+
+  * Use dh 9 exported CPPFLAGS and enable verbose compile output.
+
+ -- Kel Modderman <kel at otaku42.de>  Mon, 14 May 2012 00:28:36 +1000
+
 iw (3.4-1) unstable; urgency=low
 
   [ Stefan Lippers-Hollmann ]

Modified: iw/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/rules?rev=1753&op=diff
==============================================================================
--- iw/trunk/debian/rules (original)
+++ iw/trunk/debian/rules Sun May 13 14:29:39 2012
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
-CFLAGS  = $(shell dpkg-buildflags --get CFLAGS)
+CFLAGS  += $(CPPFLAGS)
 SBINDIR = /sbin
-V       = 0
+V       = 1
 
 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_GNU_TYPE  := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -10,7 +10,7 @@
 	CC=$(DEB_HOST_GNU_TYPE)-gcc
 endif
 
-export CC CFLAGS SBINDIR V
+export CC SBINDIR V
 
 %:
 	dh $@




More information about the Pkg-wpa-devel mailing list