------------------------------------------------------------ revno: 749 committer: Matthias Klose <[email protected]> branch nick: openjdk8 timestamp: Sat 2019-06-29 11:18:28 +0200 message: Fix build dependencies for Ubuntu precise builds. modified: debian/changelog debian/control debian/control.in debian/rules
-- lp:~openjdk/openjdk/openjdk8 https://code.launchpad.net/~openjdk/openjdk/openjdk8 Your team Debian Java Maintainers is subscribed to branch lp:~openjdk/openjdk/openjdk8. To unsubscribe from this branch go to https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2019-06-29 09:10:36 +0000 +++ debian/changelog 2019-06-29 09:18:28 +0000 @@ -1,3 +1,9 @@ +openjdk-8 (8u222-b07-2) UNRELEASED; urgency=medium + + * Fix build dependencies for Ubuntu precise builds. + + -- Matthias Klose <[email protected]> Sat, 29 Jun 2019 11:17:16 +0200 + openjdk-8 (8u222-b07-1) experimental; urgency=medium * Update to 8u222-b07. === modified file 'debian/control' --- debian/control 2019-06-29 09:10:36 +0000 +++ debian/control 2019-06-29 09:18:28 +0000 @@ -5,8 +5,8 @@ Uploaders: Matthias Klose <[email protected]> Build-Depends: debhelper (>= 9), quilt, m4, lsb-release, zip, unzip, sharutils, gawk, cpio, pkg-config, procps, wdiff, tzdata, - xvfb, xauth, xfonts-base, libgl1-mesa-dri [!x32], xfwm4, x11-xkb-utils, dbus-x11, - jtreg, testng, time, + xvfb<!nocheck>, xauth<!nocheck>, xfonts-base<!nocheck>, libgl1-mesa-dri [!x32]<!nocheck>, xfwm4<!nocheck>, x11-xkb-utils<!nocheck>, dbus-x11<!nocheck>, + jtreg<!nocheck>, testng<!nocheck>, time, fastjar (>= 2:0.96-0ubuntu2), autoconf (>= 2.69), automake, autotools-dev, ant, ant-optional, g++-8, === modified file 'debian/control.in' --- debian/control.in 2019-06-29 09:10:36 +0000 +++ debian/control.in 2019-06-29 09:18:28 +0000 @@ -5,8 +5,8 @@ Uploaders: Matthias Klose <[email protected]> Build-Depends: debhelper (>= 9), quilt, m4, lsb-release, zip, unzip, sharutils, gawk, cpio, pkg-config, procps, wdiff, tzdata, - xvfb, xauth, xfonts-base, libgl1-mesa-dri [!x32], xfwm4, x11-xkb-utils, dbus-x11, - jtreg, testng, time, + xvfb@nocheck@, xauth@nocheck@, xfonts-base@nocheck@, libgl1-mesa-dri [!x32]@nocheck@, xfwm4@nocheck@, x11-xkb-utils@nocheck@, dbus-x11@nocheck@, + jtreg@nocheck@, testng@nocheck@, time, @bd_fastjar@ @bd_autotools@ @bd_ant@ @bd_gcc@ === modified file 'debian/rules' --- debian/rules 2019-06-29 09:10:36 +0000 +++ debian/rules 2019-06-29 09:18:28 +0000 @@ -694,6 +694,10 @@ bd_zero = \ $(pkg_ffidev), +ifeq (,$(filter $(distrel),precise)) + nocheck_profile = <!nocheck> +endif + ifneq (,$(shark_archs)) bd_zero = $(pkg_ffidev), ifneq (,$(filter $(distrel),lucid)) @@ -911,6 +915,7 @@ -e 's/@any_archs@/$(any_archs)/g' \ -e 's/@hotspot_archs@/$(hotspot_archs)/g' \ -e 's/@altzero_archs@/$(altzero_archs)/g' \ + -e 's/@nocheck@/$(nocheck_profile)/g' \ debian/control.in \ $(if $(transitional_jamvm_pkg), debian/control.jamvm-trans) \ $(if $(altzero_archs), debian/control.zero-jre) \
__ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.
