Package: python3-defaults Version: 3.2.3-5 I attempted to build a deb package using dh_python3 but got an error:
Traceback (most recent call last): File "/usr/bin/dh_python3", line 490, in <module> main() File "/usr/bin/dh_python3", line 422, in main dependencies.parse(stats, options) File "/usr/share/python3/debpython/depends.py", line 158, in parse self.depend("python3 (<< %s)" % vrepr(vr[1] + 1)) TypeError: can only concatenate tuple (not "int") to tuple I specified the python3 version in debian/control as follows: X-Python3-Version: >= 3.2, << 3.3 The same error happens when I use -V command line option like: dh_python3 -V 3.2-3.3 -- IRIE Shinsuke -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org