]> git.sven.stormbind.net Git - sven/java-package.git/blob - debian/control
Add LP tickets references to changelog entries
[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 Vcs-Git: git://git.debian.org/git/pkg-java/java-package.git
7 Vcs-Browser: http://git.debian.org/?p=pkg-java/java-package.git
8 Build-Depends: debhelper (>= 5)
9 Standards-Version: 3.9.2
10
11 Package: java-package
12 Architecture: all
13 Depends:  ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2,
14  debconf (>= 0.5) | debconf-2.0
15 Recommends: dpkg-dev, gcc
16 Suggests: openjdk-6-jre, openjdk-7-jre
17 Description: Utility for creating Java Debian packages
18  This package provides the capability to build a Debian package from
19  a Java binary distribution by running make-jpkg <java binary archive file>.
20  (with archive files downloaded from providers listed below)
21  .
22  Supported java binary distributions currently include:
23    * Oracle (http://www.oracle.com/technetwork/java/javase/downloads) :
24      - The J2SE Development Kit (JDK), version 6 and 7
25      - The J2SE Runtime Environment (JRE), version 6 and 7
26      - The J2SE API Javadoc, version 6 and 7
27  (Choose tar.gz archives or self-extracting archives, do _not_ choose the RPM!)
28  .
29  Please note that Debian recommends the use of openjdk-6-jdk/openjdk-6-jre
30  or openjdk-7-jdk/openjdk-7-jre. java-package will install non-free packages.