File: control

package info (click to toggle)
ruby-echoe 4.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 240 kB
  • sloc: ruby: 1,047; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,035 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
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>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-echoe.git
Vcs-Browser: http://git.debian.org/?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,
  rubygems (>= 1.3.6)
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.