File: control

package info (click to toggle)
maven-debian-helper 2.1.3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,384 kB
  • ctags: 588
  • sloc: java: 3,830; xml: 1,711; sh: 542; perl: 109; makefile: 69
file content (40 lines) | stat: -rw-r--r-- 1,809 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
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>,
           Damien Raude-Morvan <drazzib@debian.org>,
           Thomas Koch <thomas@koch.ro>,
           Emmanuel Bourg <ebourg@apache.org>,
           Wolodja Wentland <debian@babilen5.org>
Build-Depends: cdbs, debhelper (>= 10), default-jdk-headless | default-jdk, maven-ant-helper (>= 7.0), ant-optional, help2man
Build-Depends-Indep: junit4,
                     libcommons-io-java,
                     libmaven3-core-java,
                     libmaven-plugin-tools-java,
                     libplexus-velocity-java,
                     maven-repo-helper (>= 1.9)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-debian-helper.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-debian-helper.git
Homepage: http://wiki.debian.org/Java/MavenBuilder

Package: maven-debian-helper
Architecture: all
Depends: ${misc:Depends}, default-jdk-headless | default-jdk, maven-repo-helper (>= 1.9), maven (>= 3.3),
         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,
         velocity,
         unzip
Suggests: libmaven-javadoc-plugin-java, apt-file, devscripts, 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.