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

Shawn Landden shawnlandden at gmail.com
Sat Jun 30 22:40:11 UTC 2012


The following commit has been merged in the master branch:
commit c023cebf552f27fa8c9ff5cef3e9c779c79ce79b
Author: Shawn Landden <shawnlandden at gmail.com>
Date:   Sat Jun 30 15:38:11 2012 -0700

    avoid clobbering with system jquery so that double builds work

diff --git a/debian/rules b/debian/rules
index 3b5d2bb..75c1eb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,6 @@
 	dh $@ --buildsystem=ruby --with ruby
 
 override_dh_installdocs:
-	ln -sf /usr/share/javascript/jquery/jquery.min.js \
-doc/js/jquery.js
 	dh_installdocs
+	ln -sf /usr/share/javascript/jquery/jquery.min.js \
+debian/ruby-kyotocabinet/usr/share/doc/ruby-kyotocabinet/doc/js/jquery.js

-- 
ruby-kyotocabinet.git



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