Control: tags 700718 + pending Control: tags 700994 + pending Dear Maintainer,
I uploaded to DELAYED/2 an NMU of python-numpy versioned 1.6.2-1.2. The debdiff is attached. Cheers, -- .''`. Sébastien Villemot : :' : Debian Developer `. `' http://www.dynare.org/sebastien `- GPG Key: 4096R/381A7594
diff -Nru python-numpy-1.6.2/debian/changelog python-numpy-1.6.2/debian/changelog --- python-numpy-1.6.2/debian/changelog 2013-02-08 21:02:59.000000000 +0100 +++ python-numpy-1.6.2/debian/changelog 2013-02-27 10:35:12.000000000 +0100 @@ -1,3 +1,14 @@ +python-numpy (1:1.6.2-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Remove Breaks relationships introduced in previous version. They break + squeeze -> wheezy upgrades. (Closes: #700718) + * Install symlinks for Python 3 headers under /usr/include/python3.2mu (resp. + python3.2dmu) instead of /usr/include/python3.2 (resp. python3.2_d), + to avoid file versus symlink conflict. (Closes: #700994) + + -- Sébastien Villemot <sebast...@debian.org> Wed, 27 Feb 2013 10:33:24 +0100 + python-numpy (1:1.6.2-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru python-numpy-1.6.2/debian/control python-numpy-1.6.2/debian/control --- python-numpy-1.6.2/debian/control 2013-02-08 21:02:15.000000000 +0100 +++ python-numpy-1.6.2/debian/control 2013-02-27 10:31:20.000000000 +0100 @@ -16,21 +16,6 @@ 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 diff -Nru python-numpy-1.6.2/debian/rules python-numpy-1.6.2/debian/rules --- python-numpy-1.6.2/debian/rules 2012-05-23 23:26:45.000000000 +0200 +++ python-numpy-1.6.2/debian/rules 2013-02-27 10:30:41.000000000 +0100 @@ -76,14 +76,14 @@ done # Python 3 for i in $(PY3VERS); do \ - [ -d $(CURDIR)/debian/python3-numpy/usr/include/python$$i ] || \ - mkdir -p $(CURDIR)/debian/python3-numpy/usr/include/python$$i; \ - dh_link -ppython3-numpy usr/lib/python3/dist-packages/numpy/core/include/numpy usr/include/python$$i/numpy; \ + [ -d $(CURDIR)/debian/python3-numpy/usr/include/python$${i}mu ] || \ + mkdir -p $(CURDIR)/debian/python3-numpy/usr/include/python$${i}mu; \ + dh_link -ppython3-numpy usr/lib/python3/dist-packages/numpy/core/include/numpy usr/include/python$${i}mu/numpy; \ done for i in $(PY3VERS); do \ - [ -d $(CURDIR)/debian/python3-numpy/usr/include/python$${i}_d ] || \ - mkdir -p $(CURDIR)/debian/python3-numpy/usr/include/python$${i}_d; \ - dh_link -ppython3-numpy usr/lib/python3/dist-packages/numpy/core/include/numpy/ usr/include/python$${i}_d/numpy; \ + [ -d $(CURDIR)/debian/python3-numpy/usr/include/python$${i}dmu ] || \ + mkdir -p $(CURDIR)/debian/python3-numpy/usr/include/python$${i}dmu; \ + dh_link -ppython3-numpy usr/lib/python3/dist-packages/numpy/core/include/numpy/ usr/include/python$${i}dmu/numpy; \ done # share -dbg and normal package doc dirs
signature.asc
Description: This is a digitally signed message part