[game-data-packager] 17/17: Avoid including a timestamp in generated packages' changelog.gz

Simon McVittie smcv at debian.org
Fri Jan 2 21:11:57 UTC 2015


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

smcv pushed a commit to branch master
in repository game-data-packager.

commit 7ca5f23fd2bb46eef80899808dab529564da83a5
Author: Simon McVittie <smcv at debian.org>
Date:   Fri Jan 2 20:26:44 2015 +0000

    Avoid including a timestamp in generated packages' changelog.gz
---
 Makefile         | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 935e88b..68cba87 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ DIRS := ./out ./build
 LDLIBS = -ldynamite
 
 default: $(DIRS)
-	gzip -c9 debian/changelog > ./out/changelog.gz
+	gzip -nc9 debian/changelog > ./out/changelog.gz
 	chmod 0644 ./out/changelog.gz
 	install -m644 data/*.yaml out/
 	install -m644 data/*.copyright out/
diff --git a/debian/changelog b/debian/changelog
index 4ff8ade..bc7bb9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ game-data-packager (38) UNRELEASED-experimental; urgency=low
     patched.
   * Standards-Version: 3.9.6
   * Bump debhelper compat to 9 for better Python 3 handling
+  * Avoid including a timestamp in generated packages' changelog.gz
 
   [ Alexandre Detiste ]
   * Add support for Tyrian, closes: #739486.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list