Bug#834534: librep: please make the build reproducible

2016-10-20 Thread Chris Lamb
Jose M Calhariz wrote:

> http://blog.calhariz.com/public/sft/sawfish/librep_0.92.6-1.dsc

Uploaded :)


Regards,

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



Bug#834534: librep: please make the build reproducible

2016-10-20 Thread Jose M Calhariz
On 17/10/16 21:06, Chris Lamb wrote:
> Jose M Calhariz wrote:
>
>> And collab-maintainer?
> I would prefer .dsc if that's not too much trouble for you...? 
>
>
> Regards,
>
Can you download from here? 

http://blog.calhariz.com/public/sft/sawfish/librep_0.92.6-1.dsc


Kind regards

Jose M Calhariz





signature.asc
Description: OpenPGP digital signature


Bug#834534: librep: please make the build reproducible

2016-10-17 Thread Jose M Calhariz
No worries, I will find out a solution. 

On October 17, 2016 9:06:49 PM GMT+01:00, Chris Lamb  wrote:
>Jose M Calhariz wrote:
>
>> And collab-maintainer?
>
>I would prefer .dsc if that's not too much trouble for you...? 
>
>
>Regards,
>
>-- 
>  ,''`.
> : :'  : Chris Lamb
> `. `'`  la...@debian.org / chris-lamb.co.uk
>   `-

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#834534: librep: please make the build reproducible

2016-10-17 Thread Chris Lamb
Jose M Calhariz wrote:

> And collab-maintainer?

I would prefer .dsc if that's not too much trouble for you...? 


Regards,

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



Bug#834534: librep: please make the build reproducible

2016-10-17 Thread Jose M Calhariz
On 17/10/16 19:08, Chris Lamb wrote:
> Jose M Calhariz wrote:
>
>> I need at least 2 weeks for finding a sponsor and upload it.
> I am happy to sponsor packages given HTTP-accessible links to .dsc
> files. :)

And collab-maintainer?

https://anonscm.debian.org/git/collab-maint/librep.git

It is not tagged and signed so it can be reviewed and corrected.

>
> Regards,
>
Kind regards

Jose M Calhariz





signature.asc
Description: OpenPGP digital signature


Bug#834534: librep: please make the build reproducible

2016-10-17 Thread Chris Lamb
Jose M Calhariz wrote:

> I need at least 2 weeks for finding a sponsor and upload it.

I am happy to sponsor packages given HTTP-accessible links to .dsc
files. :)


Regards,

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



Bug#834534: librep: please make the build reproducible

2016-10-17 Thread Jose M Calhariz
On 17/10/16 10:54, Chris Lamb wrote:
> Dear Maintainer,
>
>> Source: librep
>> Version: 0.90.2-1.1
>> Tags: patch
> There hasn't seem to be any update on this bug in 61 days, in which
> time the Reproducible Builds effort has come on a long way. :)
>
> Would you consider applying this patch and uploading?
>
>
> Regards,
>
Sorry, I have applied the patch, but forget to ping my sponsor and
forgot about the

pending changes in sawfish and its depends, librep included.  I need at
least 2 weeks

for finding a sponsor and upload it.


Kind regards

Jose M Calhariz





signature.asc
Description: OpenPGP digital signature


Bug#834534: librep: please make the build reproducible

2016-10-17 Thread Chris Lamb
Dear Maintainer,

> Source: librep
> Version: 0.90.2-1.1
> Tags: patch

There hasn't seem to be any update on this bug in 61 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#834534: librep: please make the build reproducible

2016-08-16 Thread Chris Lamb
Source: librep
Version: 0.92.5-3
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], I noticed
that librep 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/0004-Reproducile-build 1970-01-01 01:00:00.0 
+0100
--- b/debian/patches/0004-Reproducile-build 2016-08-16 20:23:32.586244340 
+0100
@@ -0,0 +1,16 @@
+Description: Make the build reproducible
+Author: Chris Lamb 
+Last-Update: 2016-08-16
+
+--- librep-0.92.5.orig/src/misc.c
 librep-0.92.5/src/misc.c
+@@ -35,8 +35,7 @@
+ 
+ void (*rep_beep_fun)(void);
+ 
+-DEFSTRING(build_id_string,
+-BUILD_DATE " by " BUILD_USER "@" BUILD_HOST".");
++DEFSTRING(build_id_string, "generic-build-id");
+ DEFSTRING(rep_version_string, REP_VERSION);
+ 
+ DEFSYM(operating_system, "operating-system");
--- a/debian/patches/series 2016-08-16 20:03:38.630751305 +0100
--- b/debian/patches/series 2016-08-16 20:20:17.632595385 +0100
@@ -1,3 +1,4 @@
 0001-Fix-inline_Fcons-for-compiling-with-gcc-5.0.patch
 0002-guess-stack-direction
 0003-hppa-metag-stack-direction
+0004-Reproducile-build