[DRE-commits] [ruby-acts-as-list] 02/06: build-depend on ruby-activerecord

Cédric Boutillier boutil at moszumanska.debian.org
Wed Mar 2 19:23:46 UTC 2016


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

boutil pushed a commit to branch master
in repository ruby-acts-as-list.

commit 748363e606d9300542176dcbfff8b7d3dee9be96
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Mar 2 20:13:11 2016 +0100

    build-depend on ruby-activerecord
---
 debian/control | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 4fc3352..24dd286 100644
--- a/debian/control
+++ b/debian/control
@@ -3,21 +3,20 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
-Build-Depends: debhelper (>= 9~), gem2deb, ruby-sqlite3
+Build-Depends: debhelper (>= 9~), gem2deb, ruby-activerecord, ruby-sqlite3
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-acts-as-list.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-acts-as-list.git;a=summary
 Homepage: http://github.com/swanandp/acts_as_list
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-acts-as-list
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-activerecord (>= 3.0)
-Description: sorting, reordering capabilities to an active_record model
- This "acts_as" extension provides the capabilities for sorting and
- reordering a number of objects in a list. The class that has this
- specified needs to have a "position" column defined as an integer on
- the mapped database table.
+Depends: ruby | ruby-interpreter,
+         ruby-activerecord (>= 3.0),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: A gem adding sorting, reordering capabilities to an active_record model, allowing it to act as a list
+ This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a "position" column defined as an integer on the mapped database table.

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



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