[DRE-commits] [ruby-diffy] 01/05: improve description

Cédric Boutillier boutil at moszumanska.debian.org
Wed Sep 17 19:53:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to annotated tag debian/3.0.6-1
in repository ruby-diffy.

commit 22ab94c533d7e2462271abe59128f92b353f6938
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Sep 15 15:07:57 2014 +0200

    improve description
---
 debian/control | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 190bf22..3b5a747 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,9 @@ Package: ruby-diffy
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (>= 0, development), rspec (~> 2.14, development)
-Description: A convenient way to diff string in ruby
- Convenient diffing in ruby
+Description: convenient way to diff strings in Ruby
+ Diffy is a Ruby library providing a convenient way to generate a diff
+ from two strings or files.
+ .
+ Instead of reimplementing the LCS diff algorithm, Diffy uses battle tested
+ Unix diff to generate diffs, and focuses on providing a convenient interface.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-diffy.git



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