tags 589669 + patch tags 590761 + patch thanks Dear maintainer,
I've prepared an NMU for pytables (versioned as 2.1.2-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. Varun
diff -u pytables-2.1.2/debian/rules pytables-2.1.2/debian/rules --- pytables-2.1.2/debian/rules +++ pytables-2.1.2/debian/rules @@ -76,7 +76,7 @@ dh_installdocs -ppython-tables README.txt ANNOUNCE.txt dh_installchangelogs RELEASE_NOTES.txt dh_pycentral -ppython-tables - + dh_numpy dh_strip -a dh_compress -a -X.py -X.h5 dh_fixperms -a diff -u pytables-2.1.2/debian/changelog pytables-2.1.2/debian/changelog --- pytables-2.1.2/debian/changelog +++ pytables-2.1.2/debian/changelog @@ -1,3 +1,13 @@ +pytables (2.1.2-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Build-Depend on versioned python-numpy (>= 1:1.4.1-4~); fixes + incompatiblity with python-numpy (Closes: #589669) + * debian/rules: add call to dh_numpy to generate stricter versioned + depends on python-numpy (Closes: #590761) + + -- Varun Hiremath <va...@debian.org> Fri, 30 Jul 2010 23:58:31 -0400 + pytables (2.1.2-3) unstable; urgency=low * Improve the long discription of python-tables-doc (closes: #551391) diff -u pytables-2.1.2/debian/control pytables-2.1.2/debian/control --- pytables-2.1.2/debian/control +++ pytables-2.1.2/debian/control @@ -7,7 +7,7 @@ XS-Python-Version: >= 2.4 Build-Depends: debhelper (>= 6.0.7), libhdf5-serial-dev (>= 1.6.5), python-all-dev, python-central (>= 0.5.6), - python-numpy (>= 1.0.3), zlib1g-dev, liblzo2-dev, libbz2-dev + python-numpy (>= 1:1.4.1-4~), zlib1g-dev, liblzo2-dev, libbz2-dev Package: python-tables Section: python