File: control

package info (click to toggle)
ruby-mechanize 2.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,416 kB
  • sloc: ruby: 11,645; makefile: 7; sh: 4
file content (41 lines) | stat: -rw-r--r-- 1,522 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
Source: ruby-mechanize
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               netbase,
               rake,
               ruby-addressable,
               ruby-base64,
               ruby-domain-name,
               ruby-http-cookie,
               ruby-mime-types,
               ruby-net-http-digest-auth (>= 1.4.1),
               ruby-net-http-persistent,
               ruby-nkf,
               ruby-nokogiri,
               ruby-ntlm,
               ruby-webrick (>= 1.7),
               ruby-webrobots
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mechanize.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mechanize
Homepage: https://github.com/sparklemotion/mechanize
#Testsuite not set on pupose for autopkgtest
Rules-Requires-Root: no

Package: ruby-mechanize
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: library used for automating interaction with websites
 This library is used for automating interaction with websites.
 Mechanize automatically stores and sends cookies, follows redirects,
 can follow links, and submit forms.  Form fields can be populated and
 submitted.  Mechanize also keeps track of the sites that you have
 visited as a history.
 .
 This library is loosely based on WWW::Mechanize for Perl.