I have made an NMU to the 7 day delayed queue on gluck to fix this bug
with the attached diff.

Feel free to override with a maintainer upload between now and then.


Don Armstrong

-- 
For a moment, nothing happened. Then, after a second or so, nothing
continued to happen.
 -- Douglas Adams

http://www.donarmstrong.com              http://rzlab.ucr.edu
diff -u wmii-3.6~rc2+20070518/debian/changelog wmii-3.6~rc2+20070518/debian/changelog
--- wmii-3.6~rc2+20070518/debian/changelog
+++ wmii-3.6~rc2+20070518/debian/changelog
@@ -1,3 +1,11 @@
+wmii (3.6~rc2+20070518-1.1) unstable; urgency=low
+
+  * NMU
+  * Fix wmiirc and wmiiloop.sh to properly populate keys and the commands
+    to handle them (Closes: #423521)
+
+ -- Don Armstrong <[EMAIL PROTECTED]>  Fri, 06 Jul 2007 23:43:36 -0700
+
 wmii (3.6~rc2+20070518-1) unstable; urgency=low
 
   * New upstream snapshot.
only in patch2:
unchanged:
--- wmii-3.6~rc2+20070518.orig/rc/wmiirc.sh
+++ wmii-3.6~rc2+20070518/rc/wmiirc.sh
@@ -163,7 +163,7 @@
 EOF
 
 # Feed events to `wmiiloop' for processing
-eval "$(eventstuff | sed 's/^[	]//' | wmiiloop)"
+eval "$(eventstuff | sed 's/^[	]//' | { . wmiiloop; })"
 
 # Functions
 Action() {
only in patch2:
unchanged:
--- wmii-3.6~rc2+20070518.orig/cmd/wmiiloop.sh
+++ wmii-3.6~rc2+20070518/cmd/wmiiloop.sh
@@ -12,7 +12,6 @@
 		arg[1] = "Nop"
 		body = "";
 		writekeys = "wmiir write /keys"
-		print "IFS=''"
 	}
 
 	function addevent() {

Attachment: signature.asc
Description: Digital signature

Reply via email to