Package: spyder Version: 1.0.3-1 Severity: serious Tags: patch User: debian-pyt...@lists.debian.org Usertags: python2.6
"current" is replaced by pysupport with Python version that is default at build time (contrary to what pycentral does) and thus spyder is not installable now (due to python <= 2.6 dependency). Please replace "current" with ">= 2.5" or at least rebuild the package. PS I'd use private directory for spyderlib (--install-lib=/usr/share/spyder)
diff -Nru spyder-1.0.3/debian/changelog spyder-1.0.3/debian/changelog --- spyder-1.0.3/debian/changelog 2010-04-07 16:56:37.000000000 +0200 +++ spyder-1.0.3/debian/changelog 2010-06-22 22:27:07.000000000 +0200 @@ -1,3 +1,10 @@ +spyder (1.0.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Change XS-Python-Version from "current" to ">= 2.5" + + -- Piotr Ożarowski <pi...@debian.org> Tue, 22 Jun 2010 22:24:57 +0200 + spyder (1.0.3-1) unstable; urgency=low * Initial release (Closes: #553400) diff -Nru spyder-1.0.3/debian/control spyder-1.0.3/debian/control --- spyder-1.0.3/debian/control 2010-04-09 18:02:08.000000000 +0200 +++ spyder-1.0.3/debian/control 2010-06-22 22:26:50.000000000 +0200 @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7.0.50), python-qscintilla2, python, python-support (>= 0.5.3) Build-Depends-Indep: python-sphinx, xsltproc Standards-Version: 3.8.4 -XS-Python-Version: current +XS-Python-Version: >= 2.5 Homepage: http://code.google.com/p/spyderlib/ Package: spyder