File: control

package info (click to toggle)
ruby-faraday 1.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,828 kB
  • sloc: ruby: 7,397; sh: 126; javascript: 44; makefile: 5
file content (58 lines) | stat: -rw-r--r-- 2,053 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: ruby-faraday
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Anish A <aneesh.nl@gmail.com>,
           Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               lsof,
               ruby-rspec,
               ruby-em-http-request,
               ruby-em-synchrony,
               ruby-excon,
               ruby-httpclient,
               ruby-minitest,
               ruby-multipart-post,
               ruby-net-http-persistent (>= 3.1~),
               ruby-rack-test,
               ruby-sinatra,
               ruby-typhoeus (>= 1.4~),
               ruby-webmock,
               ruby-multipart-parser,
               ruby-ruby2-keywords,
               pry,
               ruby-simplecov,
               ruby-coveralls
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-faraday.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-faraday
Homepage: https://github.com/lostisland/faraday
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-faraday
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-multipart-post,
         ruby-ruby2-keywords,
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: ruby-asana (<< 0.10.2),
        ruby-behance (<< 0.6.1-3),
        ruby-elasticsearch (<< 6.8.2),
        ruby-faraday-middleware (<< 1.0),
        ruby-gh (<< 0.18.0-2),
        ruby-oauth2 (<< 1.4.1),
        ruby-sentry-raven (<< 3.0),
        ruby-vcr (<< 6.0),
        ruby-diaspora-federation (<= 0.2.6-2),
        ruby-puppet-forge (<= 2.3.2-1),
        ruby-azure-core (<= 0.1.15-1),
        ruby-azure-storage (<= 0.15.0~preview-2),
        gitaly (<< 13.4.6)
Description: HTTP/REST API client library
 Faraday is an HTTP client lib that provides a common
 interface over many adapters (such as Net::HTTP) and embraces the
 concept of Rack middleware when processing the request/response cycle.