[pkg-wpa-devel] r1250 - in /wpasupplicant/trunk/debian: changelog control rules

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Mon Sep 22 23:53:13 UTC 2008


Author: kelmo-guest
Date: Mon Sep 22 23:53:13 2008
New Revision: 1250

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1250
Log:
* wpa_gui need not depend stricly upon the same binary version of
  wpa_supplicant, it just requires a version of wpa_supplicant which support
  the set of ctrl_interface commands that are used, which to the best of my
  knowledge is (>= 0.6.2-1). [debian/control]
* Cleanup short description of wpasupplicant, and improve short description
  of wpagui. [debian/control]
* Move wpa_gui to /usr/bin/, in preparation for the possibility of starting
  the interface as user. [debian/rules]

Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/control
    wpasupplicant/trunk/debian/rules

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1250&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Mon Sep 22 23:53:13 2008
@@ -3,8 +3,16 @@
   * DO NOT RELEASE.
   * Install /etc/wpa_supplicant/action_wpa.sh to enhance wpa-roam integration
     with pm-utils and ifplugd.
-
- -- Kel Modderman <kel at otaku42.de>  Tue, 23 Sep 2008 06:00:22 +1000
+  * wpa_gui need not depend stricly upon the same binary version of
+    wpa_supplicant, it just requires a version of wpa_supplicant which support
+    the set of ctrl_interface commands that are used, which to the best of my
+    knowledge is (>= 0.6.2-1). [debian/control]
+  * Cleanup short description of wpasupplicant, and improve short description
+    of wpagui. [debian/control]
+  * Move wpa_gui to /usr/bin/, in preparation for the possibility of starting
+    the interface as user. [debian/rules]
+
+ -- Kel Modderman <kel at otaku42.de>  Tue, 23 Sep 2008 09:52:27 +1000
 
 wpasupplicant (0.6.4-2) unstable; urgency=low
 

Modified: wpasupplicant/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/control?rev=1250&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/control (original)
+++ wpasupplicant/trunk/debian/control Mon Sep 22 23:53:13 2008
@@ -25,7 +25,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, lsb-base (>= 3.0-6), adduser
 Suggests: wpagui, libengine-pkcs11-openssl
-Description: Client support for WPA and WPA2 (IEEE 802.11i)
+Description: client support for WPA and WPA2 (IEEE 802.11i)
  WPA and WPA2 are methods for securing wireless networks, the former
  using IEEE 802.1X, and the latter using IEEE 802.11i. This software
  provides key negotiation with the WPA Authenticator, and controls
@@ -33,8 +33,8 @@
 
 Package: wpagui
 Architecture: any
-Depends: ${shlibs:Depends}, wpasupplicant (= ${binary:Version})
-Description: GUI for wpa_supplicant
+Depends: ${shlibs:Depends}, wpasupplicant (>= 0.6.2-1)
+Description: graphical user interface for wpa_supplicant
  wpagui provides a Qt interface for choosing which configured network
  to connect to. It also provides a method for browsing 802.11 SSID scan
  results, an event history log of messages generated by wpa_supplicant,

Modified: wpasupplicant/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/rules?rev=1250&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/rules (original)
+++ wpasupplicant/trunk/debian/rules Mon Sep 22 23:53:13 2008
@@ -62,7 +62,7 @@
 	dh_install
 	
 	# wpa_gui
-	dh_install --package=wpagui wpa_supplicant/$(WPAGUI)/wpa_gui usr/sbin/
+	dh_install --package=wpagui wpa_supplicant/$(WPAGUI)/wpa_gui usr/bin/
 	
 	# ifupdown
 	install --mode=755 -D debian/ifupdown/ifupdown.sh \




More information about the Pkg-wpa-devel mailing list