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 (>= 5)
7 Standards-Version: 3.9.4
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
13 Depends: ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2
14 Recommends: dpkg-dev, gcc
15 Suggests: openjdk-6-jre, openjdk-7-jre
16 Description: Utility for creating Java Debian packages
17 This package provides the capability to build a Debian package from
18 a Java binary distribution by running make-jpkg <java binary archive file>.
19 (with archive files downloaded from providers listed below)
21 Supported java binary distributions currently include:
22 * Oracle (http://www.oracle.com/technetwork/java/javase/downloads) :
23 - The J2SE Development Kit (JDK), version 6 and 7
24 - The J2SE Runtime Environment (JRE), version 6 and 7
25 - The J2SE API Javadoc, version 6 and 7
26 (Choose tar.gz archives or self-extracting archives, do _not_ choose the RPM!)
28 Please note that Debian recommends the use of openjdk-6-jdk/openjdk-6-jre
29 or openjdk-7-jdk/openjdk-7-jre. java-package will install non-free packages.