[med-svn] [Git][med-team/fermi-lite][master] 2 commits: Fix package to build with gcc-10

Nilesh Patra gitlab at salsa.debian.org
Sat Apr 18 18:32:17 BST 2020



Nilesh Patra pushed to branch master at Debian Med / fermi-lite


Commits:
35eb66e2 by Nilesh Patra at 2020-04-18T22:58:24+05:30
Fix package to build with gcc-10

- - - - -
09919444 by Nilesh Patra at 2020-04-18T23:01:38+05:30
Add myself to uploaders

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/gcc10.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+fermi-lite (0.1-13) UNRELEASED; urgency=medium
+
+  * Fix package to build with gcc-10 (Closes: #957198) 
+
+ -- Nilesh Patra <npatra974 at gmail.com>  Sat, 18 Apr 2020 22:59:03 +0530
+
 fermi-lite (0.1-12) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -1,6 +1,6 @@
 Source: fermi-lite
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Sascha Steinbiss <satta at debian.org>
+Uploaders: Sascha Steinbiss <satta at debian.org>, Nilesh Patra <npatra974 at gmail.com>
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 12),


=====================================
debian/patches/gcc10.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Fix package to build with GCC-10
+Bug-Debian: https://bugs.debian.org/957198
+Author: Nilesh Patra <npatra974 at gmail.com>
+Last-Update: Sat, 18 Apr 2020 22:55:21 +0530
+
+--- a/rle.h
++++ b/rle.h
+@@ -30,7 +30,7 @@
+  *** 43+3 codec ***
+  ******************/
+ 
+-const uint8_t rle_auxtab[8];
++extern const uint8_t rle_auxtab[8];
+ 
+ #define RLE_MIN_SPACE 18
+ #define rle_nptr(block) ((uint16_t*)(block))


=====================================
debian/patches/series
=====================================
@@ -5,3 +5,4 @@ bcf_seqlib.patch
 simde
 ensure-signed-comparison.patch
 sync_instead_of_atomic
+gcc10.patch



View it on GitLab: https://salsa.debian.org/med-team/fermi-lite/-/compare/a4e69ebeb543d6fa901f6673ba9e60ba520373ca...09919444b282181bd82740e4d07c966fda5bf681

-- 
View it on GitLab: https://salsa.debian.org/med-team/fermi-lite/-/compare/a4e69ebeb543d6fa901f6673ba9e60ba520373ca...09919444b282181bd82740e4d07c966fda5bf681
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/6a6db181/attachment-0001.html>


More information about the debian-med-commit mailing list