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
|
Source: bundler
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>,
Scott Leggett <scott@sl.id.au>
Build-Depends: debhelper (>= 9~),
gem2deb,
rake,
ruby-ronn,
ruby-rspec,
ruby-thor
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/bundler.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/bundler.git
Homepage: http://bundler.io
Testsuite: autopkgtest
XS-Ruby-Versions: all
Package: ruby-bundler
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-molinillo (>= 0.4.5~),
ruby-net-http-persistent (>= 2.7-1),
ruby-thor (>= 0.19.1~),
rubygems-integration,
${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 (= ${source: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 package is most useful for application developers.
|