[Python-apps-commits] r4134 - in packages/autokey/trunk/debian (autokey.init changelog)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Sun Nov 15 16:54:13 UTC 2009


    Date: Sunday, November 15, 2009 @ 16:54:12
  Author: ffm-guest
Revision: 4134

Included updated upstream init script.

Modified:
  packages/autokey/trunk/debian/autokey.init
  packages/autokey/trunk/debian/changelog

Modified: packages/autokey/trunk/debian/autokey.init
===================================================================
--- packages/autokey/trunk/debian/autokey.init	2009-11-15 16:46:04 UTC (rev 4133)
+++ packages/autokey/trunk/debian/autokey.init	2009-11-15 16:54:12 UTC (rev 4134)
@@ -11,7 +11,7 @@
 # Description:       Enable AutoKey's EvDev interface daemon.
 ### END INIT INFO
 
-import sys, os, socket, glob, shutil
+import sys, os, socket, glob, shutil, time
 from autokey import evdev, daemon
 from autokey.interface import DOMAIN_SOCKET_PATH, PACKET_SIZE
 
@@ -42,6 +42,7 @@
         print "Created domain socket"
 
         while True:
+            time.sleep(5) # sleep 5 seconds, waiting for devices to appear after resume from S3
             s.listen(1)
             try:
                 conn, addr = s.accept()

Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog	2009-11-15 16:46:04 UTC (rev 4133)
+++ packages/autokey/trunk/debian/changelog	2009-11-15 16:54:12 UTC (rev 4134)
@@ -1,8 +1,8 @@
-autokey (0.60.7a-1) UNRELEASED; urgency=low
+autokey (0.60.7a-1) unstable; urgency=low
 
   * New upstream version
 
- -- Luke Faraone <luke at faraone.cc>  Sun, 15 Nov 2009 11:20:40 -0500
+ -- Luke Faraone <luke at faraone.cc>  Sun, 15 Nov 2009 11:53:51 -0500
 
 autokey (0.60.4-1) unstable; urgency=low
 




More information about the Python-apps-commits mailing list