r4158 - packages/trunk/hex-a-hop/debian/i18n

Jens Seidel jseidel-guest at alioth.debian.org
Mon Sep 10 19:28:36 UTC 2007


Author: jseidel-guest
Date: 2007-09-10 19:28:36 +0000 (Mon, 10 Sep 2007)
New Revision: 4158

Modified:
   packages/trunk/hex-a-hop/debian/i18n/Makefile
Log:
Compress manpages with option -9 to avoid a lintian error

Modified: packages/trunk/hex-a-hop/debian/i18n/Makefile
===================================================================
--- packages/trunk/hex-a-hop/debian/i18n/Makefile	2007-09-10 19:00:52 UTC (rev 4157)
+++ packages/trunk/hex-a-hop/debian/i18n/Makefile	2007-09-10 19:28:36 UTC (rev 4158)
@@ -82,5 +82,5 @@
 		encdir=""; [ "$$enc" = utf-8 ] && encdir=.UTF-8; \
 		install -p -d -m 755 $(MANDIR)$$lang$$encdir/man6/ ; \
 		install -m 644 ../hex-a-hop.$$lang.6 $(MANDIR)$$lang$$encdir/man6/hex-a-hop.6 ; \
-		gzip $(MANDIR)$$lang$$encdir/man6/hex-a-hop.6; \
+		gzip -9 $(MANDIR)$$lang$$encdir/man6/hex-a-hop.6; \
 	done




More information about the Pkg-games-commits mailing list