[openjdk-8] 06/10: Ant is no longer required to build OpenJDK 8
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Mar 29 08:21:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openjdk-8.
commit 1462c50068d42fedfc5bede7869f7365d6f256dd
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Mar 28 23:54:20 2014 +0100
Ant is no longer required to build OpenJDK 8
---
debian/control | 2 +-
debian/control.in | 2 +-
debian/rules | 7 -------
3 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index c205cd1..49992ad 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: OpenJDK Team <openjdk at lists.launchpad.net>
Uploaders: Matthias Klose <doko at ubuntu.com>, Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 5), binutils-dev [armel armhf], m4, lsb-release, wget, zip, unzip, sharutils, gawk, cpio, pkg-config, procps, time, wdiff, fastjar (>= 2:0.96-0ubuntu2), autoconf, automake, autotools-dev, ant, ant-optional, libtool, g++-4.8, ecj-gcj [amd64 armel armhf arm64 hppa i386 ia64 lpia powerpc powerpcspe ppc64 ppc64el m68k mips mipsel sh4 sparc sparc64 s390x x32 kfreebsd-i386 kfreebsd-amd64], gcj-jdk [amd64 armel armhf arm64 hppa i386 ia64 lpia powerpc powerpcspe p [...]
+Build-Depends: debhelper (>= 5), binutils-dev [armel armhf], m4, lsb-release, wget, zip, unzip, sharutils, gawk, cpio, pkg-config, procps, time, wdiff, fastjar (>= 2:0.96-0ubuntu2), autoconf, automake, autotools-dev, libtool, g++-4.8, ecj-gcj [amd64 armel armhf arm64 hppa i386 ia64 lpia powerpc powerpcspe ppc64 ppc64el m68k mips mipsel sh4 sparc sparc64 s390x x32 kfreebsd-i386 kfreebsd-amd64], gcj-jdk [amd64 armel armhf arm64 hppa i386 ia64 lpia powerpc powerpcspe ppc64 ppc64el mips mi [...]
Standards-Version: 3.9.5
Homepage: http://openjdk.java.net/
Vcs-Bzr: http://bazaar.launchpad.net/~openjdk/openjdk/openjdk7
diff --git a/debian/control.in b/debian/control.in
index 0ebfd26..14bd6d3 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: OpenJDK Team <openjdk at lists.launchpad.net>
Uploaders: Matthias Klose <doko at ubuntu.com>, Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 5), binutils-dev [armel armhf], m4, lsb-release, wget, zip, unzip, sharutils, gawk, cpio, pkg-config, procps, time, wdiff, @bd_fastjar@ @bd_compress@ @bd_autotools@ @bd_ant@ @bd_cacao@ @bd_jamvm@ @bd_gcc@ @bd_bootstrap@ @bd_openjdk@ @bd_zero@ @bd_shark@ @bd_syslibs@ @bd_pulsejava@ @bd_nss@ @bd_systemtap@ @bd_mauve@ @bd_xvfb@
+Build-Depends: debhelper (>= 5), binutils-dev [armel armhf], m4, lsb-release, wget, zip, unzip, sharutils, gawk, cpio, pkg-config, procps, time, wdiff, @bd_fastjar@ @bd_compress@ @bd_autotools@ @bd_cacao@ @bd_jamvm@ @bd_gcc@ @bd_bootstrap@ @bd_openjdk@ @bd_zero@ @bd_shark@ @bd_syslibs@ @bd_pulsejava@ @bd_nss@ @bd_systemtap@ @bd_mauve@ @bd_xvfb@
Standards-Version: 3.9.5
Homepage: http://openjdk.java.net/
Vcs-Bzr: http://bazaar.launchpad.net/~openjdk/openjdk/openjdk7
diff --git a/debian/rules b/debian/rules
index 86289e9..348a368 100755
--- a/debian/rules
+++ b/debian/rules
@@ -760,12 +760,6 @@ ifneq (,$(cacao_archs))
bd_cacao = libtool,
endif
-ifneq (,$(filter $(distrel),lucid))
- bd_ant = ant, ant1.8-optional,
-else
- bd_ant = ant, ant-optional,
-endif
-
bd_fastjar = fastjar (>= 2:0.96-0ubuntu2),
ifneq (,$(filter $(distrel),lenny))
bd_fastjar = fastjar (>= 2:0.95-4),
@@ -988,7 +982,6 @@ debian/control: debian/control.in debian/rules
-e 's/@bd_nss@/$(bd_nss)/g' \
-e 's/@bd_systemtap@/$(bd_systemtap)/g' \
-e 's/@bd_shark@/$(bd_shark)/g' \
- -e 's/@bd_ant@/$(bd_ant)/g' \
-e 's/@core_fonts@/$(core_fonts)/g' \
-e 's/@cjk_fonts@/$(cjk_fonts)/g' \
-e 's/@any_archs@/$(any_archs)/g' \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git
More information about the pkg-java-commits
mailing list