From 7d410d72849ab61c37f9635a3c878c122a01cab0 Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg Date: Thu, 22 Jan 2015 09:47:33 +0100 Subject: [PATCH] Include Java 8 in the help message of make-jpkg (Closes: #775977) --- debian/changelog | 1 + make-jpkg | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b8760da..18208df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ java-package (0.57) UNRELEASED; urgency=medium * Team upload. + * Include Java 8 in the help message of make-jpkg (Closes: #775977) * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg Thu, 22 Jan 2015 09:41:39 +0100 diff --git a/make-jpkg b/make-jpkg index 826b2da..a90c26e 100755 --- a/make-jpkg +++ b/make-jpkg @@ -72,9 +72,9 @@ $program_name builds a Debian package from the given Java binary distribution FI Supported java binary distributions currently include: * Oracle (http://www.oracle.com/technetwork/java/javase/downloads) : - - The Java Development Kit (JDK), version 6 and 7 - - The Java Runtime Environment (JRE), version 6 and 7 - - The Java API Javadoc, version 6 and 7 + - The Java Development Kit (JDK), version 6, 7 and 8 + - The Java Runtime Environment (JRE), version 6, 7 and 8 + - The Java API Javadoc, version 6, 7 and 8 (Choose tar.gz archives or self-extracting archives, do _not_ choose the RPM!) The following options are recognized: -- 2.39.2