Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package pysurfer It just adds a missing dependency, closing the #684754 RC-bug. Regards David unblock pysurfer/0.3+git15-gae6cbb1-1.1 -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru pysurfer-0.3+git15-gae6cbb1/debian/changelog pysurfer-0.3+git15-gae6cbb1/debian/changelog --- pysurfer-0.3+git15-gae6cbb1/debian/changelog 2012-06-04 08:19:45.000000000 -0400 +++ pysurfer-0.3+git15-gae6cbb1/debian/changelog 2012-08-24 21:41:18.000000000 -0400 @@ -1,3 +1,11 @@ +pysurfer (0.3+git15-gae6cbb1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add missing dependency on python-matplotlib, thanks to Jakub Wilk + (closes: #684754). + + -- David Prévot <[email protected]> Fri, 24 Aug 2012 21:41:16 -0400 + pysurfer (0.3+git15-gae6cbb1-1) unstable; urgency=low [ Michael Hanke ] diff -Nru pysurfer-0.3+git15-gae6cbb1/debian/control pysurfer-0.3+git15-gae6cbb1/debian/control --- pysurfer-0.3+git15-gae6cbb1/debian/control 2012-06-04 08:19:13.000000000 -0400 +++ pysurfer-0.3+git15-gae6cbb1/debian/control 2012-08-24 21:42:09.000000000 -0400 @@ -16,7 +16,8 @@ Package: python-surfer Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, - python-nibabel, python-imaging, mayavi2, python-argparse, ipython + python-nibabel, python-imaging, mayavi2, python-argparse, ipython, + python-matplotlib XB-Python-Version: ${python:Versions} Recommends: mencoder Description: visualize Freesurfer's data in Python

