[libunicode-map-perl] 01/03: Do not compress executable example which is just close over 4k size

Axel Beckert abe at deuxchevaux.org
Fri Dec 13 23:25:54 UTC 2013


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

abe pushed a commit to branch master
in repository libunicode-map-perl.

commit 27ab028538c8e11b03e4a6899e6a57bfcee424c1
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Dec 14 00:07:35 2013 +0100

    Do not compress executable example which is just close over 4k size
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2203464..755969e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,6 +56,7 @@ libunicode-map-perl (0.112-11) UNRELEASED; urgency=low
     + binary-control-field-duplicates-source (priority, section)
     + copyright-refers-to-symlink-license
   * Bump Standards-Version to 3.9.5 (no further changes)
+  * Do not compress executable example which is just close over 4k size
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 0d8a3b4..987e3e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ override_dh_auto_install:
 	# Neither install scripts nor their man-pages
 	$(RM) -rvf $(TMP)/usr/bin $(TMP)/usr/share/man/man1
 
+override_dh_compress:
+	dh_compress -Xmkmapfile
+
 # fix the BIG5 map on the fly
 fix-big5: fix-big5-stamp
 fix-big5-stamp:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libunicode-map-perl.git



More information about the Pkg-perl-cvs-commits mailing list