diff options
-rw-r--r-- | debian/README.gcj-native-transition | 30 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/java-common.docs | 1 |
3 files changed, 1 insertions, 31 deletions
diff --git a/debian/README.gcj-native-transition b/debian/README.gcj-native-transition deleted file mode 100644 index d32c1b4..0000000 --- a/debian/README.gcj-native-transition +++ /dev/null @@ -1,30 +0,0 @@ -default-jdk-builddep transition -=============================== - -default-jdk-builddep was a package to provide helpers to compile -class/jar files into native code, unfortunately its poorly chosen -name lead to people thinking it was the "Right Thing" to -Build-Depend on when maintaining a Java Package. This -misunderstanding even got into the templates for AMs for reviewing -New Maintainers (The T&SII follow up). - -These helper tools requires a special Java Development Kit and -therefore on many architectures default-jdk-builddep would pull two -full JDK. - -In order to end this confusion once and for all the Debian Java team -decided to rename default-jdk-builddep to gcj-native-helper and -reduce it to only pull the special JDK needed for native compilation. - -The replacement for default-jdk-builddep falls into one of two cases. -If you create "gcj" packages (which contains jar files compiled into -native shared libraries), default-jdk-builddep should be replaced by -default-jdk AND gcj-native-helper. Otherwise you should replace it by -default-jdk. - -If you are interested in the debate to do this rename, please have a -look at: - * http://lists.debian.org/debian-java/2010/04/msg00070.html - - -- Niels Thykier <niels@thykier.net> Wed, 30 Jun 2010 22:55:00 +0200 - diff --git a/debian/changelog b/debian/changelog index 4ae30d1..3557514 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ java-common (0.54) UNRELEASED; urgency=medium * Use OpenJDK 8 on mips, mipsel and mips64el. * Removed the unused classpath-from-jars-1 example * Removed the old dummy control files + * Removed the README about the old default-jdk-builddep transition -- Emmanuel Bourg <ebourg@apache.org> Tue, 22 Sep 2015 09:23:34 +0200 diff --git a/debian/java-common.docs b/debian/java-common.docs deleted file mode 100644 index 1f359fe..0000000 --- a/debian/java-common.docs +++ /dev/null @@ -1 +0,0 @@ -debian/README.gcj-native-transition |