Thanks. Will get to it; before stretch gets shipped.
On Thu, Jun 23, 2016 at 08:44:27PM +0100, Chris Lamb wrote: > Source: frog > Version: 0.12.20-1 > Severity: wishlist > Tags: patch > User: reproducible-bui...@lists.alioth.debian.org > Usertags: randomness > X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org > > Hi, > > Whilst working on the "reproducible builds" effort [0], we noticed that frog > could not be built reproducibly due to it including .pyo and .pyc files via > upstream's ./py-compile. > > Patch attached. > > [0] https://wiki.debian.org/ReproducibleBuilds > > > Regards, > > -- > ,''`. > : :' : Chris Lamb > `. `'` la...@debian.org / chris-lamb.co.uk > `- > --- a/debian/rules 2016-06-23 15:25:51.762816987 +0200 > --- b/debian/rules 2016-06-23 21:43:10.202744894 +0200 > @@ -5,6 +5,7 @@ > include /usr/share/cdbs/1/rules/debhelper.mk > include /usr/share/cdbs/1/class/python-distutils.mk > > +DEB_DH_INSTALL_ARGS_frog = -X.pyc -X.pyo > DEB_PYTHON2_MODULE_PACKAGES = frog libfrog1 > > include /usr/share/cdbs/1/class/autotools.mk