File: control

package info (click to toggle)
ruby-echoe 4.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 252 kB
  • ctags: 100
  • sloc: ruby: 1,045; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,004 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
Source: ruby-echoe
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders:  Clint Byrum <clint@ubuntu.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-echoe.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-echoe.git;a=summary
Homepage: http://fauna.github.com/fauna/echoe/
XS-Ruby-Versions: all

Package: ruby-echoe
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  ruby-rubyforge,
Description: Rubygems packaging tool that provides common Rake tasks
 A Rubygems packaging tool that provides Rake tasks for documentation,
 extension compiling, testing, and deployment.
 .
 This is similar to "Hoe", but implements a simpler model which may
 lead to a smaller, easier to maintain Rakefile, at the cost of some
 functionality.