Nilesh Patra pushed to branch master at Debian Med / subread
Commits: 0cdc9c59 by Nilesh Patra at 2020-04-18T21:58:08+05:30 Add patch to build with gcc-10 - - - - - 3 changed files: - debian/changelog - + debian/patches/gcc10.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +subread (2.0.0+dfsg-2) UNRELEASED; urgency=medium + + * Team upload. + * Add patch to build with gcc-10 + + -- Nilesh Patra <[email protected]> Sat, 18 Apr 2020 21:55:06 +0530 + subread (2.0.0+dfsg-1) unstable; urgency=medium * New upstream version ===================================== debian/patches/gcc10.patch ===================================== @@ -0,0 +1,16 @@ +Description: Fix package to build with GCC-10 +Bug-Debian: https://bugs.debian.org/957846 +Author: Nilesh Patra <[email protected]> +Last-Update: Sat, 18 Apr 2020 21:54:42 +0530 + +--- a/src/gene-algorithms.h ++++ b/src/gene-algorithms.h +@@ -60,7 +60,7 @@ + + unsigned char get_next_char(FILE * fp); + +-unsigned char * replica_index; ++extern unsigned char * replica_index; + + extern double begin_ftime; + ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ typo.patch fix_ftbfs_kfreebsd.patch arch_specific_flags.patch 2to3.patch +gcc10.patch View it on GitLab: https://salsa.debian.org/med-team/subread/-/commit/0cdc9c59faa4ddad77c5d8ccf3fcd392085594ec -- View it on GitLab: https://salsa.debian.org/med-team/subread/-/commit/0cdc9c59faa4ddad77c5d8ccf3fcd392085594ec You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
