Source: ssh-cron
Version: 0.92.00-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

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

The attached patch removes timestamps from the build system. Once
applied, ssh-cron 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 ssh-cron.orig/ssh-cron-0.92.00/debian/rules 
ssh-cron/ssh-cron-0.92.00/debian/rules
--- ssh-cron.orig/ssh-cron-0.92.00/debian/rules 2015-02-08 02:51:29.758265164 
+0000
+++ ssh-cron/ssh-cron-0.92.00/debian/rules      2015-02-08 03:00:47.539358316 
+0000
@@ -65,7 +65,7 @@
 
        # Add here commands to install the package into debian/ssh-cron.
        ./build install program debian/ssh-cron/usr/bin/ssh-cron
-       ./build install man     debian/ssh-cron/usr/share/man/man1
+       GZIP="-9n" ./build install man     debian/ssh-cron/usr/share/man/man1
        ./build install std     debian/ssh-cron/usr/share/doc/ssh-cron
 
 # install-indep:

Reply via email to