[DRE-commits] r4330 - trunk/rcov/debian

Micah Anderson micah at alioth.debian.org
Wed Nov 18 00:26:11 UTC 2009


Author: micah
Date: 2009-11-18 00:26:11 +0000 (Wed, 18 Nov 2009)
New Revision: 4330

Modified:
   trunk/rcov/debian/control
Log:
revert the conflicts/replaces lines in control

Modified: trunk/rcov/debian/control
===================================================================
--- trunk/rcov/debian/control	2009-11-18 00:21:19 UTC (rev 4329)
+++ trunk/rcov/debian/control	2009-11-18 00:26:11 UTC (rev 4330)
@@ -12,9 +12,8 @@
 Package: rcov
 Architecture: any
 Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}, libjs-jquery
-Conflicts: rcov
-Replaces: rcov
-Provides: rcov
+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. This version improves on the original RCov 




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