r321 - in /unstable/madwifi-tools/debian: changelog manpages patches/02_ath_info_manpage_warnings.patch patches/series rules

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Mon Feb 11 11:07:21 UTC 2008


Author: kelmo-guest
Date: Mon Feb 11 11:07:21 2008
New Revision: 321

URL: http://svn.debian.org/wsvn/pkg-madwifi/?sc=1&rev=321
Log:
* Install the new ath_info upstream tool. [debian/rules, debian/manpages]
* Add debian/patches/02_ath_info_manpage_warnings.patch to fix errors in
  ath_info.8.

Added:
    unstable/madwifi-tools/debian/patches/02_ath_info_manpage_warnings.patch
Modified:
    unstable/madwifi-tools/debian/changelog
    unstable/madwifi-tools/debian/manpages
    unstable/madwifi-tools/debian/patches/series
    unstable/madwifi-tools/debian/rules

Modified: unstable/madwifi-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-madwifi/unstable/madwifi-tools/debian/changelog?rev=321&op=diff
==============================================================================
--- unstable/madwifi-tools/debian/changelog (original)
+++ unstable/madwifi-tools/debian/changelog Mon Feb 11 11:07:21 2008
@@ -17,8 +17,11 @@
   * Drop Alex Wallis from Uploaders, he hasn't been active for too long.
     [debian/control]
   * Cleanup debian/rules get-orig-source target. [debian/rules]
+  * Install the new ath_info upstream tool. [debian/rules, debian/manpages]
+  * Add debian/patches/02_ath_info_manpage_warnings.patch to fix errors in
+    ath_info.8.
 
- -- Kel Modderman <kel at otaku42.de>  Mon, 11 Feb 2008 20:49:00 +1000
+ -- Kel Modderman <kel at otaku42.de>  Mon, 11 Feb 2008 21:05:04 +1000
 
 madwifi-tools (1:0.9.3+dfsg-3) unstable; urgency=low
 

Modified: unstable/madwifi-tools/debian/manpages
URL: http://svn.debian.org/wsvn/pkg-madwifi/unstable/madwifi-tools/debian/manpages?rev=321&op=diff
==============================================================================
--- unstable/madwifi-tools/debian/manpages (original)
+++ unstable/madwifi-tools/debian/manpages Mon Feb 11 11:07:21 2008
@@ -1,5 +1,6 @@
 tools/man/80211debug.8
 tools/man/80211stats.8
+tools/man/ath_info.8
 tools/man/athchans.8
 tools/man/athctrl.8
 tools/man/athdebug.8

Added: unstable/madwifi-tools/debian/patches/02_ath_info_manpage_warnings.patch
URL: http://svn.debian.org/wsvn/pkg-madwifi/unstable/madwifi-tools/debian/patches/02_ath_info_manpage_warnings.patch?rev=321&op=file
==============================================================================
--- unstable/madwifi-tools/debian/patches/02_ath_info_manpage_warnings.patch (added)
+++ unstable/madwifi-tools/debian/patches/02_ath_info_manpage_warnings.patch Mon Feb 11 11:07:21 2008
@@ -1,0 +1,62 @@
+--- a/tools/man/ath_info.8
++++ b/tools/man/ath_info.8
+@@ -49,7 +49,7 @@
+ 
+ Retrieve the module's PCI memory address with \fBlspci\fP:
+ .LP
+-.NF
++.nf
+ # lspci -v
+ 0b:00.0 Ethernet controller: Atheros Communications, Inc. AR5211 802.11ab NIC
+ (rev 01)
+@@ -58,7 +58,7 @@
+         Memory at 6c000000 (32-bit, non-prefetchable) [size=64K]
+         Capabilities: [44] Power Management version 2
+ 
+-.FI
++.fi
+ 
+ The above card has its memory mapped at 0x6c000000.
+ .PP
+@@ -67,14 +67,14 @@
+ you must manually enable the PCI device with \fBsetpci\fP. The argument to "-s" comes
+ from the output above:
+ .LP
+-.NF
++.nf
+ setpci -s 0b:00.0 command=0x41f cache_line_size=0x10
+ 
+ 
+ .PP
+ Retrieve some information of the module:
+ .LP
+-.NF
++.nf
+ # ./ath_info 0x6c000000
+  \-==Device Information==\-
+ .br
+@@ -105,13 +105,13 @@
+ |  RFKill  Support: no   |
+ .br
+  ========================
+-.FI
++.fi
+ .PP
+ Set the regulatory domain to 0. You need to confirm to write with 'y' (-f turns this off).
+ Check \fBhttp://madwifi.org/wiki/UserDocs/CountryCode\fP for more information on
+ regdomains and country codes:
+ .LP
+-.NF
++.nf
+ # ./ath_info -w 0x6c000000 regdomain 0   
+ .br
+  -==Device Information==-
+@@ -157,7 +157,7 @@
+ Shall I write the above value(s)? (y/n)
+ .br
+ y
+-.FI
++.fi
+ 
+ .SH "BUGS"
+ 

Modified: unstable/madwifi-tools/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-madwifi/unstable/madwifi-tools/debian/patches/series?rev=321&op=diff
==============================================================================
--- unstable/madwifi-tools/debian/patches/series (original)
+++ unstable/madwifi-tools/debian/patches/series Mon Feb 11 11:07:21 2008
@@ -1,1 +1,2 @@
 01_athstats_disable_hal_phy_errors.patch
+02_ath_info_manpage_warnings.patch

Modified: unstable/madwifi-tools/debian/rules
URL: http://svn.debian.org/wsvn/pkg-madwifi/unstable/madwifi-tools/debian/rules?rev=321&op=diff
==============================================================================
--- unstable/madwifi-tools/debian/rules (original)
+++ unstable/madwifi-tools/debian/rules Mon Feb 11 11:07:21 2008
@@ -27,7 +27,8 @@
 	install -D -m 0755 tools/wlanconfig \
 		debian/madwifi-tools/sbin/wlanconfig
 	
-	for t in 80211debug 80211stats athchans athctrl athdebug athkey athstats; do \
+	for t in 80211debug 80211stats ath_info athchans athctrl athdebug \
+		 athkey athstats; do \
 		install -D -m 0755 tools/$$t \
 			debian/madwifi-tools/usr/sbin/$$t; \
 	done




More information about the Pkg-madwifi-maintainers mailing list