[Python-modules-team] Bug#671361: pyicu: Please enable Python 3 support

Jakub Wilk jwilk at debian.org
Fri May 4 10:54:23 UTC 2012


* Colin Watson <cjwatson at ubuntu.com>, 2012-05-04, 11:13:
>-Build-Depends: dpatch, debhelper (>= 5.0.37.3), python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~), libicu-dev
>+Build-Depends: dpatch, debhelper (>= 5.0.37.3), python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~), python3-all-dev (>= 3.2), python3-all-dbg (>= 3.2), libicu-dev

Why >= 3.2? If pyicu doesn't support older versions (I didn't check) 
then this should be reflected in X-Python3-Version, too.

>+	find . \( -name "*.pyc" -o -name __pycache__ \) -print0 | xargs -0 rm -f

This doesn't look correct. __pycache__ is a directory, so it cannot be 
removed by "rm -f".

-- 
Jakub Wilk





More information about the Python-modules-team mailing list