tags 560606 + patch thanks Dear maintainer,
I've prepared an NMU for pymvpa (versioned as 0.4.3-1.1) and uploaded it to DELAYED/2 (I'll upload tomorrow morning, so 2 days from that time). Regards.
diff -u pymvpa-0.4.3/debian/control pymvpa-0.4.3/debian/control --- pymvpa-0.4.3/debian/control +++ pymvpa-0.4.3/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Experimental Psychology Maintainers <[email protected]> Uploaders: Michael Hanke <[email protected]>, Yaroslav Halchenko <[email protected]> -Build-Depends: cdbs, debhelper (>= 5.0.38), swig, python-all-dev (>= 2.4), python-support (>= 0.6), python-numpy-ext, libsvm-dev (>= 2.84.0), python-epydoc (>> 2.99), python-sphinx, python-ctypes (>= 1.0.1), texlive, texlive-latex-extra, help2man, rsync, graphviz, python-lxml, python-nifti, python-nose +Build-Depends: cdbs, debhelper (>= 5.0.38), swig, python-all-dev (>= 2.5), python-support (>= 0.6), python-numpy-ext, libsvm-dev (>= 2.84.0), python-epydoc (>= 3.0.1-4), python-sphinx, texlive, texlive-latex-extra, help2man, rsync, graphviz, python-lxml, python-nifti, python-nose Standards-Version: 3.8.3 Homepage: http://www.pymvpa.org Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/pymvpa.git @@ -12,7 +12,7 @@ Package: python-mvpa Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python, python-numpy, python-mvpa-lib(>= ${source:Version}) +Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-mvpa-lib(>= ${source:Version}) Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Recommends: python-nifti, python-psyco, python-mdp, python-scipy, shogun-python-modular, python-pywt, python-matplotlib, python-reportlab @@ -47,7 +47,7 @@ Package: python-mvpa-lib Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-numpy, python-ctypes (>= 1.0.1) | python (>= 2.5) +Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-numpy Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: low-level implementations and bindings for PyMVPA diff -u pymvpa-0.4.3/debian/changelog pymvpa-0.4.3/debian/changelog --- pymvpa-0.4.3/debian/changelog +++ pymvpa-0.4.3/debian/changelog @@ -1,3 +1,20 @@ +pymvpa (0.4.3-1.1) unstable; urgency=low + + * Non-maintainer upload, to drop Python 2.4; thanks to Luca Falavigna for the + report and to Jakub Wilk for the patch; Closes: #562482 + - debian/control + + bump b-d on python-all-dev to '>= 2.5' + + drop python-ctypes + + drop explicit Depends on python: we use ${python:Depends} + - debian/pyversions + + bump it to '+2.5-' + * debian/control + - bump b-d on python-epydoc to '>= 3.0.1-4': this version works correctly + with python-docutils 0.6, hence fixing the FTBFS; thanks to Lucas Nussbaum + for the report; Closes: #560606 + + -- Sandro Tosi <[email protected]> Tue, 12 Jan 2010 22:10:09 +0100 + pymvpa (0.4.3-1) unstable; urgency=low * New upstream release. diff -u pymvpa-0.4.3/debian/pyversions pymvpa-0.4.3/debian/pyversions --- pymvpa-0.4.3/debian/pyversions +++ pymvpa-0.4.3/debian/pyversions @@ -1 +1 @@ -2.4- +2.5-

