[DRE-commits] [ruby-database-cleaner] 07/08: update dependencies, description and uncomment vcs

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri May 23 19:54:52 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-database-cleaner.

commit d993f3f38d1053fccd7780bd9d4fc41316457061
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat May 24 01:22:25 2014 +0530

    update dependencies, description and uncomment vcs
---
 debian/control | 28 +++++++++++++++++++++++-----
 1 file changed, 23 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 049680d..64be519 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,21 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.7.5~),
+ ruby-rspec,
+ ruby-activerecord,
+ ruby-mysql,
+ ruby-mysql2,
+ ruby-sequel,
+ ruby-sqlite3,
+ ruby-pg,
+ ruby-redis,
+ redis-server,
+ procps
 Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-database-cleaner.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-database-cleaner.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-database-cleaner.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-database-cleaner.git;a=summary
 Homepage: http://github.com/bmabey/database_cleaner
 XS-Ruby-Versions: all
 
@@ -14,5 +25,12 @@ Package: ruby-database-cleaner
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Strategies for cleaning databases.  Can be used to ensure a clean state for testing.
- Strategies for cleaning databases.  Can be used to ensure a clean state for testing.
+Description: clean databases to ensure a clean state for testing
+ Strategies for cleaning databases.  Can be used to ensure a clean state
+ for testing.
+ .
+ Each strategy is a small amount of code but is code that is usually needed
+ in any ruby app that is testing with a database.
+ .
+ ActiveRecord, DataMapper, Sequel, MongoMapper, Mongoid, CouchPotato, Ohm and
+ Redis are supported.

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



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