File: control

package info (click to toggle)
maven-debian-helper 2.6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,352 kB
  • sloc: java: 3,850; xml: 1,724; sh: 518; perl: 120; makefile: 29
file content (47 lines) | stat: -rw-r--r-- 1,438 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
Source: maven-debian-helper
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>,
 Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 ant-optional,
 debhelper-compat (= 13),
 default-jdk-headless | default-jdk,
 help2man,
 junit4,
 libcommons-io-java,
 libmaven-plugin-tools-java,
 libmaven3-core-java,
 libplexus-velocity-java,
 maven-ant-helper,
 maven-repo-helper (>= 1.10~)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/maven-debian-helper.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-debian-helper
Homepage: https://wiki.debian.org/Java/MavenBuilder

Package: maven-debian-helper
Architecture: all
Depends:
 default-jdk-headless | default-jdk,
 libmaven-clean-plugin-java,
 libmaven-compiler-plugin-java,
 libmaven-jar-plugin-java,
 libmaven-resources-plugin-java,
 libmaven-site-plugin-java,
 libplexus-velocity-java,
 libsurefire-java,
 libxml2-utils,
 maven (>= 3.3),
 maven-repo-helper (>= 1.10~),
 unzip,
 velocity,
 ${misc:Depends}
Suggests: libmaven-javadoc-plugin-java, apt-file, licensecheck, subversion
Description: Helper tools for building Debian packages with Maven
 maven-debian-helper is a set of tools used to generate Debian packages from
 Maven projects and build them in a manner that complies with the Debian
 policies.