[DRE-commits] [ruby-docker-api] 05/09: Complete d/control file

Miguel Landaeta nomadium at moszumanska.debian.org
Tue Mar 4 19:21:01 UTC 2014


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

nomadium pushed a commit to branch master
in repository ruby-docker-api.

commit 34a2dc5559b4a29cdeccc4d9796140fef88b8802
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Tue Mar 4 14:31:18 2014 -0300

    Complete d/control file
---
 debian/control | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index d80d703..24330b0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,20 @@ Source: ruby-docker-api
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
-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-docker-api.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-docker-api.git;a=summary
+Uploaders: Miguel Landaeta <nomadium at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~),
+ ruby-rspec, ruby-simplecov, ruby-excon (>= 0.28), ruby-archive-tar-minitar
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-docker-api.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-docker-api.git;a=summary
 Homepage: https://github.com/swipely/docker-api
 XS-Ruby-Versions: all
 
 Package: ruby-docker-api
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# excon (>= 0.28), json (>= 0), archive-tar-minitar (>= 0), rake (>= 0, development), rspec (>= 0, development), cane (>= 0, development), pry (>= 0, development), vcr (>= 2.7.0, development), simplecov (>= 0, development)
-Description: A simple REST client for the Docker Remote API
- A simple REST client for the Docker Remote API
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-excon (>= 0.28), ruby-archive-tar-minitar
+Description: Ruby gem to interact with docker.io remote API
+ This Ruby gem provides an object-oriented interface to the Docker
+ Remote API and a complete client implementation.

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



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