Source: gtk-gnutella
Version: 1.1.8-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 
gtk-gnutella could not be built reproducibly.

Patch attached.


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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/scripts/nm-list b/scripts/nm-list
index fbd280c..96efd59 100755
--- a/scripts/nm-list
+++ b/scripts/nm-list
@@ -54,7 +54,7 @@ da39a3ee5e6b4b0d3255bfef95601890afd80709) ;;
 *) SHA1SUM=$TOP/src/bin/sha1sum ;;
 esac
 
-date=`date`
+date=`date --utc`
 sha1=`$SHA1SUM $file 2>/dev/null | cut -f1 -d' '`
 case "$sha1" in
 '')    echo "Failed to compute SHA1 of $file" >&2; exit 1;;

Reply via email to