File: control

package info (click to toggle)
ruby-hoe 3.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 404 kB
  • ctags: 285
  • sloc: ruby: 2,014; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,244 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
Source: ruby-hoe
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Clint Byrum <clint@ubuntu.com>,
           Caitlin Matos <caitlin.matos@zoho.com>
Build-Depends: debhelper (>= 9),
               gem2deb,
               libjs-jquery,
               rake (>= 0.8.7),
               ruby-minitest (>= 2.12)
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-hoe.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-hoe.git
Homepage: http://www.zenspider.com/projects/hoe.html
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-hoe
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: rake (<< 13.0),
         rake (>= 0.8),
         ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: rake/rubygems helper for project Rakefiles
 Hoe is a rake/rubygems helper for project Rakefiles. It helps you
 manage and maintain, and release your project and includes a dynamic
 plug-in system allowing for easy extensibility. Hoe ships with
 plug-ins for all your usual project tasks including rdoc generation,
 testing, packaging, and deployment.