[DRE-commits] r1382 - packages/rcov/trunk/debian

Ari Pollak ari at alioth.debian.org
Mon Apr 16 02:04:02 UTC 2007


Author: ari
Date: 2007-04-16 02:04:01 +0000 (Mon, 16 Apr 2007)
New Revision: 1382

Removed:
   packages/rcov/trunk/debian/control.in
Modified:
   packages/rcov/trunk/debian/changelog
   packages/rcov/trunk/debian/control
   packages/rcov/trunk/debian/rules
Log:
* Upload to unstable
* Remove ruby-pkg-extras Uploaders rule as part of migration

Modified: packages/rcov/trunk/debian/changelog
===================================================================
--- packages/rcov/trunk/debian/changelog	2007-04-16 02:02:29 UTC (rev 1381)
+++ packages/rcov/trunk/debian/changelog	2007-04-16 02:04:01 UTC (rev 1382)
@@ -1,3 +1,10 @@
+rcov (0.8.0.2-2) UNRELEASED; urgency=low
+
+  * Upload to unstable
+  * Remove ruby-pkg-extras Uploaders rule as part of migration
+
+ -- Ari Pollak <ari at debian.org>  Sun, 15 Apr 2007 22:03:04 -0400
+
 rcov (0.8.0.2-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/rcov/trunk/debian/control
===================================================================
--- packages/rcov/trunk/debian/control	2007-04-16 02:02:29 UTC (rev 1381)
+++ packages/rcov/trunk/debian/control	2007-04-16 02:04:01 UTC (rev 1382)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Ari Pollak <ari at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Daigo Moriwaki <daigo at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby1.8, ruby1.8-dev
 Standards-Version: 3.6.2
 

Deleted: packages/rcov/trunk/debian/control.in
===================================================================
--- packages/rcov/trunk/debian/control.in	2007-04-16 02:02:29 UTC (rev 1381)
+++ packages/rcov/trunk/debian/control.in	2007-04-16 02:04:01 UTC (rev 1382)
@@ -1,27 +0,0 @@
-Source: rcov
-Section: devel
-Priority: optional
-Maintainer: Ari Pollak <ari at debian.org>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby1.8, ruby1.8-dev
-Standards-Version: 3.6.2
-
-Package: rcov
-Architecture: any
-Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
-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: 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 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...
- .
- Homepage: <http://eigenclass.org/hiki.rb?rcov>

Modified: packages/rcov/trunk/debian/rules
===================================================================
--- packages/rcov/trunk/debian/rules	2007-04-16 02:02:29 UTC (rev 1381)
+++ packages/rcov/trunk/debian/rules	2007-04-16 02:04:01 UTC (rev 1382)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 #include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 
 build/rcov::




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