[nethack] 18/31: Fix lintian warning package-contains-timestamped-gzip

James Cowgill jcowgill-guest at moszumanska.debian.org
Mon Mar 7 17:54:21 UTC 2016


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

jcowgill-guest pushed a commit to branch master
in repository nethack.

commit c2d6ad1797a483a49473c5f36dd36c8ef8eb8f2a
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Sat Mar 5 00:25:02 2016 +0000

    Fix lintian warning package-contains-timestamped-gzip
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 873fb0a..4db9b76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_auto_build: Makefile
 	  GAME=src/nethack-dummy \
 	  VARDATND="x11tiles NetHack.ad pet_mark.xbm pilemark.xbm rip.xpm mapbg.xpm" \
 	  all
-	/usr/bin/bdftopcf win/X11/nh10.bdf | gzip -9f > debian/nh10.pcf.gz
+	/usr/bin/bdftopcf win/X11/nh10.bdf | gzip -9fn > debian/nh10.pcf.gz
 
 TARGETS = console lisp x11
 

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



More information about the Pkg-games-commits mailing list