[DRE-commits] [ruby-acts-as-list] 01/01: Fix depends.
Andrew Lee
ajqlee at moszumanska.debian.org
Tue Dec 29 17:17:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-acts-as-list.
commit 17878946aa2f2a3455b689f17de2cc32547babb8
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Wed Dec 30 01:13:58 2015 +0800
Fix depends.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 19c6f9d..cf34e34 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ XS-Ruby-Versions: all
Package: ruby-acts-as-list
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# activerecord (>= 3.0), bundler (>= 1.0.0, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-activerecord (>= 3.0), bundler (>= 1.0.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
--
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