[pkg-wpa-devel] r1385 - in /crda/trunk/debian: control patches/do_not_verify_regulatory_bin.patch patches/series rules

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Sun May 17 12:00:42 UTC 2009


Author: kelmo-guest
Date: Sun May 17 12:00:41 2009
New Revision: 1385

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1385
Log:
Enable gcrypt verification and build-depend on wireless-regdb

Removed:
    crda/trunk/debian/patches/do_not_verify_regulatory_bin.patch
Modified:
    crda/trunk/debian/control
    crda/trunk/debian/patches/series
    crda/trunk/debian/rules

Modified: crda/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/control?rev=1385&op=diff
==============================================================================
--- crda/trunk/debian/control (original)
+++ crda/trunk/debian/control Sun May 17 12:00:41 2009
@@ -2,7 +2,12 @@
 Section: admin
 Priority: optional
 Maintainer: Kel Modderman <kel at otaku42.de>
-Build-Depends: debhelper (>= 7.0.50), quilt(>= 0.46-7), libnl-dev, pkg-config
+Build-Depends: debhelper (>= 7.0.50),
+ quilt(>= 0.46-7),
+ libnl-dev,
+ pkg-config,
+ libgcrypt-dev,
+ wireless-regdb
 Standards-Version: 3.8.1
 Homepage: http://wireless.kernel.org/en/developers/Regulatory/
 

Modified: crda/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/patches/series?rev=1385&op=diff
==============================================================================
--- crda/trunk/debian/patches/series (original)
+++ crda/trunk/debian/patches/series Sun May 17 12:00:41 2009
@@ -1,2 +1,1 @@
-do_not_verify_regulatory_bin.patch
 regulatory_rules_setregdomain.patch

Modified: crda/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/rules?rev=1385&op=diff
==============================================================================
--- crda/trunk/debian/rules (original)
+++ crda/trunk/debian/rules Sun May 17 12:00:41 2009
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
+
+REG_BIN    := /lib/crda/regulatory.bin
+PUBKEY_DIR := /lib/crda/pubkeys
+export REG_BIN PUBKEY_DIR
+
 %:
 	dh --with quilt $@
 




More information about the Pkg-wpa-devel mailing list