File: control

package info (click to toggle)
rubygems-integration 1.18
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 64 kB
  • sloc: ruby: 124; makefile: 22; sh: 9
file content (25 lines) | stat: -rw-r--r-- 1,005 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
Source: rubygems-integration
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>,
           Christian Hofstaedtler <zeha@debian.org>
Build-Depends: debhelper-compat (= 12),
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/rubygems-integration.git
Vcs-Browser: https://salsa.debian.org/ruby-team/rubygems-integration
Rules-Requires-Root: no

Package: rubygems-integration
Architecture: all
Depends: ca-certificates,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: bundler
Breaks: ruby2.5
Multi-Arch: foreign
Description: integration of Debian Ruby packages with Rubygems
 rubygems-integration makes Debian Ruby packages recognizable by Rubygems.
 Debian Ruby packages may be used to satisfy Rubygems dependencies both with
 plain Rubygems and with Bundler. This also allows one to use Debian Ruby
 packages to satisfy dependencies in Rails 3 applications.