[Pkg-ruby-extras-maintainers] r386 -
packages/librcov-ruby/trunk/debian
Ari Pollak
ari at costa.debian.org
Wed Mar 22 18:10:56 UTC 2006
Author: ari
Date: 2006-03-22 18:10:56 +0000 (Wed, 22 Mar 2006)
New Revision: 386
Modified:
packages/librcov-ruby/trunk/debian/changelog
packages/librcov-ruby/trunk/debian/control
packages/librcov-ruby/trunk/debian/control.in
packages/librcov-ruby/trunk/debian/rules
Log:
releasing version 0.2.0-2
Modified: packages/librcov-ruby/trunk/debian/changelog
===================================================================
--- packages/librcov-ruby/trunk/debian/changelog 2006-03-22 17:53:25 UTC (rev 385)
+++ packages/librcov-ruby/trunk/debian/changelog 2006-03-22 18:10:56 UTC (rev 386)
@@ -1,3 +1,12 @@
+librcov-ruby (0.2.0-2) unstable; urgency=low
+
+ * Oops, change Build-Depends-Indep to Build-Depends
+ * The library was getting installed to /usr/local/lib, fix that to
+ go into /usr/lib instead
+ * Fix indentation in package descriptions
+
+ -- Ari Pollak <ari at debian.org> Wed, 22 Mar 2006 17:59:44 +0000
+
librcov-ruby (0.2.0-1) unstable; urgency=low
* Initial Debian release (Closes: #358009)
Modified: packages/librcov-ruby/trunk/debian/control
===================================================================
--- packages/librcov-ruby/trunk/debian/control 2006-03-22 17:53:25 UTC (rev 385)
+++ packages/librcov-ruby/trunk/debian/control 2006-03-22 18:10:56 UTC (rev 386)
@@ -13,16 +13,15 @@
rcov is a code coverage tool for Ruby. It is commonly used for viewing overall
test unit coverage of target code. It improves on the better known
coverage tool, Ruby Coverage, on a number of points:
+ * 20-300 times faster: typically, the program being inspected runs only ~3
+ times slower than without rcov (i.e. not 200 times
+ slower as with previous tools)
+ * more accurate coverage information through code linkage inference using
+ simple heuristics
+ * more convenient interface
+ * provides both HTML and console output
+ * additional features like bogo-profile mode, colorblind-friendliness...
.
- * 20-300 times faster: typically, the program being inspected runs only ~3
- times slower than without rcov (i.e. not 200 times
- slower as with previous tools)
- * more accurate coverage information through code linkage inference using
- simple heuristics
- * more convenient interface
- * provides both HTML and console output
- * additional features like bogo-profile mode, colorblind-friendliness...
- .
Homepage: <http://eigenclass.org/hiki.rb?rcov>
.
This is a dependency package which depends on Debian's default version of
@@ -35,16 +34,15 @@
rcov is a code coverage tool for Ruby. It is commonly used for viewing overall
test unit coverage of target code. It improves on the better known
coverage tool, Ruby Coverage, on a number of points:
+ * 20-300 times faster: typically, the program being inspected runs only ~3
+ times slower than without rcov (i.e. not 200 times
+ slower as with previous tools)
+ * more accurate coverage information through code linkage inference using
+ simple heuristics
+ * more convenient interface
+ * provides both HTML and console output
+ * additional features like bogo-profile mode, colorblind-friendliness...
.
- * 20-300 times faster: typically, the program being inspected runs only ~3
- times slower than without rcov (i.e. not 200 times
- slower as with previous tools)
- * more accurate coverage information through code linkage inference using
- simple heuristics
- * more convenient interface
- * provides both HTML and console output
- * additional features like bogo-profile mode, colorblind-friendliness...
- .
Homepage: <http://eigenclass.org/hiki.rb?rcov>
.
This package is built for Ruby 1.8.
@@ -56,16 +54,15 @@
rcov is a code coverage tool for Ruby. It is commonly used for viewing overall
test unit coverage of target code. It improves on the better known
coverage tool, Ruby Coverage, on a number of points:
+ * 20-300 times faster: typically, the program being inspected runs only ~3
+ times slower than without rcov (i.e. not 200 times
+ slower as with previous tools)
+ * more accurate coverage information through code linkage inference using
+ simple heuristics
+ * more convenient interface
+ * provides both HTML and console output
+ * additional features like bogo-profile mode, colorblind-friendliness...
.
- * 20-300 times faster: typically, the program being inspected runs only ~3
- times slower than without rcov (i.e. not 200 times
- slower as with previous tools)
- * more accurate coverage information through code linkage inference using
- simple heuristics
- * more convenient interface
- * provides both HTML and console output
- * additional features like bogo-profile mode, colorblind-friendliness...
- .
Homepage: <http://eigenclass.org/hiki.rb?rcov>
.
This package is built for Ruby 1.9.
Modified: packages/librcov-ruby/trunk/debian/control.in
===================================================================
--- packages/librcov-ruby/trunk/debian/control.in 2006-03-22 17:53:25 UTC (rev 385)
+++ packages/librcov-ruby/trunk/debian/control.in 2006-03-22 18:10:56 UTC (rev 386)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends-Indep: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby, ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby, ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev
Standards-Version: 3.6.2
Package: librcov-ruby
@@ -13,16 +13,15 @@
rcov is a code coverage tool for Ruby. It is commonly used for viewing overall
test unit coverage of target code. It improves on the better known
coverage tool, Ruby Coverage, on a number of points:
+ * 20-300 times faster: typically, the program being inspected runs only ~3
+ times slower than without rcov (i.e. not 200 times
+ slower as with previous tools)
+ * more accurate coverage information through code linkage inference using
+ simple heuristics
+ * more convenient interface
+ * provides both HTML and console output
+ * additional features like bogo-profile mode, colorblind-friendliness...
.
- * 20-300 times faster: typically, the program being inspected runs only ~3
- times slower than without rcov (i.e. not 200 times
- slower as with previous tools)
- * more accurate coverage information through code linkage inference using
- simple heuristics
- * more convenient interface
- * provides both HTML and console output
- * additional features like bogo-profile mode, colorblind-friendliness...
- .
Homepage: <http://eigenclass.org/hiki.rb?rcov>
.
This is a dependency package which depends on Debian's default version of
@@ -35,16 +34,15 @@
rcov is a code coverage tool for Ruby. It is commonly used for viewing overall
test unit coverage of target code. It improves on the better known
coverage tool, Ruby Coverage, on a number of points:
+ * 20-300 times faster: typically, the program being inspected runs only ~3
+ times slower than without rcov (i.e. not 200 times
+ slower as with previous tools)
+ * more accurate coverage information through code linkage inference using
+ simple heuristics
+ * more convenient interface
+ * provides both HTML and console output
+ * additional features like bogo-profile mode, colorblind-friendliness...
.
- * 20-300 times faster: typically, the program being inspected runs only ~3
- times slower than without rcov (i.e. not 200 times
- slower as with previous tools)
- * more accurate coverage information through code linkage inference using
- simple heuristics
- * more convenient interface
- * provides both HTML and console output
- * additional features like bogo-profile mode, colorblind-friendliness...
- .
Homepage: <http://eigenclass.org/hiki.rb?rcov>
.
This package is built for Ruby 1.8.
@@ -56,16 +54,15 @@
rcov is a code coverage tool for Ruby. It is commonly used for viewing overall
test unit coverage of target code. It improves on the better known
coverage tool, Ruby Coverage, on a number of points:
+ * 20-300 times faster: typically, the program being inspected runs only ~3
+ times slower than without rcov (i.e. not 200 times
+ slower as with previous tools)
+ * more accurate coverage information through code linkage inference using
+ simple heuristics
+ * more convenient interface
+ * provides both HTML and console output
+ * additional features like bogo-profile mode, colorblind-friendliness...
.
- * 20-300 times faster: typically, the program being inspected runs only ~3
- times slower than without rcov (i.e. not 200 times
- slower as with previous tools)
- * more accurate coverage information through code linkage inference using
- simple heuristics
- * more convenient interface
- * provides both HTML and console output
- * additional features like bogo-profile mode, colorblind-friendliness...
- .
Homepage: <http://eigenclass.org/hiki.rb?rcov>
.
This package is built for Ruby 1.9.
Modified: packages/librcov-ruby/trunk/debian/rules
===================================================================
--- packages/librcov-ruby/trunk/debian/rules 2006-03-22 17:53:25 UTC (rev 385)
+++ packages/librcov-ruby/trunk/debian/rules 2006-03-22 18:10:56 UTC (rev 386)
@@ -5,7 +5,7 @@
include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-CONFIG_ARGS := --installdirs=std
+DEB_RUBY_CONFIG_ARGS += --installdirs=std
install/librcov-ruby1.8::
mv debian/librcov-ruby1.8/usr/bin/rcov \
More information about the pkg-ruby-extras-maintainers
mailing list