[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 88faa76a687115dae06df58bf651c31ec12fb254
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Oct 30 01:32:52 2012 +0530

    remove embedded jquery and depend on libjs-jquery

diff --git a/debian/control b/debian/control
index c0a5c7d..649bc4d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ XS-Ruby-Versions: all
 Package: ruby-http-connection
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ libjs-jquery
 Description: HTTP helper library for Ruby
  Rightscale::HttpConnection is a robust HTTP/S library.  It implements 
  a retry algorithm for low-level network errors.
diff --git a/debian/ruby-http-connection.links b/debian/ruby-http-connection.links
new file mode 100644
index 0000000..04e3747
--- /dev/null
+++ b/debian/ruby-http-connection.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-http-connection/rdoc/js/jquery.js
diff --git a/debian/rules b/debian/rules
index 10427f0..b40fa0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,11 @@ override_dh_auto_build:
     --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
+
 override_dh_auto_clean:
 	dh_auto_clean
 		rm -rf doc

-- 
ruby-http-connection.git



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