Sudip Mukherjee pushed to branch master at Debian Java Maintainers / gluegen2
Commits: fe0bf4b4 by Sudip Mukherjee at 2020-11-30T20:09:28+00:00 Fix FTBFS with gcc-10 Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 5714e950 by Sudip Mukherjee at 2020-11-30T20:10:28+00:00 Use debhelper-compat and update compat level to 13 Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 619a5587 by Sudip Mukherjee at 2020-11-30T20:11:04+00:00 Update Standards-Version to 4.5.1 Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - fcd397f4 by Sudip Mukherjee at 2020-11-30T20:28:39+00:00 Add changelog for 2.3.2-8 release Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - + debian/patches/fix_gcc-10.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +gluegen2 (2.3.2-8) unstable; urgency=medium + + * Team upload. + * Use debhelper-compat. + - Update compat level to 13. + * Update Standards-Version to 4.5.1 + * Fix ftbfs with GCC-10. (Closes: #957276) + + -- Sudip Mukherjee <[email protected]> Mon, 30 Nov 2020 20:28:21 +0000 + gluegen2 (2.3.2-7) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -8,13 +8,13 @@ Build-Depends: ant-contrib, ant-contrib-cpptasks, ant-optional, - debhelper (>= 11), + debhelper-compat (= 13), default-jdk (>= 2:1.7), junit4, libantlr-java, libjsr305-java, maven-repo-helper -Standards-Version: 4.1.4 +Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/java-team/gluegen2.git Vcs-Browser: https://salsa.debian.org/java-team/gluegen2 Homepage: http://jogamp.org ===================================== debian/patches/fix_gcc-10.patch ===================================== @@ -0,0 +1,20 @@ +Description: Fix ftbfs with GCC-10 + +Author: Sudip Mukherjee <[email protected]> +Bug-Debian: https://bugs.debian.org/957276 +Forwarded: no + +--- + +--- gluegen2-2.3.2.orig/src/junit/com/jogamp/gluegen/test/junit/generation/test1.h ++++ gluegen2-2.3.2/src/junit/com/jogamp/gluegen/test/junit/generation/test1.h +@@ -299,9 +299,6 @@ MYAPI MYAPIConfig * MYAPIENTRY typeTest + #define HUGE_VALF_3 ((int) 1e53) + #define DOUBLE_DEFINE_BRACKETS_3 HUGE_VALF_3 + +-size_t unsigned_size_t_1; +-ptrdiff_t a_signed_pointer_t_1; +- + MYAPI int32_t MYAPIENTRY typeTestInt32T(const int32_t i1, int32_t i2); + MYAPI uint32_t MYAPIENTRY typeTestUInt32T(const uint32_t ui1, uint32_t ui2); + MYAPI int64_t MYAPIENTRY typeTestInt64T(const int64_t i1, int64_t i2); ===================================== debian/patches/series ===================================== @@ -28,3 +28,4 @@ disable-java-version-check.diff rtjar.diff add-mips64el-mipsn32-support.diff java10-compatibility.patch +fix_gcc-10.patch View it on GitLab: https://salsa.debian.org/java-team/gluegen2/-/compare/e81bf975dc0306e91e99583bd17d486cff2180aa...fcd397f487356664abd75f504d4965ebd0426f43 -- View it on GitLab: https://salsa.debian.org/java-team/gluegen2/-/compare/e81bf975dc0306e91e99583bd17d486cff2180aa...fcd397f487356664abd75f504d4965ebd0426f43 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

