Source: jack-audio-connection-kit
Version: 1:0.124.1+20140122git5013bed0-3
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 jack-audio-connection-kit could not be built reproducibly.
The attached patch removes locale and timezone- specific timestamps from
the build system. Once applied, jack-audio-connection-kit can be built
reproducibly in our reproducible toolchain.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/man/Makefile.am b/man/Makefile.am
index ca68b74..3afe34a 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,5 +1,5 @@
.0.1:
- @sed -e "s/!VERSION!/@JACK_RELEASE@/g" -e "s/!DATE!/`date '+%B %Y'`/g"
< $*.0 > $@
+ @sed -e "s/!VERSION!/@JACK_RELEASE@/g" -e "s/!DATE!/`LANG=C date --utc
--date="`dpkg-parsechangelog -l../debian/changelog -SDate`" '+%B %Y'`/g" < $*.0
> $@
@echo Built $*.1 from template
manpages = $(patsubst %.0,%.1,$(wildcard *.0))
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers