[Python-modules-commits] r5019 - in packages/ctypes/trunk/debian (changelog control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Apr 14 21:12:48 UTC 2008
Date: Monday, April 14, 2008 @ 21:12:47
Author: piotr
Revision: 5019
* add python2.4 to Depends
* close #475906)
Modified:
packages/ctypes/trunk/debian/changelog
packages/ctypes/trunk/debian/control
Modified: packages/ctypes/trunk/debian/changelog
===================================================================
--- packages/ctypes/trunk/debian/changelog 2008-04-14 20:33:57 UTC (rev 5018)
+++ packages/ctypes/trunk/debian/changelog 2008-04-14 21:12:47 UTC (rev 5019)
@@ -1,9 +1,9 @@
-ctypes (1.0.2-3) UNRELEASED; urgency=low
+ctypes (1.0.2-3) unstable; urgency=medium
[ Piotr Ożarowski ]
* Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
* Change "all" to "<<2.5" in XS-Python-Version and let python-central
- generate correct dependencies
+ generate dependencies, add python2.4 to Depends (closes: #475906)
* Move DH_COMPAT from debian/rules to debian/compat to make lintian happy
* Standards-version bumped to 3.7.3 (no changes needed)
Modified: packages/ctypes/trunk/debian/control
===================================================================
--- packages/ctypes/trunk/debian/control 2008-04-14 20:33:57 UTC (rev 5018)
+++ packages/ctypes/trunk/debian/control 2008-04-14 21:12:47 UTC (rev 5019)
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Build-Depends: python-all-dev (>= 2.3.5-10), python2.4-dev, python-central (>= 0.5.6), debhelper (>= 5.0.38), libffi4-dev
-XS-Python-Version: << 2.5
+XS-Python-Version: >=2.1, << 2.5
Maintainer: Ganesan Rajagopal <rganesan at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Standards-Version: 3.7.3
@@ -11,7 +11,7 @@
Package: python-ctypes
Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: python2.4, ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Conflicts: python2.3-ctypes, python2.4-ctypes
Replaces: python2.3-ctypes, python2.4-ctypes
More information about the Python-modules-commits
mailing list