[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#536025: java-gcj-compat: FTBFS with new dpkg-dev



Package: java-gcj-compat
Version: 1.0.80-5
Severity: serious
Tags: patch
Justification: FTBFS

Hi,

dpkg-dev now expects proper folding in (Build-|)Depends, so your package
now FTBFS:
| dpkg-checkbuilddeps: warning: can't parse dependency gcj-4.3 (>= 4.3.3) [!hppa]
|  ecj (>= 3.3.0)
| dpkg-checkbuilddeps: error: error occurred while parsing Build-Depends/Build-Depends-Indep)
| dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.

The trivial fix is attached. Fixing this bug ASAP would help
kfreebsd-i386 get some java support (unfortunately, this package wasn't
built when dpkg-dev was less strict because of a missing build
dependency).

Mraw,
KiBi.
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
 Uploaders: Michael Koch <konqueror@gmx.de>, Matthias Klose <doko@debian.org>
 Build-Depends: debhelper (>= 5.0.37.2),
- gcj-4.3 (>= 4.3.3) [!hppa]
+ gcj-4.3 (>= 4.3.3) [!hppa],
  ecj (>= 3.3.0), fastjar, gjdoc, python-dev (>= 2.3.5-11), python-central (>= 0.5), lsb-release, openssl, ca-certificates
 XS-Python-Version: current
 Standards-Version: 3.8.1

Reply to: