]> git.sven.stormbind.net Git - sven/java-package.git/blob - debian/control
Run wrap-and-sort.
[sven/java-package.git] / debian / control
1 Source: java-package
2 Section: contrib/misc
3 Priority: optional
4 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
5 Uploaders: Cédric Pineau <cedric.pineau@gmail.com>
6 Build-Depends: debhelper (>= 9)
7 Standards-Version: 3.9.5
8 Vcs-Git: git://anonscm.debian.org/pkg-java/java-package.git
9 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/java-package.git
10
11 Package: java-package
12 Architecture: all
13 Depends: debhelper (>= 9),
14          dpkg-dev,
15          fakeroot,
16          libasound2,
17          libx11-6,
18          lsb-release,
19          unzip,
20          ${misc:Depends}
21 Recommends: gcc
22 Suggests: openjdk-7-jre
23 Description: Utility for creating Java Debian packages
24  This package provides the capability to build a Debian package from
25  a Java binary distribution by running make-jpkg <java binary archive file>.
26  (with archive files downloaded from providers listed below)
27  .
28  Supported java binary distributions currently include:
29    * Oracle (http://www.oracle.com/technetwork/java/javase/downloads) :
30      - The Java Development Kit (JDK), version 6, 7 and 8
31      - The Java Runtime Environment (JRE), version 6, 7 and 8
32      - The Java API Javadoc, version 6, 7 and 8
33  (Choose tar.gz archives or self-extracting archives, do _not_ choose the RPM!)
34  .
35  Please note that Debian recommends the use of openjdk-7-jdk/openjdk-7-jre.
36  java-package will install non-free packages.