Package: python-numpy Version: 1:1.6.2~rc1-1 Severity: normal Tags: patch dh_strip -ppython-numpy --dbg-package=python-numpy-dbg dh_strip -ppython3-numpy --dbg-package=python3-numpy-dbg # dh_strip seemingly doesn't catch the PEP 3149-style debug names rm debian/python3-numpy/usr/lib/python3*/*-packages/*/*/*.cpython-*d*.so # fix python-debug-in-wrong-location lintian warning cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules mv: cannot stat `pyshared': No such file or directory make[1]: *** [override_dh_strip] Error 1 make[1]: Leaving directory `/home/dave/debian/python-numpy/python-numpy-1.6.2~rc1' make: *** [binary] Error 2
-- System Information: Debian Release: wheezy/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'unstable') Architecture: hppa (parisc64) Kernel: Linux 3.3.4+ (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages python-numpy depends on: ii libblas3gf [libblas.so.3gf] 1.2.20110419-2 ii libc6 2.13-32 ii libgcc4 4.7.0-8 ii libgfortran3 4.7.0-8 ii liblapack3gf [liblapack.so.3gf] 3.3.1-1 ii python 2.7.2-10 ii python-support 1.0.14 python-numpy recommends no packages. Versions of packages python-numpy suggests: ii gcc 4:4.6.3-6 ii gfortran 4:4.6.3-6 ii python-dev 2.7.2-10 ii python-nose 1.1.2-3 ii python-numpy-dbg 1:1.6.2~rc1-1 ii python-numpy-doc 1:1.6.2~rc1-1 -- no debconf information
--- rules.orig 2012-05-12 16:42:29.000000000 -0400 +++ rules 2012-05-12 12:58:19.000000000 -0400 @@ -108,7 +108,7 @@ rm debian/python3-numpy/usr/lib/python3*/*-packages/*/*/*.cpython-*d*.so # fix python-debug-in-wrong-location lintian warning - cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules + cd debian/python-numpy-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules endif