Your message dated Thu, 10 May 2012 19:35:24 +0000
with message-id <e1ssz92-0005qy...@franck.debian.org>
and subject line Bug#670970: fixed in python-numpy 1:1.6.2~rc1-1
has caused the Debian Bug report #670970,
regarding python3-numpy: broken symlinks with missing numpy
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
670970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670970
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-numpy
Version: 1:1.6.1-8
Severity: normal

Dear Maintainer,

Bug report #665998 references dh_numpy not filling in the python3:Depends and I 
assume that's causing the broken references to numpy leaving it completely 
useless for building software against numpy in python3.2.

Blender Trunk now uses Numpy and fails on configuration.

Discovered missing references in python3-numpy

numpy -> ../../lib/pymodules/python3.2/numpy/core/include/numpy

Dead link, period.

There is no pymodules path for python3.2.

Blender cmake is complaining on the following:

Numpy path '/usr/lib/python3.2/site-packages/numpy' is missing,

Odd, seeing as Debian doesn't seem to even ship a site-packages path let alone 
a site-packages/numpy.

- Marc

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python3-numpy depends on:
ii  libatlas3gf-base [liblapack.so.3gf]  3.8.4-3
ii  libblas3gf [libblas.so.3gf]          1.2.20110419-2
ii  libc6                                2.13-31
ii  libgcc1                              1:4.7.0-5
ii  libgfortran3                         4.7.0-5
ii  liblapack3gf [liblapack.so.3gf]      3.3.1-1
ii  libquadmath0                         4.7.0-5
ii  python3                              3.2.3~rc1-2
ii  python3.2                            3.2.3~rc2-1

python3-numpy recommends no packages.

Versions of packages python3-numpy suggests:
pn  gcc                4:4.6.3-4
pn  gfortran           4:4.6.3-4
pn  python-numpy-doc   1:1.6.1-8
pn  python3-dev        3.2.3~rc1-2
pn  python3-nose       <none>
pn  python3-numpy-dbg  <none>

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: python-numpy
Source-Version: 1:1.6.2~rc1-1

We believe that the bug you reported is fixed in the latest version of
python-numpy, which is due to be installed in the Debian FTP archive:

python-numpy-dbg_1.6.2~rc1-1_amd64.deb
  to main/p/python-numpy/python-numpy-dbg_1.6.2~rc1-1_amd64.deb
python-numpy-doc_1.6.2~rc1-1_all.deb
  to main/p/python-numpy/python-numpy-doc_1.6.2~rc1-1_all.deb
python-numpy_1.6.2~rc1-1.debian.tar.gz
  to main/p/python-numpy/python-numpy_1.6.2~rc1-1.debian.tar.gz
python-numpy_1.6.2~rc1-1.dsc
  to main/p/python-numpy/python-numpy_1.6.2~rc1-1.dsc
python-numpy_1.6.2~rc1-1_amd64.deb
  to main/p/python-numpy/python-numpy_1.6.2~rc1-1_amd64.deb
python-numpy_1.6.2~rc1.orig.tar.gz
  to main/p/python-numpy/python-numpy_1.6.2~rc1.orig.tar.gz
python3-numpy-dbg_1.6.2~rc1-1_amd64.deb
  to main/p/python-numpy/python3-numpy-dbg_1.6.2~rc1-1_amd64.deb
python3-numpy_1.6.2~rc1-1_amd64.deb
  to main/p/python-numpy/python3-numpy_1.6.2~rc1-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 670...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated python-numpy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 10 May 2012 20:11:16 +0200
Source: python-numpy
Binary: python-numpy python-numpy-dbg python3-numpy python3-numpy-dbg 
python-numpy-doc
Architecture: source amd64 all
Version: 1:1.6.2~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Description: 
 python-numpy - Numerical Python adds a fast array facility to the Python 
languag
 python-numpy-dbg - Fast array facility to the Python language (debug extension)
 python-numpy-doc - NumPy documentation
 python3-numpy - Numerical Python adds a fast array facility to the Python 
languag
 python3-numpy-dbg - Fast array facility to the Python language (debug 
extension)
Closes: 631677 665998 670970 671194
Changes: 
 python-numpy (1:1.6.2~rc1-1) unstable; urgency=low
 .
   * New upstream release candidate
   * Add dh_numpy3, to generate dependencies for Python 3 packages using numpy;
     thanks to Julian Taylor for the report; Closes: #665998
   * debian/watch
     - recognize RC releases
   * debian/patches/{30_fix_unicode_mgmt_py27-32.patch,
                     50_search-multiarch-paths.patch}
     - removed, merged upstream
   * debian/rules
     - link the include directory to the right path to the header files for py3k
       numpy; thanks to Marc J. Driftmeyer for the report; Closes: #670970
     - remove leftover from build process, so the package can be built twice in 
