Pierre Gruet pushed to branch master at Debian Java Maintainers / libjogl2-java
Commits: b9bb35da by Debian Janitor at 2022-12-22T14:23:06+00:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - b63d6e47 by Debian Janitor at 2022-12-22T14:23:09+00:00 Bump debhelper from deprecated 9 to 10. Changes-By: lintian-brush Fixes: lintian: package-uses-deprecated-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html - - - - - d64eff36 by Pierre Gruet at 2023-03-09T16:25:29+00:00 Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request java-team/libjogl2-java!1 - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libjogl2-java (2.3.2+dfsg-11) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + * Bump debhelper from deprecated 9 to 10. + + -- Debian Janitor <[email protected]> Thu, 22 Dec 2022 14:23:06 -0000 + libjogl2-java (2.3.2+dfsg-10) unstable; urgency=medium * Team upload. @@ -90,7 +97,7 @@ libjogl2-java (2.2.4+dfsg-1) unstable; urgency=medium * Team upload. * Modify orig-tar.sh and repack the upstream tarball to remove source - file under a license restriction w.r.t. venue (CC BY-NC 3.0): + file under a license restriction w.r.t. venue (CC BY-NC 3.0): src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/landscape.fp - Thanks to Rebecca N. Palmer. (Closes: #767384) @@ -266,7 +273,7 @@ libjogl2-java (2.0-rc8-1~exp2) experimental; urgency=low -- Sylvestre Ledru <[email protected]> Wed, 13 Jun 2012 13:54:44 +0200 libjogl2-java (2.0-rc8-1~exp1) experimental; urgency=low - + * New upstream release * Set the exact version of the dependency between libjogl2-java and libjogl2-jni @@ -358,7 +365,7 @@ libjogl2-java (2.0-rc3-1) unstable; urgency=low * libjogl2-java, libjogl2-jni and libjogl2-java-doc added (better match of the version 1) * Massive cleanup of the package list. Upstream decided to simplify all the - jar packages. + jar packages. See: http://bit.ly/qBNO7V -- Sylvestre Ledru <[email protected]> Thu, 06 Oct 2011 15:53:38 +0200 @@ -402,5 +409,3 @@ libjogl2-java (2.0-rc1-1) unstable; urgency=low * New upstream release (Closes: #614819) -- Sylvestre Ledru <[email protected]> Tue, 01 Mar 2011 14:12:56 +0100 - - ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +10 ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: ant-contrib-cpptasks, ant-optional, cdbs, - debhelper (>= 9~), + debhelper (>= 10~), default-jdk, junit4, libgl1-mesa-dev, ===================================== debian/rules ===================================== @@ -17,7 +17,7 @@ ifeq ($(DEB_HOST_ARCH),armhf) DEB_ANT_ARGS += -DisAbiEabiGnuArmhf=true endif -# Disable the build of the help on slow archs. It takes forever (a few hours) +# Disable the build of the help on slow archs. It takes forever (a few hours) build-indep: ifneq (,$(findstring $(DEB_HOST_ARCH),$(ENABLE_BUILD_HELP_ARCHS))) $(DEB_ANT_INVOKE) javadoc.all View it on GitLab: https://salsa.debian.org/java-team/libjogl2-java/-/compare/e15a0f268ea2ee19343ec1403879bc375bf53dfd...d64eff36b98b9e25b70fd2c694b818f32b047a46 -- View it on GitLab: https://salsa.debian.org/java-team/libjogl2-java/-/compare/e15a0f268ea2ee19343ec1403879bc375bf53dfd...d64eff36b98b9e25b70fd2c694b818f32b047a46 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

