[Pkg-voip-commits] [dahdi-tools] 251/285: Makefile: build asciidoc with TZ=UTC

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:19:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit b47152670012f0d2d11bd4bde2d9397121f797a3
Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Date:   Tue Aug 18 23:42:05 2015 +0200

    Makefile: build asciidoc with TZ=UTC
    
    In order to support a reproducable build, always run asciidoc with the
    timezone UTC. This makes sure that the time shown in the file will be
    the same, regardless of the location from which it is run.
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
---
 Makefile.legacy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.legacy b/Makefile.legacy
index 0366fad..e26f0d2 100644
--- a/Makefile.legacy
+++ b/Makefile.legacy
@@ -69,10 +69,10 @@ genconf_parameters.sample: xpp/genconf_parameters
 README.html: README system.conf.asciidoc init.conf.asciidoc tonezones.txt \
   UPGRADE.txt genconf_parameters.asciidoc assigned-spans.conf.asciidoc \
   span-types.conf.asciidoc
-	$(ASCIIDOC) -n -a toc -a toclevels=4 $<
+	TZ=UTC $(ASCIIDOC) -n -a toc -a toclevels=4 $<
 
 README.Astribank.html: xpp/README.Astribank
-	$(ASCIIDOC) -o $@ -n -a toc -a toclevels=4 $<
+	TZ=UTC $(ASCIIDOC) -o $@ -n -a toc -a toclevels=4 $<
 
 # on Debian: this requires the full groff, not just groff-base.
 %.8.html: %.8

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list