Source: vpim
Version: 0.695-1.1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [1], we have noticed
that vpim could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, vpim can be built reproducibly in our current experimental
framework.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad vpim.orig/vpim-0.695/debian/rules vpim/vpim-0.695/debian/rules
--- vpim.orig/vpim-0.695/debian/rules 2015-02-03 12:00:42.204612210 +0000
+++ vpim/vpim-0.695/debian/rules 2015-02-03 12:01:20.718225482 +0000
@@ -77,7 +77,7 @@
$(installbin) -d debian/tmp/usr/lib/mime/packages
$(installdoc) debian/mailcap debian/tmp/usr/lib/mime/packages/$(package)
#
- gzip -9f debian/tmp/usr/share/doc/$(package)/changelog{,.Debian}
+ gzip -9fn debian/tmp/usr/share/doc/$(package)/changelog{,.Debian}
#
rm debian/tmp/usr/lib/ruby/*/plist.rb
rm debian/tmp/usr/lib/ruby/*/atom.rb