[DRE-commits] [ruby-cocoon] 01/02: debian/control: set correct build-deps and depends.
Andrew Lee
ajqlee at moszumanska.debian.org
Wed Jan 13 08:26:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-cocoon.
commit 988af1851bc0389b799664ac39f00c81a1adb97e
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Wed Jan 13 16:21:58 2016 +0800
debian/control: set correct build-deps and depends.
---
debian/control | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 09651b5..e8c5f3e 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 (李健秋) <andrew.lee at collabora.co.uk>
-Build-Depends: debhelper (>= 9~), gem2deb, ruby-rspec, rake
+Build-Depends: debhelper (>= 9~), gem2deb,
+ ruby-rails, ruby-sqlite3, ruby-json-pure, ruby-jeweler, ruby-rspec-rails,
+ ruby-rspec, ruby-actionpack, ruby-simplecov, ruby-nokogiri,
+ ruby-generator-spec, ruby-psych, racc
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-cocoon.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-cocoon.git;a=summary
@@ -14,9 +17,7 @@ XS-Ruby-Versions: all
Package: ruby-cocoon
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-sqlite3, ruby-rspec-rails, ruby-rspec, ruby-actionpack,
- ruby-simplecov, ruby-nokogiri, racc
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Description: cocoon makes it easier to handle nested forms
Unobtrusive nested forms handling, using jQuery. Use this and discover
cocoon-heaven.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cocoon.git
More information about the Pkg-ruby-extras-commits
mailing list