[pkg-wpa-devel] r1492 - in /crda/trunk/debian: changelog control crda.setregdomain.udev patches/ rules source/ source/format watch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Mon Mar 1 09:19:51 UTC 2010


Author: kelmo-guest
Date: Mon Mar  1 09:19:50 2010
New Revision: 1492

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1492
Log:
Import changes done in previous packaging prototypes.

Added:
    crda/trunk/debian/crda.setregdomain.udev
    crda/trunk/debian/source/
    crda/trunk/debian/source/format
Removed:
    crda/trunk/debian/patches/
Modified:
    crda/trunk/debian/changelog
    crda/trunk/debian/control
    crda/trunk/debian/rules
    crda/trunk/debian/watch

Modified: crda/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/changelog?rev=1492&op=diff
==============================================================================
--- crda/trunk/debian/changelog (original)
+++ crda/trunk/debian/changelog Mon Mar  1 09:19:50 2010
@@ -1,5 +1,5 @@
-crda (1.1.1-1) UNRELEASED; urgency=low
+crda (1.1.1-1) unstable; urgency=low
 
   * Initial release.
 
- -- Kel Modderman <kel at otaku42.de>  Sun, 10 May 2009 22:13:26 +1000
+ -- Kel Modderman <kel at otaku42.de>  Mon, 01 Mar 2010 18:57:35 +1000

Modified: crda/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/control?rev=1492&op=diff
==============================================================================
--- crda/trunk/debian/control (original)
+++ crda/trunk/debian/control Mon Mar  1 09:19:50 2010
@@ -3,11 +3,14 @@
 Priority: optional
 Maintainer: Debian/Ubuntu wpasupplicant Maintainers <pkg-wpa-devel at lists.alioth.debian.org>
 Uploaders: Kel Modderman <kel at otaku42.de>
-Build-Depends: debhelper (>= 7.0.50),
- quilt (>= 0.46-7),
+Build-Depends: debhelper (>= 7.0.50~),
  libnl-dev,
- pkg-config
-Standards-Version: 3.8.1
+ libssl-dev,
+ pkg-config,
+ python,
+ python-m2crypto,
+ wireless-regdb
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-wpa/crda/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/
 Homepage: http://wireless.kernel.org/en/developers/Regulatory/#CRDA

Added: crda/trunk/debian/crda.setregdomain.udev
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/crda.setregdomain.udev?rev=1492&op=file
==============================================================================
--- crda/trunk/debian/crda.setregdomain.udev (added)
+++ crda/trunk/debian/crda.setregdomain.udev Mon Mar  1 09:19:50 2010
@@ -1,0 +1,1 @@
+SUBSYSTEM=="ieee80211", ACTION=="add", RUN+="/lib/crda/setregdomain"

Modified: crda/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/rules?rev=1492&op=diff
==============================================================================
--- crda/trunk/debian/rules (original)
+++ crda/trunk/debian/rules Mon Mar  1 09:19:50 2010
@@ -1,16 +1,17 @@
 #!/usr/bin/make -f
 
-CRDA_FLAGS := USE_GCRYPT=0 USE_OPENSSL=0
+CFLAGS = -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
+USE_OPENSSL = 1
+V = 1                    
 
-%:
-	+dh --with quilt $@
-
-override_dh_auto_build:
-	$(MAKE) all_noverify $(CRDA_FLAGS)
-
-override_dh_auto_install:
-	$(MAKE) install $(CRDA_FLAGS) DESTDIR=debian/crda
+export CFLAGS USE_OPENSSL V
 
 override_dh_fixperms:
 	dh_fixperms
 	chmod 755 debian/crda/lib/crda/setregdomain
+
+override_dh_installudev:
+	dh_installudev --priority=85 --name=setregdomain
+
+%:
+	dh $@

Added: crda/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/source/format?rev=1492&op=file
==============================================================================
--- crda/trunk/debian/source/format (added)
+++ crda/trunk/debian/source/format Mon Mar  1 09:19:50 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: crda/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/watch?rev=1492&op=diff
==============================================================================
--- crda/trunk/debian/watch (original)
+++ crda/trunk/debian/watch Mon Mar  1 09:19:50 2010
@@ -1,2 +1,2 @@
 version=3
-http://wireless.kernel.org/download/crda/crda-(.*)\.tar\.bz2 debian uupdate
+http://wireless.kernel.org/download/crda/crda-(.*)\.tar\.bz2 debian




More information about the Pkg-wpa-devel mailing list