[Python-apps-commits] r3457 - in packages/autokey/trunk/debian (13 files)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Mon Aug 17 13:21:50 UTC 2009


    Date: Monday, August 17, 2009 @ 13:21:49
  Author: ffm-guest
Revision: 3457

autokey (0.60.0-1) UNRELEASED; urgency=low
* New upstream version:
    - Implement scripting interface (ScriptRunner)
    - Rebuild UI using PyKDE/PyQT
    - Refactor ExpansionService, split into PhraseRunner and ScriptRunner
    - Implement libraries to provide script namespaces
    - Add option to undo abbreviation expansion using backspace
* Update debian/watch file with new URL
 -- Luke Faraone <luke at faraone.cc>Mon, 17 Aug 2009 09:18:07 -0400

Modified:
  packages/autokey/trunk/debian/autokey.1
  packages/autokey/trunk/debian/autokey.init
  packages/autokey/trunk/debian/autokey.lintian-overrides
  packages/autokey/trunk/debian/changelog
  packages/autokey/trunk/debian/compat
  packages/autokey/trunk/debian/control
  packages/autokey/trunk/debian/copyright
  packages/autokey/trunk/debian/docs
  packages/autokey/trunk/debian/postinst
  packages/autokey/trunk/debian/prerm
  packages/autokey/trunk/debian/pycompat
  packages/autokey/trunk/debian/rules
  packages/autokey/trunk/debian/watch

Modified: packages/autokey/trunk/debian/autokey.1
===================================================================
--- packages/autokey/trunk/debian/autokey.1	2009-08-17 12:26:26 UTC (rev 3456)
+++ packages/autokey/trunk/debian/autokey.1	2009-08-17 13:21:49 UTC (rev 3457)
@@ -28,9 +28,10 @@
 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
 .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
 .\" respectively.
-\fBautokey\fP is a text expansion/replacement and hotkey utility for Linux and X11.
-It can receive keyboard events via several methods and uses X events to drive the expansions. 
-It is designed to save time by automating repetitive typing tasks, among other things.
+\fBautokey\fP AutoKey is a desktop automation utility for Linux and X11. It allows
+the automation of virtually any task by responding to typed abbreviations and hotkeys. It 
+offers a full-featured GUI that makes it highly accessible for novices, as well as a scripting 
+interface offering the full flexibility and power of the Python language.
 .br
 For more information refer to the online manual at:
     http://autokey.wiki.sourceforge.net/
@@ -39,10 +40,10 @@
 options starting with two dashes (`-').
 A summary of options is included below.
 .TP
-.B \-h, \-\-help
+.B \-\-help
 Show summary of options.
 .TP
-.B \-v, \-\-verbose
+.B \-l, \-\-verbose
 Enable verbose (debug) logging.
 .TP
 .B \-c, \-\-configure

Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog	2009-08-17 12:26:26 UTC (rev 3456)
+++ packages/autokey/trunk/debian/changelog	2009-08-17 13:21:49 UTC (rev 3457)
@@ -1,8 +1,15 @@
-autokey (0.54.5-2) UNRELEASED; urgency=low
+autokey (0.60.0-1) UNRELEASED; urgency=low
 
+  * New upstream version:
+      - Implement scripting interface (ScriptRunner)
+      - Rebuild UI using PyKDE/PyQT
+      - Refactor ExpansionService, split into PhraseRunner and ScriptRunner
+      - Implement libraries to provide script namespaces
+      - Add option to undo abbreviation expansion using backspace
   * Bump standards version.
+  * Update debian/watch file with new URL
 
- -- Luke Faraone <luke at faraone.cc>  Mon, 17 Aug 2009 08:25:59 -0400
+ -- Luke Faraone <luke at faraone.cc>  Mon, 17 Aug 2009 09:18:07 -0400
 
 autokey (0.54.5-1) unstable; urgency=low
 

Modified: packages/autokey/trunk/debian/control
===================================================================
--- packages/autokey/trunk/debian/control	2009-08-17 12:26:26 UTC (rev 3456)
+++ packages/autokey/trunk/debian/control	2009-08-17 13:21:49 UTC (rev 3457)
@@ -1,9 +1,9 @@
 Source: autokey
-Section: gnome
+Section: kde
 Priority: optional
 Maintainer: Luke Faraone <luke at faraone.cc>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: python (>= 2.5), cdbs (>= 0.4.49), debhelper (>= 6), python-setuptools
+Build-Depends: python (>= 2.5), cdbs (>= 0.4.49), debhelper (>= 6)
 Build-Depends-indep: python-central (>= 0.6.0)
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.5
@@ -11,10 +11,11 @@
 
 Package: autokey
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-gobject, python-xlib, python-configobj, python-notify, librsvg2-2
+Depends: ${python:Depends}, ${misc:Depends}, python-kde4, python-qt4, python-qscintilla2, python-xlib 
 XB-Python-Version: ${python:Versions}
-Description: text expansion and hotkey utility
- AutoKey is a text expansion/replacement and hotkey utility for Linux and X11.
- It can receive keyboard events via several methods and uses X events to drive 
- the expansions. It is designed to save time by automating repetitive typing 
- tasks, among other things.
+Description: desktop automation utility
+ AutoKey is a desktop automation utility for Linux and X11. It allows the 
+ automation of virtually any task by responding to typed abbreviations and 
+ hotkeys. It offers a full-featured GUI that makes it highly accessible for 
+ novices, as well as a scripting interface offering the full flexibility and 
+ power of the Python language.

Modified: packages/autokey/trunk/debian/watch
===================================================================
--- packages/autokey/trunk/debian/watch	2009-08-17 12:26:26 UTC (rev 3456)
+++ packages/autokey/trunk/debian/watch	2009-08-17 13:21:49 UTC (rev 3457)
@@ -1,2 +1,3 @@
-version=2
-http://sf.net/autokey/autokey_(.+)\.tar\.gz 
+version=3
+http://code.google.com/p/autokey/downloads/list \
+http://autokey.googlecode.com/files/autokey_(.+)\.tar\.gz 




More information about the Python-apps-commits mailing list