Source: xfonts-kaname
Version: 1.1-9.1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

While working on the "reproducible builds" effort [1], we have noticed
that xfonts-kaname could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, xfonts-kaname can be built reproducibly in our current
experimental
framework.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff -urNad xfonts-kaname.orig/xfonts-kaname-1.1/debian/rules 
xfonts-kaname/xfonts-kaname-1.1/debian/rules
--- xfonts-kaname.orig/xfonts-kaname-1.1/debian/rules   2015-02-12 
12:49:36.105674344 +0000
+++ xfonts-kaname/xfonts-kaname-1.1/debian/rules        2015-02-12 
12:57:53.155176706 +0000
@@ -41,7 +41,7 @@
        for FONT in $(GENBDF); do \
                fontfile=`echo $$FONT | sed -e 's/.bdf//'`; \
                bdftopcf -o $$fontfile.pcf $$fontfile.bdf; \
-               gzip -9 $$fontfile.pcf; \
+               gzip -9n $$fontfile.pcf; \
        done
 
        # Add here commands to compile the package.
_______________________________________________
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