On 10.07.2012 20:39, Michael Biebl wrote: > And to avoid skew from differing timezones, also set TZ to GMT...
It seems faketime seems to handle timezone information just fine, which simplifies it quite a bit. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff --git a/Makefile.am b/Makefile.am index 079c118..10b3267 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2204,11 +2204,11 @@ XSLTPROC_FLAGS = \ XSLTPROC_PROCESS_MAN = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ - $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + faketime "`stat -c %y $<`" $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< XSLTPROC_PROCESS_HTML = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ - $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $< + faketime "`stat -c %y $<`" $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $< man/%.1: man/%.xml $(XSLTPROC_PROCESS_MAN) diff --git a/debian/control b/debian/control index 33717aa..70ca95b 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,8 @@ Build-Depends: debhelper (>= 9), liblzma-dev, libgee-dev, gperf, - libkmod-dev (>= 5) + libkmod-dev (>= 5), + faketime Package: systemd Architecture: linux-any
signature.asc
Description: OpenPGP digital signature

