[DRE-commits] [SCM] ruby-kyotocabinet.git branch, master, updated. debian/1.32-1-1-g7f01c56

Shawn Landden shawnlandden at gmail.com
Fri Jul 6 19:08:47 UTC 2012


The following commit has been merged in the master branch:
commit 7f01c5600fb604d8352d9b90206622352fdc2dd1
Author: Shawn Landden <shawnlandden at gmail.com>
Date:   Thu Jul 5 21:40:29 2012 -0700

    use xz compression (-2) for deb
    
    gzip -9
    673 Jul  2 10:49 ../ruby-kyotocabinet_1.32-1_amd64.deb
    
    xz -2 (2MB dict)
    390 Jul  5 21:39 ../ruby-kyotocabinet_1.32-1_amd64.deb

diff --git a/debian/rules b/debian/rules
index 75c1eb6..aca9bd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,6 @@ override_dh_installdocs:
 	dh_installdocs
 	ln -sf /usr/share/javascript/jquery/jquery.min.js \
 debian/ruby-kyotocabinet/usr/share/doc/ruby-kyotocabinet/doc/js/jquery.js
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz -z2

-- 
ruby-kyotocabinet.git



More information about the Pkg-ruby-extras-commits mailing list