File: control

package info (click to toggle)
ruby-webrobots 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: ruby: 1,441; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 950 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
Source: ruby-webrobots
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               racc,
               rake,
               ruby-nokogiri,
               ruby-shoulda,
               ruby-webmock,
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-webrobots.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-webrobots
Homepage: https://github.com/knu/webrobots
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-webrobots
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: racc,
         ruby | ruby-interpreter,
         ruby-nokogiri,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Library for creating robots.txt-aware web robots
 This library helps write robots.txt-compliant web robots in Ruby,
 based on Nokogiri's functionality.