* Colin Watson <cjwat...@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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org