[pkg-wpa-devel] r1507 - /crda/trunk/debian/rules
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Thu Mar 4 12:10:20 UTC 2010
Author: kelmo-guest
Date: Thu Mar 4 12:10:15 2010
New Revision: 1507
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1507
Log:
debian/rules prettification.
Modified:
crda/trunk/debian/rules
Modified: crda/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/rules?rev=1507&op=diff
==============================================================================
--- crda/trunk/debian/rules (original)
+++ crda/trunk/debian/rules Thu Mar 4 12:10:15 2010
@@ -1,12 +1,10 @@
#!/usr/bin/make -f
-CFLAGS = -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
-PUBKEY_DIR = /lib/crda/pubkeys
-REG_BIN = /lib/crda/regulatory.bin
-USE_OPENSSL = 1
-V = 1
-
-export CFLAGS PUBKEY_DIR REG_BIN USE_OPENSSL V
+export CFLAGS = -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
+export PUBKEY_DIR = /lib/crda/pubkeys
+export REG_BIN = /lib/crda/regulatory.bin
+export USE_OPENSSL = 1
+export V = 1
override_dh_fixperms:
dh_fixperms
More information about the Pkg-wpa-devel
mailing list