[DRE-commits] [SCM] rcov.git branch, master, updated. upstream/0.9.11-8-g78479d9

Paul van Tilburg paulvt at debian.org
Fri May 18 18:47:17 UTC 2012


The following commit has been merged in the master branch:
commit 78479d98d86751a9f23215633f9e34e5f392f884
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri May 18 20:47:15 2012 +0200

    Added a TODO item about minified JS files; added a depend on libjs-jquery-tablesorter

diff --git a/debian/changelog b/debian/changelog
index a622e3c..7e474bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ rcov (0.9.11-1) UNRELEASED; urgency=low
 
   TODO: fix tests, they are broken for Ruby 1.8.7; maybe switch to 1.0.0
     upstream after all.
+  TODO: deal with minified JavaScript files in lib/rcov/templates
 
  -- Paul van Tilburg <paulvt at debian.org>  Fri, 18 May 2012 19:44:54 +0200
 
diff --git a/debian/control b/debian/control
index b5eedc8..19f9c60 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Ruby-Versions: ruby1.8
 Package: rcov
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, libjs-jquery
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, libjs-jquery, libjs-jquery-tablesorter
 Conflicts: librcov-ruby (<< 0.6-1), librcov-ruby1.8 (<< 0.6-1)
 Replaces: librcov-ruby (<< 0.6-1), librcov-ruby1.8 (<< 0.6-1)
 Description: Code coverage analysis tool for Ruby

-- 
rcov.git



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