r286 - in /experimental/madwifi/debian: NEWS changelog control.modules.in madwifi-source.README.debian patches/00list patches/11_mips-compile-flags-fix.dpatch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed Aug 1 12:46:24 UTC 2007


Author: kelmo-guest
Date: Wed Aug  1 12:46:23 2007
New Revision: 286

URL: http://svn.debian.org/wsvn/pkg-madwifi/?sc=1&rev=286
Log:
* New upstream SVN snapshot
  - new HAL, improved hardware support
* Format Homepage fields. [debian/control]
* Remove reference to obsolete kernel-image-_KVERS_.
* Fix compilation on mips32, thanks Aurelien.

Added:
    experimental/madwifi/debian/patches/11_mips-compile-flags-fix.dpatch
Modified:
    experimental/madwifi/debian/NEWS
    experimental/madwifi/debian/changelog
    experimental/madwifi/debian/control.modules.in
    experimental/madwifi/debian/madwifi-source.README.debian
    experimental/madwifi/debian/patches/00list

Modified: experimental/madwifi/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-madwifi/experimental/madwifi/debian/NEWS?rev=286&op=diff
==============================================================================
--- experimental/madwifi/debian/NEWS (original)
+++ experimental/madwifi/debian/NEWS Wed Aug  1 12:46:23 2007
@@ -2,7 +2,7 @@
 
   The homepage of the pkg-madwifi maintainers is hosted on madwifi.org's
   wiki. The following link will redirect to the Debian UserDocs for madwifi:
-
+    
     http://pkg-madwifi.alioth.debian.org/
 
   Please visit the wiki, and feel free to change/edit/enhance the pages with

Modified: experimental/madwifi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-madwifi/experimental/madwifi/debian/changelog?rev=286&op=diff
==============================================================================
--- experimental/madwifi/debian/changelog (original)
+++ experimental/madwifi/debian/changelog Wed Aug  1 12:46:23 2007
@@ -1,7 +1,8 @@
-madwifi (1:0.9.3+r2510.20070623-1) experimental; urgency=low
-
-  * New upstream SVN snapshot.
-  * Format Homepage fileds. [debian/control]
+madwifi (1:0.9.3+r2628.20070801-1) experimental; urgency=low
+
+  * New upstream SVN snapshot
+    - new HAL, improved hardware support
+  * Format Homepage fields. [debian/control]
   * Add XS-Vcs-* fields. [debian/control]
   * Drop patches merged upstream.
   * No longer provide madwifi-doc. [debian/control, debian/madwifi-doc.*]
@@ -9,8 +10,12 @@
     madwifi-modules-_KVERS_. [debian/control.modules.in]
   * madwifi-source currently depends on perl being available at module compile
     time. [debian/control]
-
- -- Kel Modderman <kel at otaku42.de>  Sun, 24 Jun 2007 20:03:34 +1000
+  * Remove reference to obsolete kernel-image-_KVERS_.
+    [debian/control.modules.in]
+  * Fix compilation on mips32, thanks Aurelien.
+    [debian/patches/11_mips-compile-flags-fix.dpatch]
+
+ -- Kel Modderman <kel at otaku42.de>  Wed, 01 Aug 2007 22:40:49 +1000
 
 madwifi (1:0.9.3-2) unstable; urgency=low
 

Modified: experimental/madwifi/debian/control.modules.in
URL: http://svn.debian.org/wsvn/pkg-madwifi/experimental/madwifi/debian/control.modules.in?rev=286&op=diff
==============================================================================
--- experimental/madwifi/debian/control.modules.in (original)
+++ experimental/madwifi/debian/control.modules.in Wed Aug  1 12:46:23 2007
@@ -8,7 +8,7 @@
 
 Package: madwifi-modules-_KVERS_
 Architecture: any
-Depends: madwifi-tools, linux-image-_KVERS_ | kernel-image-_KVERS_
+Depends: madwifi-tools, linux-image-_KVERS_
 Recommends: wireless-tools
 Description: modules for the Multiband Atheros Driver for WiFi (kernel _KVERS_)
  This package contains the set of loadable kernel modules for Atheros

