Bug#828017: frog: please make the build reproducible

2016-09-02 Thread Chris Lamb
Dear Maintainer,

> Source: frog
> Version: 0.12.17-7.1
> Tags: patch

There hasn't seem to be any update on this bug in 70 days, in which
time the Reproducible Builds effort has come on a long way. :)

Would you consider applying this patch and uploading?


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#828017: frog: please make the build reproducible

2016-06-23 Thread Joost van Baal-Ilić

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/rules2016-06-23 15:25:51.762816987 +0200
> --- b/debian/rules2016-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



Bug#828017: frog: please make the build reproducible

2016-06-23 Thread Chris Lamb
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