[libfastutil-java] 03/06: Use xz compression to reduce size of *.deb packages

Andreas Tille tille at debian.org
Wed Aug 13 19:54:59 UTC 2014


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

tille pushed a commit to branch master
in repository libfastutil-java.

commit d4419bf71fd862f80caf303cb5a61d35493592f5
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jun 6 12:05:07 2013 +0000

    Use xz compression to reduce size of *.deb packages
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 7b348a4..88bcb40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,9 @@ override_dh_auto_build:
 	ant jar
 	ant javadoc
 
+override_dh_builddeb:
+	dh_builddeb -- -Z xz
+
 get-orig-source:
 	mkdir -p ../tarballs
 	uscan --verbose --force-download --destdir ../tarballs

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



More information about the pkg-java-commits mailing list