File: control

package info (click to toggle)
maven-resolver 1.9.22-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,296 kB
  • sloc: java: 49,224; xml: 2,319; sql: 46; makefile: 2; sh: 1
file content (52 lines) | stat: -rw-r--r-- 1,980 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: maven-resolver
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 junit4,
 libbuild-helper-maven-plugin-java,
 libcommons-lang3-java,
 libeclipse-sisu-maven-plugin-java,
 libgeronimo-annotation-1.3-spec-java,
 libguice-java,
 libhttpclient-java,
 libplexus-classworlds-java (>= 2.5.2),
 libplexus-component-metadata-java,
 libplexus-component-annotations-java (>= 1.7.1-6~),
 libplexus-xml-java,
 libsisu-plexus-java,
 libwagon-provider-api-java,
 maven-debian-helper (>= 1.4)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/maven-resolver.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-resolver
Homepage: https://maven.apache.org/resolver/index.html

Package: libmaven-resolver-java
Architecture: all
Depends: ${misc:Depends}, libcommons-lang3-java, libwagon-provider-api-java
Description: Library to handle Java artifact repositories
 Apache Maven Artifact Resolver is a library for working with artifact
 repositories and dependency resolution. Maven Artifact Resolver deals
 with the specification of local repository, remote repository, developer
 workspaces, artifact transports and artifact resolution.

Package: libmaven-resolver-transport-http-java
Architecture: all
Depends:
 ${misc:Depends},
 libhttpclient-java,
 libmaven-resolver-java,
 libslf4j-java
Breaks: libmaven-resolver-java (<< 1.1.0-3~)
Replaces: libmaven-resolver-java (<< 1.1.0-3~)
Description: Library to handle Java artifact repositories (HTTP transport)
 Apache Maven Artifact Resolver is a library for working with artifact
 repositories and dependency resolution. Maven Artifact Resolver deals
 with the specification of local repository, remote repository, developer
 workspaces, artifact transports and artifact resolution.
 .
 This package contains the maven-resolver-transport-http module.