← Back to team overview

openjdk team mailing list archive

Bug#690260: Build empty doc packages on arm

 

Package: openjdk-7
Version: 7u7-2.3.2a-1
Severity: normal

Hey,

When building the openjdk-7 on arm, the openjdk-7-doc is empty. Looks like
instead of checking if the build requested achitecture independent package it
just hardcodes the "expect" platforms:

# assume we don't build binary indep packages on these architectures
ifeq ($(with_docs),yes)
  ifeq (,$(filter $(DEB_HOST_ARCH), amd64 i386 lpia))
      CONFIGURE_ARGS += --disable-docs
  endif
else


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash