This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjogl2-java.
commit f218f1f07f99223cb21a583b53eddb9cbdf5b876 Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 7 17:13:52 2014 +0200 Depend on gluegen >= 2.2.1 --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 266eaa5..41bf7e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libjogl2-java (2.2.1-1) UNRELEASED; urgency=medium * Team upload. * New upstream release * Refreshed the patches + * Depend on gluegen >= 2.2.1 * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg <[email protected]> Tue, 07 Oct 2014 17:11:36 +0200 diff --git a/debian/control b/debian/control index 2f0a3cb..d04a9c1 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Sylvestre Ledru <[email protected]> Build-Depends: debhelper (>= 9~), cdbs, quilt, default-jdk, - libgluegen2-build-java (>= 2.1.3), libgluegen2-rt-java (>= 2.1.5), + libgluegen2-build-java (>= 2.2.1), libgluegen2-rt-java (>= 2.2.1), ant-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev, x11proto-xf86vidmode-dev, libxt-dev, junit4, libswt-gtk-3-java, ant-contrib, ant-contrib-cpptasks, libxinerama-dev, libxrandr-dev, @@ -17,7 +17,7 @@ Homepage: http://jogamp.org Package: libjogl2-java Architecture: all Depends: ${misc:Depends}, - libgluegen2-rt-java (>= 2.1.5), libjogl2-jni (>= ${source:Version}) + libgluegen2-rt-java (>= 2.2.1), libjogl2-jni (>= ${source:Version}) Suggests: libjogl2-java-doc Description: Java bindings for OpenGL API The JOGL project hosts the development version of the Java Bindings for -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjogl2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

