File: control

package info (click to toggle)
ruby-open-uri-redirections 0.2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 120 kB
  • sloc: ruby: 183; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 917 bytes parent folder | download | duplicates (2)
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
Source: ruby-open-uri-redirections
Section: ruby
Priority: optional
Maintainer: Freexian Packaging Team <team+freexian@tracker.debian.org>
Uploaders: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>= 11),
 gem2deb,
 rake,
 ruby-rspec,
 ruby-simplecov,
 ruby-fakeweb
Standards-Version: 4.2.1
Homepage: https://github.com/open-uri-redirections/open_uri_redirections
Vcs-Browser: https://salsa.debian.org/debian/ruby-open-uri-redirections
Vcs-Git: https://salsa.debian.org/debian/ruby-open-uri-redirections.git
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-open-uri-redirections
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends}
Description: openuri patch to allow redirections between HTTP and HTTPS
 This applies a patch to OpenURI to optionally allow redirections from
 HTTP to HTTPS, or from HTTPS to HTTP.