a
       row; thanks to Jakub Wilk for the report; Closes: #671194
   * debian/python-numpy.links
     - correctly generate symlinks to numarray include files; thanks to Ian
       Zimmerman for the report; Closes: #631677
Checksums-Sha1: 
 8e4b12d9ae3157eea511c880fae23ff4b7aadf48 1846 python-numpy_1.6.2~rc1-1.dsc
 5c01481bffc424e3df0747a22a3dd51af2fc9c26 2662251 
python-numpy_1.6.2~rc1.orig.tar.gz
 a26a54a3a1997c468d8c38a1f358f224b4bd68e2 140174 
python-numpy_1.6.2~rc1-1.debian.tar.gz
 94517f573a328d0e95ab4aa544505c3dfa47b8f9 2630938 
python-numpy_1.6.2~rc1-1_amd64.deb
 38715e5273f744743ac1c950545c0eea1d631a5a 6808228 
python-numpy-dbg_1.6.2~rc1-1_amd64.deb
 b0056eb255e17e51ba015426336d557dc32fa2ce 1842604 
python3-numpy_1.6.2~rc1-1_amd64.deb
 61091990e9d6265a55707289846d9b2ad89d688e 4118518 
python3-numpy-dbg_1.6.2~rc1-1_amd64.deb
 92b13a635b24ea4d4a55f1e24a63a98849e51a44 4819762 
python-numpy-doc_1.6.2~rc1-1_all.deb
Checksums-Sha256: 
 5e0b9f565c94e2e9eac3670d876ef59300b528cd11b6f03d89f5fc285c68232d 1846 
python-numpy_1.6.2~rc1-1.dsc
 f1df06f5a53b843dff365c27fa9fda07f94e1f10c47d1b7e8ca6f41f7de04ece 2662251 
python-numpy_1.6.2~rc1.orig.tar.gz
 273403d138d478c9c6fd66204af47888099504f5653acc0cbfb8d1cfd533213a 140174 
python-numpy_1.6.2~rc1-1.debian.tar.gz
 dc63ee455b193438b3fbdd26f7d2ef5e8fca7f79a84502e1ba82fcedfc81c673 2630938 
python-numpy_1.6.2~rc1-1_amd64.deb
 5f2ab9100c7bf1250bb900b875d146a21477d8e64f417b90228bc819f54113ca 6808228 
python-numpy-dbg_1.6.2~rc1-1_amd64.deb
 e40dbf44257552a55a484b73a506d91921c0a95cea82537fe1e101ce2e4a384a 1842604 
python3-numpy_1.6.2~rc1-1_amd64.deb
 30680f6e1bbdbf482b63d2ef1d6038f9b2af31d6a203211be620f6447525937f 4118518 
python3-numpy-dbg_1.6.2~rc1-1_amd64.deb
 4782ba5399f8b080f2d9107334336ca3c61a035c8aad901b167ba047288b37ce 4819762 
python-numpy-doc_1.6.2~rc1-1_all.deb
Files: 
 91650c2756c981348bc7b24a90eaf1aa 1846 python optional 
python-numpy_1.6.2~rc1-1.dsc
 33bb5d31aa7d1d29bac666d14cef51b0 2662251 python optional 
python-numpy_1.6.2~rc1.orig.tar.gz
 cf6800efaaa4012a5213feecdcc30fdc 140174 python optional 
python-numpy_1.6.2~rc1-1.debian.tar.gz
 a8bf231be14a53990095094b2ce762ec 2630938 python optional 
python-numpy_1.6.2~rc1-1_amd64.deb
 8e0c127477ab2a4d69aa271ac322a993 6808228 debug extra 
python-numpy-dbg_1.6.2~rc1-1_amd64.deb
 53a343b25d79fa18f50beb74045f2754 1842604 python optional 
python3-numpy_1.6.2~rc1-1_amd64.deb
 f3a98e866ecf4f796eb66208df6ed976 4118518 debug extra 
python3-numpy-dbg_1.6.2~rc1-1_amd64.deb
 4965064e48d0c142fe9313fa15e3136c 4819762 doc optional 
python-numpy-doc_1.6.2~rc1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEUEARECAAYFAk+sECgACgkQAukwV0RN2VCDWgCY9pivauChyps47nutvNIW1K1s
qQCcD3j2J1QNM+6FeAqI2PvUDSTQhnw=
=GJYa
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to