[DRE-commits] [ruby-descendants-tracker] 06/07: improve debian/control
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Feb 28 14:50:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-descendants-tracker.
commit d4b9b37cc442347db0215d6ab80c26c99c9d5582
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Feb 28 15:45:19 2014 +0100
improve debian/control
---
debian/control | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index a445976..5136984 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
-Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-descendants-tracker.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-descendants-tracker.git;a=summary
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), ruby-rspec
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-descendants-tracker.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-descendants-tracker.git;a=summary
Homepage: https://github.com/dkubb/descendants_tracker
XS-Ruby-Versions: all
@@ -14,6 +14,6 @@ Package: ruby-descendants-tracker
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (~> 10.1.0, development), rspec (~> 2.13.0, development), yard (~> 0.8.6.1, development)
-Description: Module that adds descendant tracking to a class
- Module that adds descendant tracking to a class
+Description: Ruby module that adds descendant tracking to a class
+ This package provides a Ruby module that allows to track descendants of a
+ given class, in a unobtrusive way.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-descendants-tracker.git
More information about the Pkg-ruby-extras-commits
mailing list