File: control

package info (click to toggle)
ruby-maven-libs 3.3.9%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: ruby: 40; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,152 bytes parent folder | download | duplicates (2)
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
Source: ruby-maven-libs
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 10~),
               gem2deb
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-maven-libs.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-maven-libs
Homepage: https://github.com/takari/ruby-maven-libs
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-maven-libs
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         maven,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby library that provides access to a Maven installation
 This ruby library wraps a Maven installation and allows access to it by
 exposing it under a namespace provided by the gem.
 .
 Its main use is in combination with polyglot-maven and ruby-maven
 since it can be used in that way to write and use POM files with a
 convenient and familiar (for rubyists) domain specific language instead
 of traditional XML definitions as is expected by Maven.