Package: antlr Version: 2.7.7-6 Severity: serious Tags: patch Justification: no longer builds from source
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 antlr is missing java-gcj-compat-dev in Build-Depends but uses dh_nativejava. The attached patch adds the missing dependency to debian/control. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkluYkAACgkQXZJ0m2XDVK8mggCdEwbU4dnYtrifg2SlXVz3oKTm PoIAniv4KUWclcO5Ol/xfkhDPpYkEtFB =LoFv -----END PGP SIGNATURE-----
diff --git a/debian/control b/debian/control index f512d4f..1166a0e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[email protected]>, John Leuner <[email protected]>, Michael Koch <[email protected]>, Barry Hawkins <[email protected]> -Build-Depends: debhelper (>= 4), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils +Build-Depends: debhelper (>= 4), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils, java-gcj-compat-dev Build-Depends-Indep: python-support (>= 0.3), nant, cli-common-dev (>= 0.4.4), mono-mcs (>= 1.0) | c-sharp-compiler Standards-Version: 3.7.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr
_______________________________________________ pkg-java-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

