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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: rubygems
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1),
rake,
ruby,
ruby-dev,
ruby-test-unit (>= 3.3.9~),
ruby-webrick (>= 1.7.0)
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/rubygems.git
Vcs-Browser: https://salsa.debian.org/ruby-team/rubygems
Homepage: https://rubygems.org
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-rubygems
X-DhRuby-Root: .
Architecture: all
Multi-Arch: foreign
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby:any,
${misc:Depends},
${shlibs:Depends}
# 1:2.7+2 Version of ruby (from src:ruby-defaults) that drops /usr/bin/gem
Breaks: ruby (<< 1:2.7+2~)
Replaces: ruby (<< 1:2.7+2~)
Description: Package management framework for Ruby
A package (also known as a library) contains a set of functionality that can
be invoked by a Ruby program, such as reading and parsing an XML file. These
packages are called 'gems' and RubyGems is a tool to install, create, manage
and load these packages in your Ruby environment. RubyGems is also a client for
RubyGems.org, a public repository of Gems that allows you to publish a Gem that
can be shared and used by other developers.
Package: ruby-bundler
X-DhRuby-Root: bundler
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-rubygems (= ${source:Version}),
rubygems-integration,
${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Breaks: bundler (<< 1.11.2-1~)
Replaces: bundler (<< 1.11.2-1~)
Description: Manage Ruby application dependencies (runtime)
Bundler manages a Ruby application's dependencies through its entire
life, across many machines, systematically and repeatably.
.
This package must be used as dependency for checking application dependencies
at runtime.
Package: bundler
Architecture: all
Depends: ruby-bundler (= ${bundler:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: build-essential,
less,
ruby-dev,
sudo
Description: Manage Ruby application dependencies
Bundler manages a Ruby application's dependencies through its entire
life, across many machines, systematically and repeatably.
.
This is a dependency package which depends on a full Ruby development
environment, it is targeted at application developers.
|