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 af74eb5652732f4249b783b92c05f077778c75ac Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 7 17:49:27 2014 +0200 Disabled the unit tests --- debian/changelog | 1 + debian/patches/disable-test-compilation.patch | 14 ++++++++++++++ debian/patches/series | 1 + 3 files changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index 41bf7e8..800d4e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libjogl2-java (2.2.1-1) UNRELEASED; urgency=medium * New upstream release * Refreshed the patches * Depend on gluegen >= 2.2.1 + * Disabled the unit tests (missing dependencies) * 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/patches/disable-test-compilation.patch b/debian/patches/disable-test-compilation.patch new file mode 100644 index 0000000..85fd8db --- /dev/null +++ b/debian/patches/disable-test-compilation.patch @@ -0,0 +1,14 @@ +Description: Disable the compilation of the unit tests until all dependencies are available +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/make/build.xml ++++ b/make/build.xml +@@ -8,7 +8,7 @@ + - Main build target. + --> + +- <target name="all" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,build.oculusvr,one.dir,tag.build,test.compile,developer-zip-archive" /> ++ <target name="all" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,build.oculusvr,one.dir,tag.build,developer-zip-archive" /> + + <target name="all.debug" description="Debug build nativewindow, jogl and newt projects, incl. all junit tests " depends="init.debug,build.nativewindow,build.jogl,build.newt,build.oculusvr,one.dir,tag.build,test.compile,developer-zip-archive" /> + diff --git a/debian/patches/series b/debian/patches/series index 1c8ef9a..6d5322a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -17,3 +17,4 @@ alpha.diff add-ports.diff clang_FTBFS.patch +disable-test-compilation.patch -- 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

