[DRE-commits] [ruby-rest-client] 03/04: wrap and sort
Balasankar C
balasankarc-guest at moszumanska.debian.org
Mon Jan 11 17:40:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-rest-client.
commit 85fb9959f62b3d2ec6c852c4c67ce49bf17fb0dc
Author: Balasankar C <balasankarc at autistici.org>
Date: Mon Jan 11 22:58:52 2016 +0530
wrap and sort
---
debian/control | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 614ca3f..f479226 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,16 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Lucas Nussbaum <lucas at debian.org>
-Build-Depends: debhelper (>= 9.0), gem2deb, ruby-rspec, rake, ruby-http-cookie (<< 2.0), ruby-http-cookie (>= 1.0.2), ruby-mime-types (<< 3.0), ruby-mime-types (>= 1.16), ruby-netrc (>= 0.7), ruby-webmock
+Build-Depends: debhelper (>= 9.0),
+ gem2deb,
+ rake,
+ ruby-http-cookie (<< 2.0),
+ ruby-http-cookie (>= 1.0.2),
+ ruby-mime-types (<< 3.0),
+ ruby-mime-types (>= 1.16),
+ ruby-netrc (>= 0.7),
+ ruby-rspec,
+ ruby-webmock
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rest-client.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rest-client.git
@@ -14,7 +23,14 @@ XS-Ruby-Versions: all
Package: ruby-rest-client
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-http-cookie (<< 2.0), ruby-http-cookie (>= 1.0.2), ruby-mime-types (<< 3.0), ruby-mime-types (>= 1.16), ruby-netrc (>= 0.7)
+Depends: ruby | ruby-interpreter,
+ ruby-http-cookie (<< 2.0),
+ ruby-http-cookie (>= 1.0.2),
+ ruby-mime-types (<< 3.0),
+ ruby-mime-types (>= 1.16),
+ ruby-netrc (>= 0.7),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: simple REST client for Ruby
A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework
style of specifying actions: get, put, post, delete.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rest-client.git
More information about the Pkg-ruby-extras-commits
mailing list