[Python-modules-commits] r11067 - in packages/pyenchant/trunk/debian (changelog control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Jan 9 17:00:54 UTC 2010
Date: Saturday, January 9, 2010 @ 17:00:46
Author: piotr
Revision: 11067
* Drop python-ctypes dependency and bump minimum required Python version
to 2.5 (closes: #562478)
* Standards-Version bumped to 3.8.3 (no changes needed)
Modified:
packages/pyenchant/trunk/debian/changelog
packages/pyenchant/trunk/debian/control
Modified: packages/pyenchant/trunk/debian/changelog
===================================================================
--- packages/pyenchant/trunk/debian/changelog 2010-01-09 16:00:13 UTC (rev 11066)
+++ packages/pyenchant/trunk/debian/changelog 2010-01-09 17:00:46 UTC (rev 11067)
@@ -1,3 +1,11 @@
+pyenchant (1.5.3-2) unstable; urgency=low
+
+ * Drop python-ctypes dependency and bump minimum required Python version
+ to 2.5 (closes: #562478)
+ * Standards-Version bumped to 3.8.3 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 09 Jan 2010 17:46:50 +0100
+
pyenchant (1.5.3-1) unstable; urgency=low
* New upstream release
Modified: packages/pyenchant/trunk/debian/control
===================================================================
--- packages/pyenchant/trunk/debian/control 2010-01-09 16:00:13 UTC (rev 11066)
+++ packages/pyenchant/trunk/debian/control 2010-01-09 17:00:46 UTC (rev 11067)
@@ -3,17 +3,17 @@
Priority: optional
Maintainer: Piotr Ożarowski <piotr at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), quilt (>= 0.40), python-ctypes, libenchant-dev
+Build-Depends: debhelper (>= 5.0.38), quilt (>= 0.40), python (>= 2.5), libenchant-dev
Build-Depends-Indep: python-all (>= 2.3.5-7), python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1~)
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
Homepage: http://pyenchant.sourceforge.net/
-XS-Python-Version: all
+XS-Python-Version: >=2.5
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyenchant/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyenchant/trunk/
Package: python-enchant
Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, python-ctypes
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: python-gobject, python-gtk2, python-wxgtk2.6 | python-wxgtk2.8
Conflicts: python2.4-enchant (<< 1.1.5-2)
Replaces: python2.4-enchant (<< 1.1.5-2)
More information about the Python-modules-commits
mailing list