[DRE-commits] [ruby-rugged] 11/11: improve long description
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Apr 22 13:22:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-rugged.
commit f777f7e58642d8196e3615b2b72b61d5ffe1de4a
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Apr 22 15:14:06 2015 +0200
improve long description
---
debian/control | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index b36705c..84f2c31 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,11 @@ Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
# rake-compiler (>= 0, development), minitest (~> 3.0.0, development)
-Description: Rugged is a Ruby binding to the libgit2 linkable library
- Rugged is a Ruby bindings to the libgit2 linkable C Git library. This is
- for testing and using the libgit2 library in a language that is awesome.
+Description: Ruby binding to the libgit2 library
+ libgit2 is a portable, pure C implementation of the Git distributed version
+ control system core methods provided as a re-entrant linkable library with a
+ solid API.
+ .
+ Rugged is a library for accessing libgit2 in Ruby. It allows one to
+ explore and modify Git repositories with the speed and portability of libgit2,
+ and the convenience of the Ruby programmation language.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rugged.git
More information about the Pkg-ruby-extras-commits
mailing list