[Git][java-team/f2j][master] 2 commits: Sudip Mukherjee completed the patch

Andreas Tille gitlab at salsa.debian.org
Wed Aug 12 11:04:34 BST 2020



Andreas Tille pushed to branch master at Debian Java Maintainers / f2j


Commits:
5a67fe78 by Andreas Tille at 2020-08-12T12:02:10+02:00
Sudip Mukherjee completed the patch

- - - - -
d1f6f588 by Andreas Tille at 2020-08-12T12:04:20+02:00
Upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/patches/gcc-10_multiple_definition.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-f2j (0.8.1+dfsg-5) UNRELEASED; urgency=medium
+f2j (0.8.1+dfsg-5) unstable; urgency=medium
 
   * Standards-Version: 4.5.0 (routine-update)
   * debhelper-compat 13 (routine-update)
@@ -8,7 +8,7 @@ f2j (0.8.1+dfsg-5) UNRELEASED; urgency=medium
   * Fix build issue with gcc-10
     Closes: #957190
 
- -- Andreas Tille <tille at debian.org>  Wed, 12 Aug 2020 08:45:47 +0200
+ -- Andreas Tille <tille at debian.org>  Wed, 12 Aug 2020 12:02:31 +0200
 
 f2j (0.8.1+dfsg-4) unstable; urgency=medium
 


=====================================
debian/patches/gcc-10_multiple_definition.patch
=====================================
@@ -1,4 +1,6 @@
 Author: Andreas Tille <tille at debian.org>
+        Sudip Mukherjee <sudipm.mukherjee at gmail.com>
+Origin: https://lists.debian.org/debian-mentors/2020/08/msg00067.html
 Last-Update: Wed, 12 Aug 2020 08:45:47 +0200
 Bug-Debian: https://bugs.debian.org/957190
 Description: Fix build issue with gcc-10
@@ -14,3 +16,14 @@ Description: Fix build issue with gcc-10
  
  /* descriptors of PrintStream's print() and println() methods */
  extern char * println_descriptor[MAX_RETURNS+1];
+--- a/src/optimize.c
++++ b/src/optimize.c
+@@ -46,7 +46,7 @@
+ 
+ int optdebug = FALSE;
+ 
+-char *unit_name;        /* name of this function/subroutine                  */
++extern char *unit_name;        /* name of this function/subroutine                  */
+ 
+ /*****************************************************************************
+  * Function prototypes:                                                      *



View it on GitLab: https://salsa.debian.org/java-team/f2j/-/compare/e670e2d1d5486c07e583a324613c1872a9792592...d1f6f588cf8f12e9c68d2758cbee1d864b7e762c

-- 
View it on GitLab: https://salsa.debian.org/java-team/f2j/-/compare/e670e2d1d5486c07e583a324613c1872a9792592...d1f6f588cf8f12e9c68d2758cbee1d864b7e762c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200812/10b53052/attachment.html>


More information about the pkg-java-commits mailing list