control: severity -1 important Hi Cara,
> >While checking this package with the reproducible builds[1] tool >chain, I noticed that building the package with >DEB_BUILD_OPTIONS="nocheck" set causes the file parsetab.py not to be >included in the final .deb, because the tests are what cause >parsetab.py to be generated. Another PLY-based package, >pycparser, has a specific file _build_tables.py[2] that's called by >setup.py and by the debian version's rules[3] to build the parse >tables during installation, so a similar solution would probably work >for python-phply. thanks a lot for the nice and useful bug report! can you please share a patch for this issue? I think I can grab a file, but I'm not sure I have your knowledge in doing that, and I'm failing to apply the patch on python-phply. e.g. there is some .py files and .cfg that aren't available here, and I'm still not sure the issue is completely on phply and not on the ply dependency or somewhere else. Furthermore such changes should be acked by upstream, I don't want to diverge from them with new files such as a custom generator. What do you think? thanks a lot! Gianfranco