File: control

package info (click to toggle)
plexus-archiver 2.2-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,264 kB
  • sloc: java: 14,889; xml: 395; makefile: 18
file content (35 lines) | stat: -rw-r--r-- 1,530 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
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>,
           Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: cdbs (>= 0.4.5.3), debhelper (>= 9), default-jdk
Build-Depends-Indep: ant,
                     ant-optional,
                     libplexus-containers-java,
                     libplexus-io-java,
                     libplexus-utils-java,
                     maven-ant-helper (>> 4),
                     maven-repo-helper (>> 0.5)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/plexus-archiver.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/plexus-archiver.git
Homepage: http://plexus.codehaus.org/plexus-components/plexus-archiver/

Package: libplexus-archiver-java
Architecture: all
Depends: libplexus-containers-java,
         libplexus-io-java,
         libplexus-utils-java,
         ${misc:Depends}
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.