[Pkg-privacy-commits] [xul-ext-monkeysphere] 01/01: avoid embedding the current TZ in the created zipfile.

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:54 UTC 2015


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

infinity0 pushed a commit to branch master
in repository xul-ext-monkeysphere.

commit 508cd90839b48ee799580c5a729fed765eea4483
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Thu Aug 6 10:56:44 2015 -0400

    avoid embedding the current TZ in the created zipfile.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 69d37dd..c96cd22 100755
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ICONS = $(addprefix chrome/content/, broken.png bad.png error.png)
 VERSION = $(shell head -n1 Changelog | sed -e 's/^.*(//' -e 's/).*$$//')
 
 monkeysphere.xpi: $(XPI_CONTENTS) $(ICONS)
-	zip $@ $(XPI_CONTENTS) $(ICONS)
+	TZ=UTC zip $@ $(XPI_CONTENTS) $(ICONS)
 
 install.rdf: install.rdf.template Changelog
 	sed 's/__VERSION__/$(VERSION)/' < $< > $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list