[DRE-commits] [SCM] ruby-http-connection.git branch, master, updated. upstream/1.4.1-13-g832d86a

Praveen Arimbrathodiyil praveen at debian.org
Mon Oct 29 20:15:59 UTC 2012


The following commit has been merged in the master branch:
commit 639e48801fe10385f39b000fbc595d2106ad3fec
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Oct 30 01:36:47 2012 +0530

    remove jquery.js during build stage itself

diff --git a/debian/rules b/debian/rules
index b40fa0f..53eea84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,14 +16,12 @@
 
 override_dh_auto_build:
 	dh_auto_build
+		echo "Building rdoc API documentation..."
 		rdoc --fmt html --inline-source --fileboxes --line-numbers \
     --main README --title "http_connection, HTTP helper library for Ruby" \
 		--op doc/rdoc README.txt lib/right_http_connection.rb
-
-override_dh_auto_install:
-	dh_auto_install
 		echo "Removing embedded jquery javascript library..."
-		rm debian/tmp/usr/share/doc/ruby-http-connection/rdoc/js/jquery.js
+		rm doc/ruby-http-connection/rdoc/js/jquery.js
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
ruby-http-connection.git



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