[Python-modules-commits] r23450 - in packages/numpy/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Feb 10 22:54:25 UTC 2013
Date: Sunday, February 10, 2013 @ 22:54:23
Author: morph
Revision: 23450
* Acknowledge NMU as of 1.6.2-1.1 ; Closes: #685812
* Non-maintainer upload.
* debian/control: add versioned Breaks relationship on reverse
dependencies of python-numpy that are affected by the
NPY_CHAR/PyArray_CHAR ABI breakage (Closes: #685812)
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/control
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2013-02-10 14:15:34 UTC (rev 23449)
+++ packages/numpy/trunk/debian/changelog 2013-02-10 22:54:23 UTC (rev 23450)
@@ -3,8 +3,9 @@
* New upstream release
* debian/copyright
- added packaging copyright for my contributions
+ * Acknowledge NMU as of 1.6.2-1.1 ; Closes: #685812
- -- Sandro Tosi <morph at debian.org> Sun, 10 Feb 2013 15:15:15 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 10 Feb 2013 23:53:59 +0100
python-numpy (1:1.7.0~rc2-1) experimental; urgency=low
@@ -55,6 +56,15 @@
-- Sandro Tosi <morph at debian.org> Fri, 31 Aug 2012 13:37:44 +0200
+python-numpy (1:1.6.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control: add versioned Breaks relationship on reverse
+ dependencies of python-numpy that are affected by the
+ NPY_CHAR/PyArray_CHAR ABI breakage (Closes: #685812)
+
+ -- Sébastien Villemot <sebastien at debian.org> Fri, 08 Feb 2013 21:02:56 +0100
+
python-numpy (1:1.6.2-1) unstable; urgency=low
* New upstream release
Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control 2013-02-10 14:15:34 UTC (rev 23449)
+++ packages/numpy/trunk/debian/control 2013-02-10 22:54:23 UTC (rev 23450)
@@ -16,6 +16,21 @@
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: python-numpy-doc, python-numpy-dbg, python-nose (>= 0.10.1), python-dev, gfortran, gcc (>= 4:4.6.1-5)
Provides: ${python:Provides}, ${numpy:Provides}, python-numpy-dev, python-f2py
+Breaks: python-gtk2 (<= 2.24.0-3),
+ python-gtk2-dbg (<= 2.24.0-3),
+ python-glade2 (<= 2.24.0-3),
+ python-visual (<= 1:5.12-1.4+b1),
+ python-enable (<= 4.0.0-2),
+ python-pygame (<= 1.9.1release+dfsg-6),
+ python-rpy (<= 1.0.3-21),
+ pymca (<= 4.5.0-4),
+ shogun-python-static (<= 1.1.0-4),
+ shogun-python-modular (<= 1.1.0-4),
+ shogun-elwms-static (<= 1.1.0-4),
+ python-sidl (<= 1.4.0.dfsg-8) [armhf s390x],
+ python-sidl (<= 1.4.0.dfsg-8+b1) [!armhf !s390x],
+ python-netcdf (<= 2.8-3+b1) [armhf s390x],
+ python-netcdf (<= 2.8-3+b2) [!armhf !s390x]
Description: Numerical Python adds a fast array facility to the Python language
Numpy contains a powerful N-dimensional array object, sophisticated
(broadcasting) functions, tools for integrating C/C++ and Fortran
More information about the Python-modules-commits
mailing list