[Pkg-wmaker-commits] [wmcoincoin] 65/87: Remove "built on" message to allow reproducible build.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 17:27:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcoincoin.

commit 67b1e8905e060e1cee11bd87dda5ed2da013810a
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Fri Feb 13 20:43:17 2015 -0600

    Remove "built on" message to allow reproducible build.
    
    The "built on" message that is displayed upon startup used the __DATE__ macro.
    However, this means that subsequent builds will produce binaries which differ,
    which is discouraged in Debian [1].
    
    [1] https://wiki.debian.org/ReproducibleBuilds
---
 src/wmcoincoin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wmcoincoin.c b/src/wmcoincoin.c
index f6d236a..879908f 100644
--- a/src/wmcoincoin.c
+++ b/src/wmcoincoin.c
@@ -2022,7 +2022,7 @@ int main(int argc, char **argv)
 
   _dock = dock; /* la vilaine variable globale (pour les sighandlers) */
 
-  myprintf(_("%<GRN wmc2> v.%<WHT %s> [ built on %s ]\n"),VERSION, __DATE__);
+  myprintf(_("%<GRN wmc2> v.%<WHT %s>\n"),VERSION);
 
   /* contruit un useragent qui ignore la partie terminale du numero de version
      ( '2.3.6f' --> '2.3.6') */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcoincoin.git



More information about the Pkg-wmaker-commits mailing list