Modified: experimental/madwifi/debian/madwifi-source.README.debian
URL: http://svn.debian.org/wsvn/pkg-madwifi/experimental/madwifi/debian/madwifi-source.README.debian?rev=286&op=diff
==============================================================================
--- experimental/madwifi/debian/madwifi-source.README.debian (original)
+++ experimental/madwifi/debian/madwifi-source.README.debian Wed Aug  1 12:46:23 2007
@@ -50,14 +50,6 @@
 MadWifi Documentation
 =====================
 
-The 'madwifi-doc' package contains the madwifi users-guide, a comprhensive
-document containing all infomation pertaining to the administration of the
-madwifi kernel modules and userspace tools.
-
-The madwifi-doc packages installs the document to:-
-
-	/usr/share/doc/madwifi-doc/users-guide.pdf.gz
-
 The madwifi developers maintain an excellent resource:
 
 	http://madwifi.org/

Modified: experimental/madwifi/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-madwifi/experimental/madwifi/debian/patches/00list?rev=286&op=diff
==============================================================================
--- experimental/madwifi/debian/patches/00list (original)
+++ experimental/madwifi/debian/patches/00list Wed Aug  1 12:46:23 2007
@@ -1,1 +1,1 @@
-
+11_mips-compile-flags-fix

Added: experimental/madwifi/debian/patches/11_mips-compile-flags-fix.dpatch
URL: http://svn.debian.org/wsvn/pkg-madwifi/experimental/madwifi/debian/patches/11_mips-compile-flags-fix.dpatch?rev=286&op=file
==============================================================================
--- experimental/madwifi/debian/patches/11_mips-compile-flags-fix.dpatch (added)
+++ experimental/madwifi/debian/patches/11_mips-compile-flags-fix.dpatch Wed Aug  1 12:46:23 2007
@@ -1,0 +1,34 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## mips-compile-flags-fix.patch by Aurelien Jarno <aurel32 at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: madwifi fails to build on MIPS32 CPU due to a bug in the build system.
+## DP: On those systems, the -mips1 option is passed to GCC, which conflicts
+## DP: with the -mips32 option passed by the kernel build system.
+## DP: 
+## DP: Also the -EL or -EB options are issuing warnings, as they are only
+## DP: available on the other endianess system (-EL is available on mips, -EB
+## DP: on mipsel). The default endianess is sane, there is no need to force it,
+## DP: and anyway the kernel build system already handle that.
+
+ at DPATCH@
+diff -Nrup madwifi-0.9.3/hal/public/mips1-be-elf.inc madwifi-0.9.3-mips/hal/public/mips1-be-elf.inc
+--- madwifi-0.9.3/hal/public/mips1-be-elf.inc	2006-05-27 12:48:16.000000000 +1000
++++ madwifi-0.9.3-mips/hal/public/mips1-be-elf.inc	2007-07-15 10:40:52.000000000 +1000
+@@ -68,5 +68,5 @@ AH_REGOPS_FUNC=1
+ 
+ LDOPTS=	-EB
+ COPTS+=	-DAH_BYTE_ORDER=AH_BIG_ENDIAN
+-COPTS+=	-G 0 -EB -mno-abicalls -fno-pic -mips1 -Wa,--trap \
++COPTS+=	-G 0 -mno-abicalls -fno-pic -Wa,--trap \
+ 	-fno-strict-aliasing -fno-common -fomit-frame-pointer -mlong-calls
+diff -Nrup madwifi-0.9.3/hal/public/mips1-le-elf.inc madwifi-0.9.3-mips/hal/public/mips1-le-elf.inc
+--- madwifi-0.9.3/hal/public/mips1-le-elf.inc	2006-05-27 12:48:16.000000000 +1000
++++ madwifi-0.9.3-mips/hal/public/mips1-le-elf.inc	2007-07-15 10:40:08.000000000 +1000
+@@ -68,5 +68,5 @@ AH_REGOPS_FUNC=1
+ 
+ LDOPTS=	-EL
+ COPTS+=	-DAH_BYTE_ORDER=AH_LITTLE_ENDIAN
+-COPTS+=	-G 0 -EL -mno-abicalls -fno-pic -mips1 -Wa,--trap \
++COPTS+=	-G 0 -mno-abicalls -fno-pic -Wa,--trap \
+ 	-fno-strict-aliasing -fno-common -fomit-frame-pointer -mlong-calls




More information about the Pkg-madwifi-maintainers mailing list