File: control

package info (click to toggle)
maven-repo-helper 1.10
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,588 kB
  • sloc: java: 5,088; xml: 2,871; sh: 1,534; makefile: 60; perl: 14
file content (39 lines) | stat: -rw-r--r-- 1,433 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
Source: maven-repo-helper
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Ludovic Claude <ludovic.claude@laposte.net>,
 Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 ant,
 ant-optional,
 debhelper-compat (= 13),
 default-jdk (>= 2:1.7),
 help2man,
 junit4,
 libcommons-io-java,
 libxmlunit-java,
 python3-docutils
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/maven-repo-helper.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-repo-helper
Homepage: https://wiki.debian.org/Java/MavenRepoSpec

Package: maven-repo-helper
Architecture: all
Depends: ${misc:Depends}, default-jre-headless (>= 2:1.7) | java7-runtime-headless
Recommends: debhelper-compat (= 13)
Suggests: maven-debian-helper
Breaks: maven-debian-helper (<= 1.6.6)
Description: Helper tools for including Maven metadata in Debian packages
 This package enables Debian packages which are not using Maven in their
 build process to provide and install Maven POMs and libraries in the
 repository located in /usr/share/maven-repo.
 .
 Packages built with Maven (using maven-debian-helper) will benefit as
 many of their dependencies are already packaged in Debian but they are
 missing the necessary metadata (Maven POM) which is required by Maven
 when it is using dependencies.
 .
 A tutorial is available at /usr/share/doc/maven-repo-helper/tutorial.html