1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: eclipse-debian-helper
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),
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/eclipse-debian-helper.git
Vcs-Browser: https://salsa.debian.org/java-team/eclipse-debian-helper
Homepage: https://salsa.debian.org/java-team/eclipse-debian-helper
Package: eclipse-debian-helper
Architecture: all
Depends:
ant,
ant-contrib,
maven-repo-helper,
default-jdk-headless | default-jdk,
${misc:Depends}
Description: Helper tools for building Eclipse related packages
eclipse-debian-helper is a set of tools used to build Eclipse related package.
It provides a debhelper buildsystem to compile and package projects
consisting in a collection of Eclipse bundles.
|