[DRE-commits] r4344 - trunk/libheckle-ruby/debian
Sebastien Delafond
seb at alioth.debian.org
Fri Nov 20 12:41:15 UTC 2009
Author: seb
Date: 2009-11-20 12:41:15 +0000 (Fri, 20 Nov 2009)
New Revision: 4344
Modified:
trunk/libheckle-ruby/debian/control
Log:
Fixed duplicate short description.
Modified: trunk/libheckle-ruby/debian/control
===================================================================
--- trunk/libheckle-ruby/debian/control 2009-11-20 12:32:48 UTC (rev 4343)
+++ trunk/libheckle-ruby/debian/control 2009-11-20 12:41:15 UTC (rev 4344)
@@ -12,7 +12,7 @@
Package: libheckle-ruby1.8
Architecture: all
Depends: ${misc:Depends}, ruby1.8, libruby2ruby-ruby1.8, libparsetree-ruby1.8
-Description: Heckle is a mutation tester
+Description: Heckle is a mutation tester (ruby1.8)
Heckle is a mutation tester. It modifies your code and runs your tests
to make sure they fail. The idea is that if code can be changed and
your tests don't notice, either that code isn't being covered or it
@@ -21,6 +21,8 @@
Think about it as pen-testing. It's like hiring a white-hat hacker to
try to break into your server and making sure you detect it. You learn
the most by trying to break things and watching the outcome.
+ .
+ This package contains the ruby1.8 modules.
Package: libheckle-ruby
Architecture: all
More information about the Pkg-ruby-extras-commits
mailing list