[Python-apps-commits] r8382 - in packages/autokey/trunk/debian (4 files)
adejong at users.alioth.debian.org
adejong at users.alioth.debian.org
Mon Mar 26 16:59:32 UTC 2012
Date: Monday, March 26, 2012 @ 16:59:29
Author: adejong
Revision: 8382
* Switch to using the dh command sequencer.
* Moved packaging from python-central to dh_python2 (Closes: #616741).
Modified:
packages/autokey/trunk/debian/changelog
packages/autokey/trunk/debian/control
packages/autokey/trunk/debian/rules
Deleted:
packages/autokey/trunk/debian/pycompat
Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog 2012-03-26 15:06:13 UTC (rev 8381)
+++ packages/autokey/trunk/debian/changelog 2012-03-26 16:59:29 UTC (rev 8382)
@@ -3,8 +3,10 @@
* 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).
- -- Arthur de Jong <adejong at debian.org> Sun, 25 Mar 2012 15:03:08 +0200
+ -- Arthur de Jong <adejong at debian.org> Mon, 26 Mar 2012 17:41:30 +0200
autokey (0.82.2-2) unstable; urgency=low
Modified: packages/autokey/trunk/debian/control
===================================================================
--- packages/autokey/trunk/debian/control 2012-03-26 15:06:13 UTC (rev 8381)
+++ packages/autokey/trunk/debian/control 2012-03-26 16:59:29 UTC (rev 8382)
@@ -3,10 +3,9 @@
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.5), cdbs (>= 0.4.49), debhelper (>= 7)
-Build-Depends-indep: python-central (>= 0.6.0)
+Build-Depends: python (>= 2.6.6-3~), debhelper (>= 7)
Standards-Version: 3.8.4
-XS-Python-Version: >= 2.6
+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/
@@ -16,7 +15,6 @@
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)
-XB-Python-Version: ${python:Versions}
Section: utils
Description: desktop automation utility - common data
AutoKey is a desktop automation utility for Linux and X11. It allows the
@@ -33,7 +31,6 @@
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)
-XB-Python-Version: ${python:Versions}
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
@@ -49,7 +46,6 @@
Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-gtksourceview2, python-glade2, python-notify, python-dbus, zenity, autokey-common
Replaces: autokey (<<0.61.4-0~0)
Breaks: autokey (<<0.61.4-0~0)
-XB-Python-Version: ${python:Versions}
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
Deleted: packages/autokey/trunk/debian/pycompat
===================================================================
--- packages/autokey/trunk/debian/pycompat 2012-03-26 15:06:13 UTC (rev 8381)
+++ packages/autokey/trunk/debian/pycompat 2012-03-26 16:59:29 UTC (rev 8382)
@@ -1 +0,0 @@
-2
Modified: packages/autokey/trunk/debian/rules
===================================================================
--- packages/autokey/trunk/debian/rules 2012-03-26 15:06:13 UTC (rev 8381)
+++ packages/autokey/trunk/debian/rules 2012-03-26 16:59:29 UTC (rev 8382)
@@ -1,12 +1,7 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pycentral
+%:
+ dh $@ --with python2
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-
-# Add here any variable or target overrides you need.
-DEB_INSTALL_MANPAGES_autokey_qt = debian/autokey-qt.1
-DEB_INSTALL_MANPAGES_autokey_gtk = debian/autokey-gtk.1
-DEB_DH_INSTALLINIT_ARGS := --name=autokey
+override_dh_installinit:
+ dh_installinit --name=autokey
More information about the Python-apps-commits
mailing list