# HG changeset patch # User rubidium # Date 1229770987 0 # Node ID b90baa371bc615f41d01348a4aac96762eaffb5e # Parent 642c4c52707d9ed36117004691c81991f63404fd (svn r14701) -Change: Debian's lintian complains about not using the best compression for compressing the man-page. diff --git a/Makefile.bundle.in b/Makefile.bundle.in --- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -66,7 +66,7 @@ ifdef MAN_DIR $(Q)mkdir -p "$(BUNDLE_DIR)/man/" $(Q)cp "$(ROOT_DIR)/docs/openttd.6" "$(BUNDLE_DIR)/man/" - $(Q)gzip "$(BUNDLE_DIR)/man/openttd.6" + $(Q)gzip -9 "$(BUNDLE_DIR)/man/openttd.6" endif $(Q)cp "$(ROOT_DIR)/media/openttd.32.xpm" "$(BUNDLE_DIR)/media/" $(Q)cp "$(ROOT_DIR)/media/openttd."*.png "$(BUNDLE_DIR)/media/"