[Reproducible-builds] Bug#835463: fdroidserver: please make the build reproducible
Chris Lamb
lamby at debian.org
Fri Aug 26 00:40:09 UTC 2016
Source: fdroidserver
Version: 0.6.0-2
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], I noticed
that fdroidserver could not be built reproducibly.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/reproducible-build.patch 2016-08-26 01:38:05.340380320 +0100
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby at debian.org>
+Last-Update: 2016-08-26
+
+--- fdroidserver-0.6.0.orig/docs/gendocs.sh
++++ fdroidserver-0.6.0/docs/gendocs.sh
+@@ -273,7 +273,7 @@ echo "Making output for $srcfile"
+ echo " in `pwd`"
+ mkdir -p "$outdir/"
+
+-taropts="--mtime=@$timestamp --mode=go=rX,u+rw,a-s"
++taropts="--mtime=@$timestamp --mode=go=rX,u+rw,a-s --sort=name"
+ cmd="$SETLANG $MAKEINFO -o $PACKAGE.info $commonarg $infoarg \"$srcfile\""
+ echo "Generating info... ($cmd)"
+ eval "$cmd"
--- a/debian/patches/series 2016-08-26 01:20:13.288883161 +0100
--- b/debian/patches/series 2016-08-26 01:27:59.901895699 +0100
@@ -1,2 +1,3 @@
debian-java-detection.patch
make-metadata-exceptions-optional-based-on-CLI-flag.patch
+reproducible-build.patch
More information about the Reproducible-builds
mailing list