[Debian-in-commits] [aspell-kn] 04/07: Instruct gzip to not save default time stamp during compression.

Vasudev Kamath kamathvasudev at gmail.com
Sun Aug 23 13:26:27 UTC 2015


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

vasudev-guest pushed a commit to branch master
in repository aspell-kn.

commit 1ab4d03eabd4229317f516bb921d42aa3c897135
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Aug 23 14:20:03 2015 +0530

    Instruct gzip to not save default time stamp during compression.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1b701ee..8a87da1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_install:
 	dh_installdirs
 	dh_install
 	for f in *.cwl; do \
-		gzip -9 -c "$$f" > "$(BASEDIR)/usr/share/aspell/"$$f".gz"; \
+		gzip -n -9 -c "$$f" > "$(BASEDIR)/usr/share/aspell/"$$f".gz"; \
 		WL=`echo "$$f" | sed 's/\.cwl$$//'`; \
 		touch "$(BASEDIR)/var/lib/aspell/$$WL.rws"; \
 		dh_link "var/lib/aspell/$$WL.rws" "usr/lib/aspell/$$WL.rws"; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-in/aspell-kn.git



More information about the Debian-in-commits mailing list