[Pkg-javascript-commits] [mathjax-docs] 01/01: More fixes for tarball reproducibility.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Dec 29 09:07:10 UTC 2017


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

mitya57 pushed a commit to branch master
in repository mathjax-docs.

commit b6461734a96746e5149b377b9234a0d84cf3008f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Dec 29 12:06:51 2017 +0300

    More fixes for tarball reproducibility.
---
 debian/get-orig-source.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index 023e6f8..76ef89f 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -27,7 +27,7 @@ VERSION="$BASEVERSION+$DATE"
 FILENAME="mathjax-docs_$VERSION.orig.tar.gz"
 
 mv "MathJax-docs-$BRANCH" "mathjax-docs-$VERSION"
-GZIP=-n tar -czf "$pwd/$FILENAME" "mathjax-docs-$VERSION"
+GZIP=-n tar --sort=name --mode=u=rwX,go=rX -czf "$pwd/$FILENAME" "mathjax-docs-$VERSION"
 cd ..
 rm -Rf "$tmpdir"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/mathjax-docs.git



More information about the Pkg-javascript-commits mailing list