[DRE-commits] [SCM] ruby-http-parser.rb.git branch, master, updated. upstream/0.5.3-21-gb0f8f0b

Per Andersson avtobiff at gmail.com
Mon Jun 17 21:53:16 UTC 2013


The following commit has been merged in the master branch:
commit 0f1fffef81a2af44b36c1879120e4f41513e7649
Author: Per Andersson <avtobiff at gmail.com>
Date:   Mon Jun 17 23:39:24 2013 +0200

    Call dh_compress manually
    
    Binary package ends with .rb, due to dh sequencer -X.rb nothing is
    compressed.

diff --git a/debian/rules b/debian/rules
index a922060..dac9565 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,3 +39,8 @@ override_dh_link:
 	# link to jquery.js
 	dh_link --package=$(BINARY_PKG)-doc usr/share/javascript/jquery/jquery.js \
 			usr/share/doc/$(BINARY_PKG)-doc/html/js/jquery.js
+
+override_dh_compress:
+	# binary package ends with .rb, and, due to dh sequencer -X.rb nothing is
+	# compressed, hence, call dh_compress manually
+	dh_compress

-- 
ruby-http-parser.rb.git



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