Source: vimoutliner
Version: 0.3.4+pristine-9.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 vimoutliner could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, vimoutliner 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 vimoutliner.orig/vimoutliner-0.3.4+pristine/debian/rules
vimoutliner/vimoutliner-0.3.4+pristine/debian/rules
--- vimoutliner.orig/vimoutliner-0.3.4+pristine/debian/rules 2015-01-27
11:35:54.994755299 +0000
+++ vimoutliner/vimoutliner-0.3.4+pristine/debian/rules 2015-01-27
11:37:50.179852507 +0000
@@ -20,7 +20,7 @@
install: build install-stamp
install-stamp:
dh install
- gzip -9 debian/vim-vimoutliner/usr/share/vim/addons/doc/*
+ gzip -9n debian/vim-vimoutliner/usr/share/vim/addons/doc/*
# Permission fix
chmod -x debian/vim-vimoutliner/usr/share/vim/addons/ftplugin/vo_*.vim
# Install scripts