Control: tags -1 moreinfo Thank you for packaging this and helping to make Debian better. Here are a few notes:
1. According to Debian Python Team Policy [1], the exception is that projects use 'debian/master' and 'upstream' for git branch names. Maybe your way is better but have you gotten any confirmation from someone on the team that it's ok? 2. Why did you comment out autopkgtest-pkg-python ? It seems to work for me uncommented. 3. https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ says that you shouldn't use "License: MIT" in your debian/copyright, but you probably want "License: Expat" instead. 4. Why is your debian/ GPL-3+ if the upstream project is Expat/MIT? As copyright owner, you have the freedom to do that, but my usual practice is to match the licenses for easier code/patch sharing, etc. 5. This is trivial, but "Rules-Requires-Root: no" is the default since Debian 13 so you no longer need to include it in your packaging. I've added the moreinfo tag. Remove the tag when you're ready for this to be reviewed again. [1] https://deb.li/PyPolicy Thank you, Jeremy Bícha

