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
|
Source: plexus-archiver
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Torsten Werner <twerner@debian.org>,
Ludovic Claude <ludovic.claude@laposte.net>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
junit4,
libassertj-core-java,
libcommons-compress-java (>= 1.9),
libeclipse-sisu-maven-plugin-java,
libmaven-resources-plugin-java,
libplexus-io-java (>= 3.2),
libplexus-utils2-java,
libsnappy-java,
libxz-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/plexus-archiver.git
Vcs-Browser: https://salsa.debian.org/java-team/plexus-archiver
Homepage: https://codehaus-plexus.github.io/plexus-archiver/
Rules-Requires-Root: no
Package: libplexus-archiver-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Breaks: libmaven-assembly-plugin (<= 2.2~beta5-2)
Description: Archiver plugin for the Plexus compiler system
The Plexus project provides a full software stack for creating and
executing software projects. Based on the Plexus container, the applications
can utilise component-oriented programming to build modular, reusable
components that can easily be assembled and reused.
.
This package provides the Archiver plugin for Plexus, used to create
JARs and other archives.
|