[pkg-wpa-devel] r1396 - in /wireless-regdb/trunk/debian: README.maintainer rules

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Sun May 17 21:06:28 UTC 2009


Author: kelmo-guest
Date: Sun May 17 21:06:28 2009
New Revision: 1396

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1396
Log:
Tweak documentation

Modified:
    wireless-regdb/trunk/debian/README.maintainer
    wireless-regdb/trunk/debian/rules

Modified: wireless-regdb/trunk/debian/README.maintainer
URL: http://svn.debian.org/wsvn/pkg-wpa/wireless-regdb/trunk/debian/README.maintainer?rev=1396&op=diff
==============================================================================
--- wireless-regdb/trunk/debian/README.maintainer (original)
+++ wireless-regdb/trunk/debian/README.maintainer Sun May 17 21:06:28 2009
@@ -6,20 +6,23 @@
   make -f debian/rules install-distro-key
 
 This should create:
- ~/.wireless-regdb-pkg-wpa-devel.key.priv.pem
- ~/.wireless-regdb-pkg-wpa-devel.key.pub.pem
+  ~/.wireless-regdb-pkg-wpa-devel.key.priv.pem
+  ~/.wireless-regdb-pkg-wpa-devel.key.pub.pem
 
 Copy the pubkey to debian/pubkeys and commit it to the VCS:
- cp ~/.wireless-regdb-pkg-wpa-devel.key.pub.pem \
-    debian/pubkeys/pkg-wpa-devel-${USER}.pub.pem
- svn add debian/pubkeys/pkg-wpa-devel-${USER}.pub.pem
+  cp ~/.wireless-regdb-pkg-wpa-devel.key.pub.pem \
+     debian/pubkeys/pkg-wpa-devel-${USER}.pub.pem
+  svn add debian/pubkeys/pkg-wpa-devel-${USER}.pub.pem
 
 When new keys are added to debian/pubkeys, the crda package needs to be
 rebuilt with an updated versioned build dependency: the wireless-regdb
-package version with the new key(s).
+package version with the new key(s). When uploading versions of
+wireless-regdb which add new pubkeys, someones whose pubkey is recognised
+by the current crda package must do the upload or else crda will
+temporarily fail to authenticate regulatory.bin.
 
 When building this package, the private key must be accessible so that
 regulatory.bin can be signed by it to ensure the path of authentication
 for the regulatory domain database is as good as possible. It does however
 mean that the package cannot be built in a clean chroot (eg. pbuilder)
-without having your ~/ bind mounted in it.
+without having your ~/ bind mounted in the build chroot.

Modified: wireless-regdb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wireless-regdb/trunk/debian/rules?rev=1396&op=diff
==============================================================================
--- wireless-regdb/trunk/debian/rules (original)
+++ wireless-regdb/trunk/debian/rules Sun May 17 21:06:28 2009
@@ -22,8 +22,3 @@
 	$(MAKE) $@
 	@test -e debian/patches/series && dh_quilt_unpatch || true
 	@dh_clean
-	@echo
-	@echo "#############################################################"
-	@echo "Remember to add your public key to debian/pubkeys and commit"
-	@echo "to the version control system. See debian/README.maintainer".
-	@echo "#############################################################"




More information about the Pkg-wpa-devel mailing list