[Python-modules-commits] r9294 - in packages/papyon/trunk/debian (changelog control)

dfiloni-guest at users.alioth.debian.org dfiloni-guest at users.alioth.debian.org
Mon Aug 10 18:35:27 UTC 2009


    Date: Monday, August 10, 2009 @ 18:35:24
  Author: dfiloni-guest
Revision: 9294

bump minumum required Python version to >= 2.5

Modified:
  packages/papyon/trunk/debian/changelog
  packages/papyon/trunk/debian/control

Modified: packages/papyon/trunk/debian/changelog
===================================================================
--- packages/papyon/trunk/debian/changelog	2009-08-10 14:32:03 UTC (rev 9293)
+++ packages/papyon/trunk/debian/changelog	2009-08-10 18:35:24 UTC (rev 9294)
@@ -2,6 +2,10 @@
 
   * New upstream release.
   * debian/copyright: add pyiso8601 license and copyright.
+  * debian/control: modify XS-Python-Version to >= 2.5, python-gobject
+    doesn't provide extensions for Python 2.4 anymore.
+  * debian/control: remove python-elementtree from Depends and
+    Build-Depends-Indep fields.
 
  -- Devid Antonio Filoni <d.filoni at ubuntu.com>  Mon, 10 Aug 2009 16:26:39 +0200
 

Modified: packages/papyon/trunk/debian/control
===================================================================
--- packages/papyon/trunk/debian/control	2009-08-10 14:32:03 UTC (rev 9293)
+++ packages/papyon/trunk/debian/control	2009-08-10 18:35:24 UTC (rev 9294)
@@ -5,8 +5,8 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: python-support (>= 0.5.3), python-gobject,
- python-openssl, python-crypto, python (>= 2.5) | python-elementtree
-XS-Python-Version: >= 2.4
+ python-openssl, python-crypto, python (>= 2.5)
+XS-Python-Version: >= 2.5
 Standards-Version: 3.8.2
 Homepage: http://telepathy.freedesktop.org/wiki/Papyon
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/papyon/trunk/
@@ -15,7 +15,7 @@
 Package: python-papyon
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-gobject, python-openssl,
- python-crypto, python (>= 2.5) | python-elementtree
+ python-crypto, python (>= 2.5)
 Description: MSN client library written in Python
  papyon is an MSN client library, that tries to abstract the MSN protocol
  gory details. It is a fork of the unmaintained pymsn MSN library. papyon




More information about the Python-modules-commits mailing list