File: control

package info (click to toggle)
aether 1.13.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,436 kB
  • sloc: java: 36,385; xml: 826; sh: 7; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,376 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
Source: aether
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: junit4,
                     libasync-http-client-java,
                     libplexus-classworlds2-java,
                     libplexus-containers1.5-java (>= 1.5.5-2),
                     libplexus-utils2-java,
                     libsisu-ioc-java,
                     libslf4j-java,
                     libwagon-java
Standards-Version: 3.9.7
Vcs-Git: git://anonscm.debian.org/pkg-java/aether.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/aether.git
Homepage: http://aether.sonatype.org/

Package: libaether-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Library to handle Java artifact repositories
 Aether is a library for interacting with Java artifact repositories.
 .
 This involves the specification of local repository formats, remote repository
 formats, workspaces, transports, and artifact resolution.
 .
 Aether is a dependency of Maven but Aether don't depends on anything Maven
 specific. For instance, with Aether you can specify your dependency metadata
 in a properties files or in a database.