[Python-modules-commits] r16128 - in packages/python-gmpy/trunk/debian (changelog control)
aomighty-guest at users.alioth.debian.org
aomighty-guest at users.alioth.debian.org
Tue Mar 15 01:30:12 UTC 2011
Date: Tuesday, March 15, 2011 @ 01:29:54
Author: aomighty-guest
Revision: 16128
Change to the build-depends to make it build again
Modified:
packages/python-gmpy/trunk/debian/changelog
packages/python-gmpy/trunk/debian/control
Modified: packages/python-gmpy/trunk/debian/changelog
===================================================================
--- packages/python-gmpy/trunk/debian/changelog 2011-03-14 22:42:01 UTC (rev 16127)
+++ packages/python-gmpy/trunk/debian/changelog 2011-03-15 01:29:54 UTC (rev 16128)
@@ -1,3 +1,9 @@
+python-gmpy (1.14-2) unstable; urgency=low
+
+ * Changed build-depends from libgmp3-dev to libgmp10-dev as per SONAME change
+
+ -- Martin Kelly <aomighty at gmail.com> Mon, 14 Mar 2011 21:16:48 -0400
+
python-gmpy (1.14-1) unstable; urgency=low
* New upstream release
Modified: packages/python-gmpy/trunk/debian/control
===================================================================
--- packages/python-gmpy/trunk/debian/control 2011-03-14 22:42:01 UTC (rev 16127)
+++ packages/python-gmpy/trunk/debian/control 2011-03-15 01:29:54 UTC (rev 16128)
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Martin Kelly <aomighty at gmail.com>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.6.5), libgmp3-dev (>= 4.0.1)
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.6.5), libgmp10-dev (>= 4.0.1)
Standards-Version: 3.9.1.0
Homepage: http://code.google.com/p/gmpy/
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
More information about the Python-modules-commits
mailing list