[DRE-commits] [SCM] rcov.git branch, master, updated. upstream/1.0.0-4-gd4586e0
Paul van Tilburg
paulvt at debian.org
Fri May 18 18:10:00 UTC 2012
The following commit has been merged in the master branch:
commit a6166d0a15e069a54a2a302db661047ca97c55d0
Merge: 20ca5323438d17bbd5bcbd3be32ce34091c634de 10b0f52381ba87c05d3e8bb0f6d15a906b0bcfcf
Author: Paul van Tilburg <paulvt at debian.org>
Date: Fri May 18 19:44:54 2012 +0200
Imported Debian patch 0.9.11-1
diff --combined debian/changelog
index 35c7e11,0000000..77584ab
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,5 @@@
- rcov (1.0.0-1) UNRELEASED; urgency=low
++rcov (0.9.11-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #nnnn)
+
- -- Paul van Tilburg <paulvt at debian.org> Thu, 17 May 2012 17:21:23 +0200
++ -- Paul van Tilburg <paulvt at debian.org> Fri, 18 May 2012 19:44:54 +0200
diff --combined debian/control
index 4da0fb9,0000000..3447b14
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,19 -1,0 +1,19 @@@
+Source: rcov
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Paul van Tilburg <paulvt at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
+Standards-Version: 3.9.2
+#Vcs-Git: git://git.debian.org/pkg-ruby-extras/rcov.git
+#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/rcov.git;a=summary
+Homepage: http://github.com/relevance/rcov
- XS-Ruby-Versions: ruby1.8
++XS-Ruby-Versions: all
+
+Package: rcov
+Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Description: Code coverage analysis tool for Ruby
- rcov is a code coverage tool for Ruby.
++ rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It features fast execution (20-300 times faster than previous tools), multiple analysis modes, XHTML and several kinds of text reports, easy automation with Rake via a RcovTask, fairly accurate coverage information through code linkage inference using simple heuristics, colorblind-friendliness...
diff --combined debian/rcov.docs
index d0ab95f,0000000..443148f
mode 100644,000000..100644
--- a/debian/rcov.docs
+++ b/debian/rcov.docs
@@@ -1,1 -1,0 +1,5 @@@
++# FIXME: doc/ dir found in source. Consider installing the docs.
++# Examples:
++# doc/manual.html
++# doc/site/*
+# FIXME: READMEs found
diff --combined debian/ruby-test-files.yaml
index 0000000,0000000..b5d8c17
new file mode 100644
--- /dev/null
+++ b/debian/ruby-test-files.yaml
@@@ -1,0 -1,0 +1,5 @@@
++---
++- test/functional_test.rb
++- test/file_statistics_test.rb
++- test/code_coverage_analyzer_test.rb
++- test/call_site_analyzer_test.rb
--
rcov.git
More information about the Pkg-ruby-extras-commits
mailing list