[DRE-commits] [ruby-tioga] 02/02: Drop embedded jquery

Vincent Fourmond fourmond at moszumanska.debian.org
Thu Jan 30 21:34:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

fourmond pushed a commit to branch master
in repository ruby-tioga.

commit 07c3f2a327308ff7a428f2eb50fbebd71f6e5e73
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Thu Jan 30 22:25:12 2014 +0100

    Drop embedded jquery
---
 debian/changelog            | 3 ++-
 debian/control              | 2 +-
 debian/ruby-tioga-doc.links | 1 +
 debian/rules                | 1 +
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0405c38..3fc8cc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ ruby-tioga (1.17-2) unstable; urgency=low
   * Drop all references to versioned ruby packages, since gem2deb pulls them 
     in anyway (closes: #735663)
   * Conforms to standards 3.9.5
+  * Drop embedded jquery.js from documentation
 
- -- Vincent Fourmond <fourmond at debian.org>  Wed, 29 Jan 2014 23:25:29 +0100
+ -- Vincent Fourmond <fourmond at debian.org>  Thu, 30 Jan 2014 22:24:51 +0100
 
 ruby-tioga (1.17-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9f65ee0..ff5d72c 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,7 @@ Description: Ruby library for scientific graphs [transition package]
 
 Package: ruby-tioga-doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libjs-jquery
 Section: doc
 Recommends: ruby-tioga, irb
 Description: Ruby library for scientific graphs
diff --git a/debian/ruby-tioga-doc.links b/debian/ruby-tioga-doc.links
new file mode 100644
index 0000000..f335927
--- /dev/null
+++ b/debian/ruby-tioga-doc.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-tioga-doc/rdoc/js/jquery.js
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index ffc686f..945ea9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ override_dh_auto_build:
 	dh_auto_build
 # Then build documentation
 	rdoc -o rdoc
+	rm -f rdoc/js/jquery.js
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-tioga.git



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