[DRE-commits] [ruby-jeweler] 03/07: Fix depends.
Andrew Lee
ajqlee at moszumanska.debian.org
Thu Dec 31 21:48:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-jeweler.
commit 8307f2732abd1090859d05f9a9b57e4bb9912c43
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Fri Jan 1 05:40:17 2016 +0800
Fix depends.
---
debian/control | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 9bc96b2..d2fbf2e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ 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 (>= 7.0.50~), gem2deb, rake
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-jeweler.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-jeweler.git;a=summary
Homepage: http://github.com/technicalpickles/jeweler
@@ -14,7 +14,9 @@ XS-Ruby-Versions: all
Package: ruby-jeweler
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (>= 0), git (>= 1.2.5), nokogiri (>= 1.5.10), github_api (>= 0), highline (>= 1.6.15), bundler (>= 1.0), rdoc (>= 0), builder (>= 0), yard (>= 0.8.5, development), bluecloth (>= 0, development), cucumber (>= 1.1.4, development), simplecov (>= 0, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ rake, git, ruby-nokogiri (>= 1.5.10), ruby-highline, bundler, ruby-builder,
+ yard (>= 0.8.5), ruby-bluecloth, cucumber (>= 1.1.4), ruby-simplecov
+# github_api (>= 0)
Description: Opinionated tool for creating and managing RubyGem projects
Simple and opinionated helper for creating Rubygem projects on GitHub
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-jeweler.git
More information about the Pkg-ruby-extras-commits
mailing list