[DRE-commits] [ruby-acts-as-tree] 07/08: Fix build-deps and depends.
Andrew Lee
ajqlee at moszumanska.debian.org
Tue Jun 28 18:05:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-acts-as-tree.
commit c1db14021d016425665909e9d7f84e87256a6144
Author: Andrew Lee (李健秋) <ajqlee at debian.org>
Date: Wed Jun 29 01:05:45 2016 +0800
Fix build-deps and depends.
---
debian/control | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index ab7e21f..692657f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee at debian.org>
-Build-Depends: debhelper (>= 9~), gem2deb
+Build-Depends: debhelper (>= 9~), gem2deb,
+ ruby-activerecord,
+ ruby-minitest,
+ ruby-sqlite3,
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-acts-as-tree.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-acts-as-tree.git;a=summary
@@ -14,8 +17,8 @@ XS-Ruby-Versions: all
Package: ruby-acts-as-tree
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# activerecord (>= 3.0.0), sqlite3 (>= 0, development), rdoc (>= 0, development), minitest (>= 4.7.5, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-activerecord
Description: simple tree behaviour to active_record models
Ruby-acts-as-tree is a ruby gem that adds simple support for organizing
ActiveRecord models into parent–children relationships.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-acts-as-tree.git
More information about the Pkg-ruby-extras-commits
mailing list