[DRE-commits] [SCM] rbot.git branch, master, updated. debian/0.9.15+post20100705+gitb3aa806-3-6-g236ea4b

Christian Hofstaedtler christian at hofstaedtler.name
Mon May 6 13:24:04 UTC 2013


The following commit has been merged in the master branch:
commit 52f1164357b930b142b29df873356d7f3c4db168
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Mon May 6 15:13:56 2013 +0200

    Remove convienence copy of jQuery

diff --git a/debian/control b/debian/control
index f604079..b3bf25b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~),
- rake, ruby-gettext
+ rake, ruby-gettext, libjs-jquery
 Build-Depends-Indep: xsltproc, docbook-xml, docbook-xsl, graphviz
 Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/rbot.git
@@ -30,7 +30,7 @@ Description: IRC bot written in ruby
 Package: rbot-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libjs-jquery
 Suggests: doc-base
 Description: IRC bot written in ruby -- API documentation
  Rbot is very extensible thanks to a well designed plugin
diff --git a/debian/rules b/debian/rules
index 07963d1..52ea551 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,8 @@ override_dh_auto_build:
 	rake manpages
 	rdoc --all --inline-source --diagram --fileboxes --line-numbers --fmt=html \
 		-o build-doc/rdoc lib
+	rm -f build-doc/rdoc/js/jquery.js
+	ln -s /usr/share/javascript/jquery/jquery.js build-doc/rdoc/js/jquery.js
 
 override_dh_install:
 	dh_install

-- 
rbot.git



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