~ubuntu-branches/ubuntu/utopic/rbenv/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Antonio Terceiro
  • Date: 2011-09-24 12:27:44 UTC
  • mfrom: (0.1.1)
  • Revision ID: package-import@ubuntu.com-20110924122744-uwtnwximx88784e5
Tags: 0.1.2+git20100922-1
Initial release (Closes: #642500)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: rbenv
 
2
Section: ruby
 
3
Priority: optional
 
4
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Antonio Terceiro <terceiro@debian.org>
 
6
DM-Upload-Allowed: yes
 
7
Build-Depends: debhelper (>= 7.0.50)
 
8
Standards-Version: 3.9.2
 
9
Vcs-Git: git://git.debian.org/pkg-ruby-extras/rbenv.git
 
10
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/rbenv.git;a=summary
 
11
Homepage: https://github.com/sstephenson/rbenv
 
12
XS-Ruby-Versions: all
 
13
 
 
14
Package: rbenv
 
15
Architecture: all
 
16
XB-Ruby-Versions: ${ruby:Versions}
 
17
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 
18
# TODO Also recommend jruby and rubinius eventually!
 
19
Recommends: ruby1.8, ruby1.9.1
 
20
Description: simple per-user Ruby version manager
 
21
 rbenv lets you easily switch between multiple versions of Ruby. It's
 
22
 simple, unobtrusive, and follows the UNIX tradition of single-purpose
 
23
 tools that do one thing well.
 
24
 .
 
25
 This package also includes the rbenv-alternatives plugin, which hooks
 
26
 into the Debian alternatives system and makes the Ruby interpreters
 
27
 registered with update-alternatives available for use with rbenv.