[Python-apps-commits] r4133 - in packages/autokey/trunk (5 files)

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


    Date: Sunday, November 15, 2009 @ 16:46:04
  Author: ffm-guest
Revision: 4133

New upstream version. 

Modified:
  packages/autokey/trunk/debian/	(properties)
  packages/autokey/trunk/debian/autokey.1
  packages/autokey/trunk/debian/changelog
  packages/autokey/trunk/debian/control
  packages/autokey/trunk/debian/rules


Property changes on: packages/autokey/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Modified: packages/autokey/trunk/debian/autokey.1
===================================================================
--- packages/autokey/trunk/debian/autokey.1	2009-11-15 16:16:55 UTC (rev 4132)
+++ packages/autokey/trunk/debian/autokey.1	2009-11-15 16:46:04 UTC (rev 4133)
@@ -2,7 +2,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH AUTOKEY "1" "July 9, 2009"
+.TH AUTOKEY "1" "August 19, 2009"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -33,8 +33,8 @@
 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/
+For more information refer to the online wiki at:
+    http://code.google.com/p/autokey/w/list
 .SH OPTIONS
 This program follows the usual GNU command line syntax, with long
 options starting with two dashes (`-').

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

Modified: packages/autokey/trunk/debian/control
===================================================================
--- packages/autokey/trunk/debian/control	2009-11-15 16:16:55 UTC (rev 4132)
+++ packages/autokey/trunk/debian/control	2009-11-15 16:46:04 UTC (rev 4133)
@@ -13,7 +13,7 @@
 
 Package: autokey
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-kde4, python-qt4, python-qscintilla2, python-xlib 
+Depends: ${python:Depends}, ${misc:Depends}, python-kde4, python-qt4, python-qscintilla2, python-xlib, wmctrl
 XB-Python-Version: ${python:Versions}
 Description: desktop automation utility
  AutoKey is a desktop automation utility for Linux and X11. It allows the 

Modified: packages/autokey/trunk/debian/rules
===================================================================
--- packages/autokey/trunk/debian/rules	2009-11-15 16:16:55 UTC (rev 4132)
+++ packages/autokey/trunk/debian/rules	2009-11-15 16:46:04 UTC (rev 4133)
@@ -9,3 +9,4 @@
 # Add here any variable or target overrides you need.
 DEB_INSTALL_MANPAGES_autokey = debian/autokey.1
 DEB_DH_INSTALLINIT_ARGS := --no-start
+




More information about the Python-apps-commits mailing list