Bug#897902: tweeny: please make the build reproducible

2018-07-18 Thread Hubert Chathi
Hi Chris,

On Fri, 04 May 2018 16:26:06 +0100, Chris Lamb  said:

> Whilst working on the Reproducible Builds effort [0], we noticed that
> tweeny could not be built reproducibly.

Somehow this bug didn't make it to my inbox, and I didn't notice it
until now.

I'll make a new upload with your patch soon.

Thanks.

Hubert



Bug#897902: tweeny: please make the build reproducible

2018-05-04 Thread Chris Lamb
forwarded 897902 https://github.com/mobius3/tweeny/pull/6
thanks

I've forwarded this upstream here:

  https://github.com/mobius3/tweeny/pull/6


Regards,

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



Bug#897902: tweeny: please make the build reproducible

2018-05-04 Thread Chris Lamb
Source: tweeny
Version: 2+git20171120.b94ce07-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpaths
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that tweeny could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- a/debian/patches/reproducible_build 1969-12-31 16:00:00.0 -0800
--- b/debian/patches/reproducible_build 2018-05-04 08:22:48.945029520 -0700
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb 
+Last-Update: 2018-05-04
+
+--- tweeny-2+git20171120.b94ce07.orig/doc/Doxyfile.in
 tweeny-2+git20171120.b94ce07/doc/Doxyfile.in
+@@ -140,7 +140,7 @@ INLINE_INHERITED_MEMB  = NO
+ # shortest path that makes the file name unique will be used
+ # The default value is: YES.
+ 
+-FULL_PATH_NAMES= YES
++FULL_PATH_NAMES= NO
+ 
+ # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the 
path.
+ # Stripping is only done if one of the specified strings matches the left-hand
--- a/debian/patches/series 2018-05-04 08:19:02.625588291 -0700
--- b/debian/patches/series 2018-05-04 08:22:48.041016041 -0700
@@ -1,2 +1,3 @@
 no_analytics
 local_css
+reproducible_build