File: control

package info (click to toggle)
jruby-maven-plugins 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,448 kB
  • sloc: java: 9,378; javascript: 7,667; xml: 5,632; ruby: 1,382; sh: 214; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,216 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
26
27
28
29
30
31
32
33
34
35
36
Source: jruby-maven-plugins
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Miguel Landaeta <nomadium@debian.org>,
 Jérôme Charaoui <jerome@riseup.net>,
Build-Depends:
 debhelper-compat (= 13),
 default-jdk-headless,
 jruby (>= 9.3.9.0),
 libbuild-helper-maven-plugin-java,
 libmaven-install-plugin-java,
 libmaven-source-plugin-java,
 libplexus-archiver-java (>= 3.5),
 libyaml-snake-java,
 maven-debian-helper (>= 2.0~),
 maven-repo-helper (>= 1.5),
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/jruby-maven-plugins.git
Vcs-Browser: https://salsa.debian.org/java-team/jruby-maven-plugins
Homepage: https://github.com/jruby/jruby-maven-plugins
Rules-Requires-Root: no

Package: libjruby-maven-plugin-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends},
Recommends:
 ${maven:OptionalDepends},
Description: Maven plugins to handle Ruby gems in a Maven compatible way
 jruby-maven-plugins is a set of utilities and plugins to handle
 Ruby gems with Maven. This allows one to integrate JRuby and other
 Java libraries with rspec, rails, cucumber, rake and another
 standard Ruby development tools.