Source: fdroidserver
Version: 0.6.0-2
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- 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 <la...@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
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to