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 <[email protected]> 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 <[email protected]> -Uploaders: Sascha Steinbiss <[email protected]> +Uploaders: Sascha Steinbiss <[email protected]>, Nilesh Patra <[email protected]> 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 <[email protected]> +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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
