[pkg-wpa-devel] r1410 - /wireless-regdb/trunk/debian/rules
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Sat Aug 15 15:10:21 UTC 2009
Author: kelmo-guest
Date: Sat Aug 15 15:10:21 2009
New Revision: 1410
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1410
Log:
cleanup debian/rules
Modified:
wireless-regdb/trunk/debian/rules
Modified: wireless-regdb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wireless-regdb/trunk/debian/rules?rev=1410&op=diff
==============================================================================
--- wireless-regdb/trunk/debian/rules (original)
+++ wireless-regdb/trunk/debian/rules Sat Aug 15 15:10:21 2009
@@ -1,15 +1,14 @@
#!/usr/bin/make -f
-
-# Path to which regulatory.bin should be installed by
-# dh_auto_install.
-export CRDA_PATH=/lib/crda
-# Set this explicitly to avoid calling lsb_release in
-# upstream build system.
-export LSB_ID=Debian
%:
dh --with quilt $@
override_dh_auto_build:
$(RM) regulatory.bin
- $(MAKE)
+ $(MAKE) regulatory.bin LSB_ID=Debian
+
+override_dh_auto_install:
+ $(MAKE) install LSB_ID=Debian CRDA_PATH=/lib/crda DESTDIR=debian/crda
+
+override_dh_auto_clean:
+ $(MAKE) maintainer-clean LSB_ID=Debian
More information about the Pkg-wpa-devel
mailing list