[Python-apps-commits] r4642 - in packages/autokey/trunk/debian (3 files)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Wed Feb 3 14:17:08 UTC 2010


    Date: Wednesday, February 3, 2010 @ 14:16:57
  Author: ffm-guest
Revision: 4642

* Patch src/lib/daemon.py to handle empty or invalid PIDs (closes: #568070)
* Set DM-Upload-Allowed to Yes in control
* Use debian/pyversions rather than XS-Python-Version

Modified:
  packages/autokey/trunk/debian/changelog
  packages/autokey/trunk/debian/control
  packages/autokey/trunk/debian/patches/00list

Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog	2010-02-03 07:36:55 UTC (rev 4641)
+++ packages/autokey/trunk/debian/changelog	2010-02-03 14:16:57 UTC (rev 4642)
@@ -1,8 +1,12 @@
-autokey (0.61.2-2) UNRELEASED; urgency=low
+autokey (0.61.2-2) unstable; urgency=low
 
+  * Set DM-Upload-Allowed to Yes in control
+  * Use debian/pyversions rather than XS-Python-Version
+  * 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>  Thu, 28 Jan 2010 22:06:39 -0500
+ -- Luke Faraone <luke at faraone.cc>  Wed, 03 Feb 2010 09:16:24 -0500
 
 autokey (0.61.2-1) unstable; urgency=low
 

Modified: packages/autokey/trunk/debian/control
===================================================================
--- packages/autokey/trunk/debian/control	2010-02-03 07:36:55 UTC (rev 4641)
+++ packages/autokey/trunk/debian/control	2010-02-03 14:16:57 UTC (rev 4642)
@@ -5,8 +5,8 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: python (>= 2.5), cdbs (>= 0.4.49), debhelper (>= 6), dpatch
 Build-Depends-indep: python-central (>= 0.6.0)
-Standards-Version: 3.8.3
-XS-Python-Version: >= 2.5
+Standards-Version: 3.8.4
+DM-Upload-Allowed: yes
 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/

Modified: packages/autokey/trunk/debian/patches/00list
===================================================================
--- packages/autokey/trunk/debian/patches/00list	2010-02-03 07:36:55 UTC (rev 4641)
+++ packages/autokey/trunk/debian/patches/00list	2010-02-03 14:16:57 UTC (rev 4642)
@@ -1,2 +1,2 @@
 # no comment
-
+0001-daemon-handle-invalid-pids




More information about the Python-apps-commits mailing list