[mupen64plus] 35/262: Recompress man page with maximum compression

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:12 UTC 2015


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit 84e7cf616d77e243fbb058d1823af2242f3379aa
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Mon Jun 1 14:52:10 2009 +0200

    Recompress man page with maximum compression
---
 debian/changelog           | 3 ++-
 debian/mupen64plus.install | 2 +-
 debian/rules               | 3 +++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 87a3fdb..3b4f6e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 mupen64plus (1.5-3) UNRELEASED; urgency=low
 
-  [Sven Eckelmann]
+  [ Sven Eckelmann ]
   * Remove README.Debian without real content
   * Remove example files in debian/
   * Enable pristine-tar for orig.tar.gz
@@ -23,6 +23,7 @@ mupen64plus (1.5-3) UNRELEASED; urgency=low
     - Don't create install dirs separately
     - Create plugins dir if it doesn't exist
     - Install files using dh_install
+    - Recompress man page with maximum compression
   * Remove changes outside of debian/*
   * debian/patches:
     - Add 100-fix-desktop-file.patch, fix desktop file
diff --git a/debian/mupen64plus.install b/debian/mupen64plus.install
index 524ecb8..2785ebe 100644
--- a/debian/mupen64plus.install
+++ b/debian/mupen64plus.install
@@ -1,7 +1,7 @@
 usr/bin/mupen64plus usr/games/
 usr/share/applications/mupen64plus.desktop
 debian/mupen64plus-large.xpm usr/share/pixmaps/
-usr/man/man1/mupen64plus.1.gz usr/share/man/man1/
+usr/share/man/man1/mupen64plus.1.gz
 usr/share/mupen64plus/lang/
 usr/share/mupen64plus/config/
 usr/share/mupen64plus/mupen64plus.ini
diff --git a/debian/rules b/debian/rules
index 4af19f9..784f800 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,9 @@ install: build
 	dh_prep
 
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp PREFIX=$(CURDIR)/debian/tmp/usr install
+	mkdir -p $(CURDIR)/debian/tmp/usr/share/man/man1/
+	zcat $(CURDIR)/debian/tmp/usr/man/man1/mupen64plus.1.gz|gzip -9 -n > \
+	     $(CURDIR)/debian/tmp/usr/share/man/man1/mupen64plus.1.gz
 
 
 # Build architecture-independent files here.

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



More information about the Pkg-games-commits mailing list