This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository gluegen2.
commit 9f82883f6703d3461955d1fddb1de68cd69120d2 Author: tony mancill <[email protected]> Date: Sun Oct 11 12:22:40 2015 -0700 versioned build-dep on default-jdk This prevents attempts to build on m68k and other non-OpenJDK architectures. --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f368305..643b979 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gluegen2 (2.3.1-3) UNRELEASED; urgency=medium + + * Team upload. + * Make the build-dep on default-jdk versioned on >= 2:1.6. + This prevents attempts to build on non-openjdk architectures. + + -- tony mancill <[email protected]> Sun, 11 Oct 2015 12:21:41 -0700 + gluegen2 (2.3.1-2) experimental; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index e9a45f9..15c3a4a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Sylvestre Ledru <[email protected]> -Build-Depends: debhelper (>= 9), cdbs, quilt, default-jdk, +Build-Depends: debhelper (>= 9), cdbs, quilt, default-jdk (>= 2:1.6), ant, junit4, ant-contrib-cpptasks, ant-optional, libantlr-java, ant-contrib, libjsr305-java Standards-Version: 3.9.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gluegen2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

