[Python-modules-commits] r5246 - in packages/ctypes/trunk/debian (changelog control)
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Mon May 5 08:10:54 UTC 2008
Date: Monday, May 5, 2008 @ 08:10:53
Author: hertzog
Revision: 5246
Build-Depend on libffi-dev instead of libffi4-dev. Should enable
the rebuild with libffi5. Closes: #479494
Modified:
packages/ctypes/trunk/debian/changelog
packages/ctypes/trunk/debian/control
Modified: packages/ctypes/trunk/debian/changelog
===================================================================
--- packages/ctypes/trunk/debian/changelog 2008-05-05 07:52:22 UTC (rev 5245)
+++ packages/ctypes/trunk/debian/changelog 2008-05-05 08:10:53 UTC (rev 5246)
@@ -1,3 +1,11 @@
+ctypes (1.0.2-5) unstable; urgency=low
+
+ [ Raphaël Hertzog ]
+ * Build-Depend on libffi-dev instead of libffi4-dev. Should enable
+ the rebuild with libffi5. Closes: #479494
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Mon, 05 May 2008 09:59:16 +0200
+
ctypes (1.0.2-4) unstable; urgency=high
[ Adeodato Simó ]
Modified: packages/ctypes/trunk/debian/control
===================================================================
--- packages/ctypes/trunk/debian/control 2008-05-05 07:52:22 UTC (rev 5245)
+++ packages/ctypes/trunk/debian/control 2008-05-05 08:10:53 UTC (rev 5246)
@@ -1,7 +1,7 @@
Source: ctypes
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
+Build-Depends: python-all-dev (>= 2.3.5-10), python2.4-dev, python-central (>= 0.5.6), debhelper (>= 5.0.38), libffi-dev
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>
More information about the Python-modules-commits
mailing list