[pkg-wpa-devel] r1133 - in /wpasupplicant/trunk/debian: changelog patches/41_manpage_format_fixes.patch patches/series

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed Feb 13 05:46:53 UTC 2008


Author: kelmo-guest
Date: Wed Feb 13 05:46:53 2008
New Revision: 1133

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1133
Log:
* Add patch to fix formatting errors in manpages build from sgml source. Use
  <emphasis> tags to hightlight keywords instead of surrounding them in
  strong quotes.
  - debian/patches/41_manpage_format_fixes.patch

Added:
    wpasupplicant/trunk/debian/patches/41_manpage_format_fixes.patch
Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/patches/series

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1133&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Wed Feb 13 05:46:53 2008
@@ -6,8 +6,12 @@
     - debian/patches/40_dbus_ssid_data.patch (Closes: #465338)
   * Fix formatting error in debian/ifupdown/wpa_action.8 to make lintian
     quieter.
-
- -- Kel Modderman <kel at otaku42.de>  Wed, 13 Feb 2008 15:06:50 +1000
+  * Add patch to fix formatting errors in manpages build from sgml source. Use
+    <emphasis> tags to hightlight keywords instead of surrounding them in
+    strong quotes.
+    - debian/patches/41_manpage_format_fixes.patch
+
+ -- Kel Modderman <kel at otaku42.de>  Wed, 13 Feb 2008 15:45:45 +1000
 
 wpasupplicant (0.6.2+git20080206.g8c0dad4-1) unstable; urgency=low
 

Added: wpasupplicant/trunk/debian/patches/41_manpage_format_fixes.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/41_manpage_format_fixes.patch?rev=1133&op=file
==============================================================================
--- wpasupplicant/trunk/debian/patches/41_manpage_format_fixes.patch (added)
+++ wpasupplicant/trunk/debian/patches/41_manpage_format_fixes.patch Wed Feb 13 05:46:53 2008
@@ -1,0 +1,120 @@
+From: Kel Modderman <kel at otaku42.de>
+Reference: none
+Description: fix manpage formatting by using emphasis tags in place of '
+
+Signed-off-by: Kel Modderman <kel at otaku42.de>
+---
+
+--- a/wpa_supplicant/doc/docbook/wpa_cli.sgml
++++ b/wpa_supplicant/doc/docbook/wpa_cli.sgml
+@@ -72,17 +72,18 @@
+    case of OTP request, it includes the challenge from the
+    authentication server.</para>
+ 
+-    <para>The reply to these requests can be given with 'identity',
+-    'password', and 'otp' commands. &lt;id&gt; needs to be copied from the
+-    the matching request. 'password' and 'otp' commands can be used
+-    regardless of whether the request was for PASSWORD or OTP. The
+-    main difference between these two commands is that values given
+-    with 'password' are remembered as long as wpa_supplicant is
+-    running whereas values given with 'otp' are used only once and
+-    then forgotten, i.e., wpa_supplicant will ask frontend for a new
+-    value for every use. This can be used to implement
+-    one-time-password lists and generic token card -based
+-    authentication.</para>
++    <para>The reply to these requests can be given with
++    <emphasis>identity</emphasis>, <emphasis>password</emphasis>, and
++    <emphasis>otp</emphasis> commands. &lt;id&gt; needs to be copied from
++    the matching request. <emphasis>password</emphasis> and
++    <emphasis>otp</emphasis> commands can be used regardless of whether
++    the request was for PASSWORD or OTP. The main difference between these
++    two commands is that values given with <emphasis>password</emphasis> are
++    remembered as long as wpa_supplicant is running whereas values given
++    with <emphasis>otp</emphasis> are used only once and then forgotten,
++    i.e., wpa_supplicant will ask frontend for a new value for every use.
++    This can be used to implement one-time-password lists and generic token
++    card -based authentication.</para>
+ 
+     <para>Example request for password and a matching reply:</para>
+ 
+--- a/wpa_supplicant/doc/docbook/wpa_priv.sgml
++++ b/wpa_supplicant/doc/docbook/wpa_priv.sgml
+@@ -49,9 +49,9 @@
+     <title>Example configuration</title>
+ 
+     <para>The following steps are an example of how to configure
+-    <command>wpa_priv</command> to allow users in the 'wpapriv' group
+-    to communicate with <command>wpa_supplicant</command> with privilege
+-    separation:</para>
++    <command>wpa_priv</command> to allow users in the
++    <emphasis>wpapriv</emphasis> group to communicate with
++    <command>wpa_supplicant</command> with privilege separation:</para>
+ 
+     <para>Create user group (e.g., wpapriv) and assign users that
+     should be able to use wpa_supplicant into that group.</para>
+@@ -111,7 +111,7 @@
+ 	supported <command>wpa_supplicant</command> driver backends is to be
+ 	used. To get a list of supported driver types see wpa_supplicant help
+ 	(e.g, wpa_supplicant -h). The driver backend supported by most good
+-	drivers is 'wext'.</para>
++	drivers is <emphasis>wext</emphasis>.</para>
+ 
+ 	<para>The &lt;ifname&gt; string specifies which network
+ 	interface is to be managed by <command>wpa_supplicant</command>
+--- a/wpa_supplicant/doc/docbook/wpa_supplicant.conf.sgml
++++ b/wpa_supplicant/doc/docbook/wpa_supplicant.conf.sgml
+@@ -26,7 +26,7 @@
+     <para>Changes to configuration file can be reloaded be sending
+     SIGHUP signal to <command>wpa_supplicant</command> ('killall -HUP
+     wpa_supplicant'). Similarly, reloading can be triggered with
+-    the 'wpa_cli reconfigure' command.</para>
++    the <emphasis>wpa_cli reconfigure</emphasis> command.</para>
+ 
+     <para>Configuration file can include one or more network blocks,
+     e.g., one for each used SSID. wpa_supplicant will automatically
+@@ -174,7 +174,7 @@
+ 
+       <listitem>
+ 	<para>Authentication for wired Ethernet. This can be used with
+-       'wired' interface (-Dwired on command line).</para>
++       <emphasis>wired</emphasis> interface (-Dwired on command line).</para>
+ 
+ <blockquote><programlisting>
+ ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
+--- a/wpa_supplicant/doc/docbook/wpa_supplicant.sgml
++++ b/wpa_supplicant/doc/docbook/wpa_supplicant.sgml
+@@ -530,9 +530,9 @@
+ 	snapshot/v0.2.x)</term>
+ 	<listitem>
+ 	  <para> (http://hostap.epitest.fi/) Driver needs to be set in
+-	Managed mode ('iwconfig wlan0 mode managed').  Please note
+-	that station firmware version needs to be 1.7.0 or newer to
+-	work in WPA mode.</para>
++	  Managed mode (<emphasis>iwconfig wlan0 mode managed</emphasis>).
++	  Please note that station firmware version needs to be 1.7.0 or
++	  newer to work in WPA mode.</para>
+ 	</listitem>
+       </varlistentry>
+ 
+@@ -736,8 +736,8 @@
+     <para>Add MODE="Managed" and WPA="y" to the network scheme in
+     <filename>/etc/pcmcia/wireless.opts</filename>.</para>
+ 
+-    <para>Add the following block to the end of 'start' action handler
+-    in <filename>/etc/pcmcia/wireless</filename>:</para>
++    <para>Add the following block to the end of <emphasis>start</emphasis>
++    action handler in <filename>/etc/pcmcia/wireless</filename>:</para>
+ 
+     <blockquote><programlisting>
+ if [ "$WPA" = "y" -a -x /usr/local/bin/wpa_supplicant ]; then
+@@ -746,8 +746,8 @@
+     </programlisting></blockquote>
+ 
+ 
+-    <para>Add the following block to the end of 'stop' action handler
+-    (may need to be separated from other actions) in
++    <para>Add the following block to the end of <emphasis>stop</emphasis>
++    action handler (may need to be separated from other actions) in
+     <filename>/etc/pcmcia/wireless</filename>:</para>
+ 
+     <blockquote><programlisting>

Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=1133&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Wed Feb 13 05:46:53 2008
@@ -7,3 +7,4 @@
 31_wpa_gui_qt4_eventhistory_always_scrollbar.patch
 32_wpa_gui_qt4_eventhistory_scroll_with_events.patch
 40_dbus_ssid_data.patch
+41_manpage_format_fixes.patch




More information about the Pkg-wpa-devel mailing list