[Python-apps-commits] r10424 - in packages/autokey (24 files)
asb at users.alioth.debian.org
asb at users.alioth.debian.org
Wed Jan 29 02:26:44 UTC 2014
Date: Wednesday, January 29, 2014 @ 02:26:43
Author: asb
Revision: 10424
* Acknowledge my own NMU.
* Non-maintainer upload.
* Update dependencies for autokey-gtk. It has been
ported to GTK+3 and gobject introspection (Closes: #688128).
- Drop depends on python-gtk2, python-gtksourceview2, python-glade2,
and python-notify.
- Add depends on python-gi, gir1.2-gtk-3.0, gir1.2-gtksource-3.0,
gir1.2-glib-2.0, and gir1.2-notify-0.7.
Added:
packages/autokey/tags/0.90.1-1.1/
packages/autokey/tags/0.90.1-1.1/debian/
packages/autokey/tags/0.90.1-1.1/debian/autokey-common.install
packages/autokey/tags/0.90.1-1.1/debian/autokey-common.lintian-overrides
packages/autokey/tags/0.90.1-1.1/debian/autokey-common.postinst
packages/autokey/tags/0.90.1-1.1/debian/autokey-common.prerm
packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.install
packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.postinst
packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.prerm
packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.install
packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.postinst
packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.prerm
packages/autokey/tags/0.90.1-1.1/debian/changelog
packages/autokey/tags/0.90.1-1.1/debian/compat
packages/autokey/tags/0.90.1-1.1/debian/control
packages/autokey/tags/0.90.1-1.1/debian/copyright
packages/autokey/tags/0.90.1-1.1/debian/docs
packages/autokey/tags/0.90.1-1.1/debian/pycompat
packages/autokey/tags/0.90.1-1.1/debian/rules
packages/autokey/tags/0.90.1-1.1/debian/source/
packages/autokey/tags/0.90.1-1.1/debian/source/format
packages/autokey/tags/0.90.1-1.1/debian/watch
Modified:
packages/autokey/trunk/debian/changelog
packages/autokey/trunk/debian/control
Added: packages/autokey/tags/0.90.1-1.1/debian/autokey-common.install
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/autokey-common.install (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/autokey-common.install 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,18 @@
+usr/lib/python*/*-packages/autokey/common.py
+usr/lib/python*/*-packages/autokey/configmanager.py
+usr/lib/python*/*-packages/autokey/__init__.py
+usr/lib/python*/*-packages/autokey/interface.py
+usr/lib/python*/*-packages/autokey/iomediator.py
+usr/lib/python*/*-packages/autokey/model.py
+usr/lib/python*/*-packages/autokey/scripting.py
+usr/lib/python*/*-packages/autokey/service.py
+usr/lib/python*/*-packages/autokey/monitor.py
+usr/lib/python*/*-packages/autokey/macro.py
+usr/lib/python*/*-packages/autokey-*.egg-info
+usr/share/icons/hicolor/scalable/apps/autokey*.svg
+usr/share/icons/hicolor/scalable/apps/autokey.png
+usr/share/icons/Humanity/scalable/apps/*.svg
+usr/share/icons/ubuntu-mono-dark/scalable/apps/*.svg
+usr/share/icons/ubuntu-mono-light/scalable/apps/*.svg
+usr/bin/autokey-run
+usr/share/man/man1/autokey-run.1
Added: packages/autokey/tags/0.90.1-1.1/debian/autokey-common.lintian-overrides
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/autokey-common.lintian-overrides (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/autokey-common.lintian-overrides 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1 @@
+autokey-common binary: init.d-script-uses-usr-interpreter
Added: packages/autokey/tags/0.90.1-1.1/debian/autokey-common.postinst
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/autokey-common.postinst (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/autokey-common.postinst 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+# we ship an empty postinst file because svn-buildpackage keeps the
+# upstream debian/ files (see #623163)
+
+#DEBHELPER#
+
+exit 0
Added: packages/autokey/tags/0.90.1-1.1/debian/autokey-common.prerm
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/autokey-common.prerm (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/autokey-common.prerm 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+# we ship an empty postinst file because svn-buildpackage keeps the
+# upstream debian/ files (see #623163)
+
+#DEBHELPER#
+
+exit 0
Added: packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.install
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.install (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.install 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,5 @@
+usr/lib/python*/*-packages/autokey/gtkui/
+usr/lib/python*/*-packages/autokey/gtkapp.py
+usr/bin/autokey-gtk
+usr/share/applications/autokey-gtk.desktop
+usr/share/man/man1/autokey-gtk.1
\ No newline at end of file
Added: packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.postinst
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.postinst (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.postinst 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+update-alternatives --install /usr/bin/autokey autokey \
+ /usr/bin/autokey-gtk 50 \
+ --slave /usr/share/man/man1/autokey.1.gz autokey.1.gz \
+ /usr/share/man/man1/autokey-gtk.1.gz
+
+#DEBHELPER#
Added: packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.prerm
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.prerm (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/autokey-gtk.prerm 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+ remove|deconfigure)
+ update-alternatives --remove autokey /usr/bin/autokey-gtk
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
Added: packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.install
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.install (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.install 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,6 @@
+usr/lib/python*/*-packages/autokey/qtui/
+usr/lib/python*/*-packages/autokey/qtapp.py
+usr/bin/autokey-qt
+usr/share/applications/autokey-qt.desktop
+usr/share/man/man1/autokey-qt.1
+usr/share/kde4/apps/autokey/autokeyui.rc
\ No newline at end of file
Added: packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.postinst
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.postinst (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.postinst 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+update-alternatives --install /usr/bin/autokey autokey \
+ /usr/bin/autokey-qt 60 \
+ --slave /usr/share/man/man1/autokey.1.gz autokey.1.gz \
+ /usr/share/man/man1/autokey-qt.1.gz
+
+#DEBHELPER#
Added: packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.prerm
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.prerm (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/autokey-qt.prerm 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+ remove|deconfigure)
+ update-alternatives --remove autokey /usr/bin/autokey-qt
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
Added: packages/autokey/tags/0.90.1-1.1/debian/changelog
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/changelog (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/changelog 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,358 @@
+autokey (0.90.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update dependencies for autokey-gtk. It has been
+ ported to GTK+3 and gobject introspection (Closes: #688128).
+ - Drop depends on python-gtk2, python-gtksourceview2, python-glade2,
+ and python-notify.
+ - Add depends on python-gi, gir1.2-gtk-3.0, gir1.2-gtksource-3.0,
+ gir1.2-glib-2.0, and gir1.2-notify-0.7.
+
+ -- Andrew Starr-Bochicchio <a.starr.b at gmail.com> Sun, 30 Sep 2012 12:43:14 -0400
+
+autokey (0.90.1-1) unstable; urgency=low
+
+ * New upstream version.
+ - Remove EvDev interface and daemon.
+
+ -- Luke Faraone <lfaraone at debian.org> Sat, 02 Jun 2012 22:06:13 -0700
+
+autokey (0.82.2-3) unstable; urgency=low
+
+ * Team upload.
+ * Update uploader to Python Applications Packaging Team.
+ * Fix format of debian/copyright file.
+ * Use simpler mechanism to install the init script.
+ * Switch to using the dh command sequencer.
+ * Moved packaging from python-central to dh_python2 (Closes: #616741).
+ * Fix permissions of installed svg files.
+ * Bump standards-version to 3.9.3.
+
+ -- Arthur de Jong <adejong at debian.org> Mon, 26 Mar 2012 21:28:48 +0200
+
+autokey (0.82.2-2) unstable; urgency=low
+
+ * Update minimum required Python version to 2.6. Thanks to Jakub
+ Wilk for catching this. (Closes: #664530)
+ * Update watch file to remove not-in-use googlecode redirector.
+ * Actually fix description. (Closes: #634823)
+
+ -- Luke Faraone <lfaraone at debian.org> Sun, 25 Mar 2012 01:02:34 -0400
+
+autokey (0.82.2-1) unstable; urgency=low
+
+ * New upstream version.
+ * Merge in packaging updates from upstream. (Closes: #634823)
+ * Update copyright information
+
+ -- Luke Faraone <lfaraone at debian.org> Sun, 11 Mar 2012 00:00:17 -0500
+
+autokey (0.71.3-1) unstable; urgency=low
+
+ * New upstream version.
+ * Switch to dh_python2. (Closes: #616741)
+
+ -- Luke Faraone <lfaraone at debian.org> Wed, 06 Apr 2011 12:21:29 -0400
+
+autokey (0.71.2-1) unstable; urgency=low
+
+ * New upstream version.
+ * Update copyright file to match upstream.
+
+ -- Luke Faraone <lfaraone at debian.org> Tue, 08 Feb 2011 09:36:20 -0500
+
+autokey (0.71.1-1) unstable; urgency=low
+
+ * New upstream version
+ * Update maintainer field to new email address
+
+ -- Luke Faraone <lfaraone at debian.org> Fri, 22 Oct 2010 09:39:31 -0400
+
+autokey (0.71.0-1) unstable; urgency=low
+
+ * New upstream version
+ * Install changelog in package
+ * Bump standards version to 3.9.1, no changes needed.
+ * Remove in-package mentions of dpatch, it is no longer used
+
+ -- Luke Faraone <luke at faraone.cc> Fri, 30 Jul 2010 10:28:39 -0400
+
+autokey (0.70.5-1) unstable; urgency=low
+
+ * New upstream version.
+ * Fix watchfile for Google Code.
+
+ -- Luke Faraone <luke at faraone.cc> Wed, 14 Jul 2010 10:28:52 -0400
+
+autokey (0.70.4-2) unstable; urgency=low
+
+ * Optionally depend on python-simplejson when using Python 2.5,
+ json is part of Python 2.6. (Closes: 579781)
+
+ -- Luke Faraone <luke at faraone.cc> Fri, 30 Apr 2010 17:25:18 -0400
+
+autokey (0.70.4-1) unstable; urgency=low
+
+ * New upstream version.
+ - Make sending text via keyboard dramatically faster by eliminating 2 RTT
+ per character
+ - Remove event replaying code as it is no longer needed and too unreliable
+ - Make phrase execution sequential using a lock, to prevent phrases
+ stomping on each
+ other's output when multiple phrases are triggered one after the other
+ - Only reapply modifiers when entire string has been typed
+ - Remove locks from iomediator as they were made redundant by keyboard
+ grabbing
+ - Fix handling of space by adding it to the XK/AK map
+ - Tweak get_window_title() courtesy of patch by Joseph Reagle
+ - Change text on interface settings page to reflect Record being fixed in
+ x.org v1.7.6
+ - Fix _chooseInterface() and update it to reflect Record being fixed in
+ x.org v1.7.6
+ - Disable substring abbreviation crosscheck - too many spurious warnings
+ - Set initial state of Caps and Numlock using the keyboard LED mask
+ - Get rid of lock state setting in Record interface, wasn't working anyway
+ - Initialise global hotkeys after creating fresh config on first run
+ - Fix for issue 42: Set showPopupHotkey to be a no-op closure in KDE version
+
+ -- Luke Faraone <luke at faraone.cc> Sun, 25 Apr 2010 08:31:58 -0400
+
+autokey (0.70.3-1) unstable; urgency=low
+
+ * New upstream version
+ - Automatically adjust keyboard mapping to allow sending of non-mapped
+ characters in phrases
+ - Remove untypable character validation as it's no longer needed
+ - Catch BadWindow errors during initial hotkey grabs
+ - Prevent abbreviations triggering in the abbreviation settings dialog
+ - [kde] Enable auto-sizing of treeview columns
+ - [gtk] Wrap clipboard calls in gtk.gdk.threads_enter() and leave()
+ - [gtk] Raise a nicer exception if no text was returned from selection
+ or clipboard
+ - [gtk] Fix incorrect validation message in phrase page
+ - Enable config file upgrade from 0.6x.x to to 0.70.0
+ - Add some logging around config upgrades
+ - Fix tiny oops in interface.py
+
+ -- Luke Faraone <luke at faraone.cc> Wed, 21 Apr 2010 09:23:42 -0400
+
+autokey (0.70.2-1) unstable; urgency=low
+
+ * New upstream version
+ - Fix for issue 35 - Cleared hotkeys show in column
+ - Remove send_unicode_char() as it no longer works
+ - Handle missing modifier masks by warning (and not crashing)
+ - Don't grab hotkey combinations for Caps and Num if they aren't mapped
+ - [gtk] Autosize treeview columns
+ - [kde] Remember column and splitter positions
+ - [gtk] Fix hang when filling the clipboard/mouse selection
+ - Exorcise all remaining traces of SourceForge site
+ - Change left click action of notification icon to show the configuration
+ window
+ - When using XRecord interface, get initial state of lock keys
+ - Distinguish between numpad and ordinary keys
+ - Fix numpad key decoding when both numlock and shift are active
+ - Grab the keyboard while grabbing the key for a hotkey in hotkey settings
+ dialog
+ - Implement configuration option to send phrase via different modes
+ - Implement validation to check for untypable characters in a phrase
+ - Improve documentation for scripting interface (issue 37)
+ - Don't log list of phrases/scripts in debug mode as it can be a security
+ risk
+ - Disable abbreviation popup hotkey by default
+ - Make hotkey and abbreviation validation messages more informative
+ - Detect substring abbreviation conflicts when validating
+
+ -- Luke Faraone <luke at faraone.cc> Mon, 19 Apr 2010 08:25:18 -0400
+
+autokey (0.70.1-1) unstable; urgency=low
+
+ * New upstream version
+ - Add extra columns to treewidget to display abbreviation and/or hotkey
+ - Always prompt before deleting anything
+ - Much nicer determination of new selection after deleting an item
+ - [kde] Improve treewidget behaviour when creating phrases/scripts
+ - [kde] Get rid of unused help menu entries
+ - Fix a number of bugs around prompting to save and autosaving
+ - [gtk] Fix for issue 29 - Clicking "Yes" for saving a phrase doesn't save
+ the phrase
+ - Use shutil.copy2 to preserve config file's timestamp
+ - Extensive rewrite of keyboard mapping code
+ - Prevent spurious hotkey grabs on window create
+ - Flush generated keyboard events before ungrabbing the keyboard
+ - Add a fake_keypress() to scripting keyboard class to send events using
+ xtest
+ - Fix bug where word characters were not detected correctly in non-English
+ locales
+ - Add dependency and import handling for differing JSON libraries in Python
+ 2.5
+
+ -- Luke Faraone <luke at faraone.cc> Thu, 15 Apr 2010 11:12:49 -0400
+
+autokey (0.70.0-1) experimental; urgency=low
+
+ * New upstream version:
+ - Persist configuration using json instead of pickle
+ - Make hotkeys exclusive - prevent other applications from receiving them
+ - Hotkeys are grabbed globally if they have no filter
+ - Hotkeys are grabbed only in matching windows if they have a filter
+ - Grab keyboard while sending strings to prevent user-typed input mixing
+ with output
+ - Fix problem where hotkeys with backspace, tab and enter would not work
+ - Improve window name determination
+ - Build a map of modifier masks
+ - Use modifier masks to correctly emit modified keys instead of using Xtest
+
+ -- Luke Faraone <luke at faraone.cc> Fri, 09 Apr 2010 10:23:35 -0400
+
+autokey (0.61.7-2) unstable; urgency=low
+
+ * Fix dependency substitution for Ubuntu.
+
+ -- Luke Faraone <luke at faraone.cc> Mon, 05 Apr 2010 08:38:03 -0400
+
+autokey (0.61.7-1) unstable; urgency=medium
+
+ * New upstream version:
+ - Fix incorrect reference to instance variable in KDE version
+ - Fix incorrect method signature in KeyGrabber class
+ - ConfigManager uses version from common.py now
+ - Fix problem with autostart in GTK version - issue #27
+ - Allow system.exec_command to be used with long-running processes
+ - Fix - hotkey dialog does not re-enable the "Press to set" button after
+ cancelling - issue #23
+ - Slight improvement to installation instructions
+ - Fix - special hotkeys - cannot assign previously cleared hotkey
+ - Revert status icon for GTK version - it only looked good on one version
+ of one distro
+ - Patch holes in gettext support for GTK version
+ (patch contribued by mail at paddy-net.com)
+ * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Luke Faraone <luke at faraone.cc> Tue, 30 Mar 2010 11:04:16 -0400
+
+autokey (0.61.5-1) unstable; urgency=low
+
+ * New upstream version:
+ - Combine GTK and QT versions into single source tree
+ * Provide "autokey" as a transitional package to autokey-common and autokey-qt
+ * debian/autokey-common.postinst: call `update-python-modules -p` so that
+ starting the daemon does not fail if qt4 was not fully configured.
+ (LP: #543654)
+
+ -- Luke Faraone <luke at faraone.cc> Wed, 24 Mar 2010 12:19:08 -0400
+
+autokey (0.61.3-2) unstable; urgency=high
+
+ * SECURITY UPDATE: arbitrary file overwriting via symlinks (LP: #538471)
+ - Store files for the EvDev daamon in FHS-specified locations
+ - debian/autokey.init: Set pidfile path to '/var/run/autokey-daemon.pid'
+ - src/lib/interface.py: Set DOMAIN_SOCKET_PATH to "/var/run/autokey-daemon"
+ - CVE-2010-0398
+
+ -- Luke Faraone <luke at faraone.cc> Sat, 13 Mar 2010 22:25:44 -0500
+
+autokey (0.61.3-1) unstable; urgency=low
+
+ * debian/rules: call dh_installinit with --error-handler so that install
+ doesn't fail if Autokey cannot be restarted during configure (LP: #479131)
+ * New upstream version:
+ - Merge changes to interface.py from GTK branch that were missed
+
+ -- Luke Faraone <luke at faraone.cc> Sat, 27 Feb 2010 11:05:08 -0500
+
+autokey (0.61.2-2) unstable; urgency=low
+
+ * Set DM-Upload-Allowed to Yes in control
+ * Patch src/lib/daemon.py to handle empty or invalid PIDs (closes: #568070)
+ * Fix typo in Vcs-Browser
+ * Bump standards version
+
+ -- Luke Faraone <luke at faraone.cc> Wed, 03 Feb 2010 09:16:24 -0500
+
+autokey (0.61.2-1) unstable; urgency=low
+
+ * New upstream version:
+ - Bring back cut/copy/paste item menu options
+ - Add 'engine' class to scripting framework to enable access to
+ AutoKey internals
+ - Add a configurable user module folder for import into scripts
+ - Enable multiple selection mode in treeview and update all necessary
+ interactions to work correctly
+ - Enable inline renaming of items in treeview, get rid of title and
+ description fields from the various pages
+
+ -- Luke Faraone <luke at faraone.cc> Fri, 08 Jan 2010 08:52:58 -0500
+
+autokey (0.61.0b-1) unstable; urgency=low
+
+ * New upstream version:
+ - Fix bug with sending newlines from scripts
+ - Fix another crash in the EvDev daemon related to button conversions
+
+ -- Luke Faraone <luke at faraone.cc> Wed, 16 Dec 2009 08:46:43 -0500
+
+autokey (0.61.0a-1) unstable; urgency=low
+
+ * New upstream version
+ * Patch daemon.py to fix bugs in non-english locales (LP: #479131)
+
+ -- Luke Faraone <luke at faraone.cc> Sun, 06 Dec 2009 14:21:22 -0500
+
+autokey (0.60.7a-1) unstable; urgency=low
+
+ * New upstream version
+ * Change upstream homepage
+
+ -- Luke Faraone <luke at faraone.cc> Mon, 16 Nov 2009 08:05:41 -0500
+
+autokey (0.60.5-1) unstable; urgency=high
+
+ * New upstream version (closes: 548531)
+ * Change to using pickle instead of cPickle due to a bug in the latter
+ * Bring in changes to common modules needed for GTK version
+ * Fix design flaw in pickle error trapping code
+ * Fix <enter> not being sent at the end of unicode char entry
+ * Fix service crashing when undoing an expansion with backspace
+ * Use Phrase instead of Script in some nogui functions
+
+ -- Luke Faraone <luke at faraone.cc> Sun, 27 Sep 2009 15:08:28 -0400
+
+autokey (0.60.4-1) unstable; urgency=low
+
+ * New upstream version
+ * Bump standards version
+ * Update debian/watch file with new URL
+
+ -- Luke Faraone <luke at faraone.cc> Mon, 17 Aug 2009 09:18:07 -0400
+
+autokey (0.54.5-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Luke Faraone <luke at faraone.cc> Mon, 20 Jul 2009 23:19:40 -0400
+
+autokey (0.54.4-4) unstable; urgency=low
+
+ * Tested with Python2.5, so set the deps to reflect that.
+
+ -- Luke Faraone <luke at faraone.cc> Sat, 18 Jul 2009 18:55:25 -0400
+
+autokey (0.54.4-3) unstable; urgency=low
+
+ * Fix FTBFS issue, specify minimum python version.
+
+ -- Luke Faraone <luke at faraone.cc> Sat, 18 Jul 2009 11:56:38 -0400
+
+autokey (0.54.4-2) unstable; urgency=low
+
+ * Add lintian override for init.d script
+ * Bump standards version to 3.8.2
+
+ -- Luke Faraone <luke at faraone.cc> Thu, 16 Jul 2009 09:08:41 -0400
+
+autokey (0.54.4-1) unstable; urgency=low
+
+ * Initial release. (Closes: #536629)
+
+ -- Luke Faraone <luke at faraone.cc> Sun, 12 Jul 2009 12:13:38 -0400
Added: packages/autokey/tags/0.90.1-1.1/debian/compat
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/compat (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/compat 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1 @@
+7
Added: packages/autokey/tags/0.90.1-1.1/debian/control
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/control (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/control 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,55 @@
+Source: autokey
+Priority: optional
+Section: utils
+Maintainer: Luke Faraone <lfaraone at debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: python (>= 2.6.6-3~), debhelper (>= 7.0.50~)
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.6
+Homepage: http://code.google.com/p/autokey/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/autokey/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/autokey/trunk/
+
+Package: autokey-common
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-xlib, python-simplejson, python-pyinotify, wmctrl
+Replaces: autokey (<<0.61.4-0~0), autokey-gtk (<<0.70.4-0~0)
+Breaks: autokey (<<0.61.4-0~0), autokey-gtk (<<0.70.4-0~0)
+Description: desktop automation utility - common data
+ 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.
+ .
+ This package contains the common data shared between the various frontends.
+
+Package: autokey-qt
+Section: kde
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-kde4, python-qt4, python-qscintilla2, python-notify, autokey-common, python-qt4-dbus
+Replaces: autokey (<<0.61.4-0~0)
+Breaks: autokey (<<0.61.4-0~0)
+Description: desktop automation utility - KDE version
+ 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.
+ .
+ This package contains the Qt frontend.
+
+Package: autokey-gtk
+Section: gnome
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-gi, gir1.2-gtk-3.0, gir1.2-gtksource-3.0, gir1.2-glib-2.0, gir1.2-notify-0.7, python-dbus, zenity, autokey-common
+Replaces: autokey (<<0.61.4-0~0)
+Breaks: autokey (<<0.61.4-0~0)
+Description: desktop automation utility - GTK+ version
+ 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.
+ .
+ This package contains the GTK+ frontend.
Added: packages/autokey/tags/0.90.1-1.1/debian/copyright
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/copyright (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/copyright 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,71 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: autokey
+Source: http://autokey.googlecode.com/
+
+Files: *
+Copyright: © 2008-2011 Chris Dekter <cdekter at gmail.com>
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
+Files: src/lib/evdev.py
+Copyright: © 2003-2004 Micah Dowty <micah at navi.cx>
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: © 2009-2012, Chris Dekter <cdekter at gmail.com>
+ © 2009-2012, Luke Faraone <lfaraone at debian.org>
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
Added: packages/autokey/tags/0.90.1-1.1/debian/docs
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/docs (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/docs 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,4 @@
+ACKNOWLEDGMENTS
+README
+PKG-INFO
+TODO
\ No newline at end of file
Added: packages/autokey/tags/0.90.1-1.1/debian/pycompat
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/pycompat (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/pycompat 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1 @@
+2
Added: packages/autokey/tags/0.90.1-1.1/debian/rules
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/rules (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/rules 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2
+
+override_dh_installinit:
+ dh_installinit --name=autokey
+
+override_dh_fixperms:
+ dh_fixperms
+ chmod a-x debian/autokey-common/usr/share/icons/*/scalable/apps/*.svg
Property changes on: packages/autokey/tags/0.90.1-1.1/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/autokey/tags/0.90.1-1.1/debian/source/format
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/source/format (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/source/format 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/autokey/tags/0.90.1-1.1/debian/watch
===================================================================
--- packages/autokey/tags/0.90.1-1.1/debian/watch (rev 0)
+++ packages/autokey/tags/0.90.1-1.1/debian/watch 2014-01-29 02:26:43 UTC (rev 10424)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/autokey/downloads/list?can=1 .*/autokey_(\d[\d\.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)
Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog 2014-01-28 20:34:44 UTC (rev 10423)
+++ packages/autokey/trunk/debian/changelog 2014-01-29 02:26:43 UTC (rev 10424)
@@ -1,9 +1,25 @@
autokey (0.90.1-2) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
+ [ Andrew Starr-Bochicchio ]
+ * Acknowledge my own NMU.
+
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 18:04:52 +0200
+autokey (0.90.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update dependencies for autokey-gtk. It has been
+ ported to GTK+3 and gobject introspection (Closes: #688128).
+ - Drop depends on python-gtk2, python-gtksourceview2, python-glade2,
+ and python-notify.
+ - Add depends on python-gi, gir1.2-gtk-3.0, gir1.2-gtksource-3.0,
+ gir1.2-glib-2.0, and gir1.2-notify-0.7.
+
+ -- Andrew Starr-Bochicchio <a.starr.b at gmail.com> Sun, 30 Sep 2012 12:43:14 -0400
+
autokey (0.90.1-1) unstable; urgency=low
* New upstream version.
Modified: packages/autokey/trunk/debian/control
===================================================================
--- packages/autokey/trunk/debian/control 2014-01-28 20:34:44 UTC (rev 10423)
+++ packages/autokey/trunk/debian/control 2014-01-29 02:26:43 UTC (rev 10424)
@@ -42,7 +42,7 @@
Package: autokey-gtk
Section: gnome
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-gtksourceview2, python-glade2, python-notify, python-dbus, zenity, autokey-common
+Depends: ${python:Depends}, ${misc:Depends}, python-gi, gir1.2-gtk-3.0, gir1.2-gtksource-3.0, gir1.2-glib-2.0, gir1.2-notify-0.7, python-dbus, zenity, autokey-common
Replaces: autokey (<<0.61.4-0~0)
Breaks: autokey (<<0.61.4-0~0)
Description: desktop automation utility - GTK+ version
More information about the Python-apps-commits
mailing list