[DRE-commits] [rhc] 02/22: Fix dependencies

Chow Loong Jin hyperair at debian.org
Fri Oct 3 16:48:40 UTC 2014


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

hyperair pushed a commit to branch master
in repository rhc.

commit feee2b5268bb0dab2307ac248c3d1df5fb6a63d9
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Fri Oct 3 12:21:15 2014 +0800

    Fix dependencies
---
 debian/control | 33 +++++++++++++++++++++++++--------
 1 file changed, 25 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 7732eff..5d23116 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,36 @@
-Source: ruby-rhc
+Source: rhc
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <hyperair at debian.org>
+Uploaders: Chow Loong Jin <hyperair at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
-Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rhc.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rhc.git;a=summary
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rhc.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rhc.git;a=summary
 Homepage: https://github.com/openshift/rhc
 XS-Ruby-Versions: all
 
 Package: ruby-rhc
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# net-ssh (>= 2.0.11), net-scp (>= 1.1.2), net-ssh-multi (>= 1.2.0), archive-tar-minitar (>= 0), commander (>= 4.0), highline (~> 1.6.11), httpclient (>= 2.2), open4 (>= 0), rake (>= 0.8.7, development), webmock (< 1.12, development), rspec (< 2.99, >= 2.8.0, development), fakefs (>= 0.4, development), thor (>= 0, development), cucumber (>= 0, development), activesupport (~> 3.0, development)
+Depends: ${misc:Depends},
+         ruby | ruby-interpreter,
+         ruby-net-ssh (>= 2.0.11),
+         ruby-net-scp (>= 1.1.2),
+         ruby-net-ssh-multi (>= 1.2.0),
+         ruby-archive-tar-minitar,
+         ruby-commander (>= 4.0),
+         ruby-highline (~> 1.6.11),
+         ruby-httpclient (>= 2.2),
+         ruby-open4,
+         rake (>= 0.8.7),
+         # webmock (< 1.12)
+         ruby-rspec (< 2.99),
+         ruby-rspec (>= 2.8.0),
+         ruby-fakefs (>= 0.4)
+         ruby-thor,
+         cucumber,
+         ruby-activesupport (>= 3.0)
 Description: OpenShift Client Tools
- The client tools for the OpenShift platform that allow for application management.
+ The client tools for the OpenShift platform that allow for application
+ management.

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



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