[med-svn] [Git][med-team/subread][master] Add patch to build with gcc-10
Nilesh Patra
gitlab at salsa.debian.org
Sat Apr 18 17:32:16 BST 2020
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 <npatra974 at gmail.com> 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 <npatra974 at gmail.com>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200418/d538a4e1/attachment-0001.html>
More information about the debian-med-commit
mailing list