Bug#831045: hibernate: please make the build reproducible

2017-01-09 Thread Chris Lamb
Dear Maintainer,

> Source: hibernate
> Version: 1.99-1.1
> Tags: patch

Alas, there hasn't seem to be any further update to this bug in 111 days.
Would you consider applying this patch and uploading prior to the upcoming
release? :)


Best wishes,

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



Bug#831045: hibernate: please make the build reproducible

2016-09-20 Thread Andrey Rahmatullin
On Thu, Sep 15, 2016 at 11:11:15AM +0100, Chris Lamb wrote:
> > Source: hibernate
> > Version: 1.99-1.1
> > Tags: patch
> 
> There hasn't seem to be any update on this bug in 63 days, in which
> time the Reproducible Builds effort has come on a long way. :)
> 
> Would you consider applying this patch and uploading?
Please note that the package was orphaned 3 years ago.



Bug#831045: hibernate: please make the build reproducible

2016-09-15 Thread Chris Lamb
Dear Maintainer,

> Source: hibernate
> Version: 1.99-1.1
> Tags: patch

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

2016-07-13 Thread Chris Lamb
Source: hibernate
Version: 2.0+15+g88d54a8-1
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], we noticed
that hibernate could not be built reproducibly.

Patch attached. It can probably be sent upstream.

 [0] https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- a/debian/patches/reproducible-build.patch   1970-01-01 02:00:00.0 
+0200
--- b/debian/patches/reproducible-build.patch   2016-07-13 23:12:55.556184935 
+0200
@@ -0,0 +1,10 @@
+--- hibernate-2.0+15+g88d54a8.orig/gen-manpages.sh
 hibernate-2.0+15+g88d54a8/gen-manpages.sh
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ 
+-THE_DATE="`date \"+%B %Y\"`"
++THE_DATE="$(LC_ALL=C date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" 
"+%B %Y")"
+ 
+ # Define some dummy functions from the API.
+ 
--- a/debian/patches/series 2016-07-13 23:09:25.159121887 +0200
--- b/debian/patches/series 2016-07-13 23:12:51.992166329 +0200
@@ -8,3 +8,4 @@
 fix-s2ram-options.patch
 fix-grub-config-name.patch
 fix-typos.patch
+reproducible-build.patch