diff -Nru cdrkit-1.1.11/debian/changelog cdrkit-1.1.11/debian/changelog --- cdrkit-1.1.11/debian/changelog 2020-02-18 06:56:30.000000000 +0000 +++ cdrkit-1.1.11/debian/changelog 2020-08-06 14:16:23.000000000 +0000 @@ -1,3 +1,10 @@ +cdrkit (9:1.1.11-3.1ubuntu2) groovy; urgency=medium + + * debian/patches/gcc10.patch: + - fix the build with the new gcc + + -- Sebastien Bacher Thu, 06 Aug 2020 16:16:23 +0200 + cdrkit (9:1.1.11-3.1ubuntu1) focal; urgency=low * Merge from Debian unstable. Remaining changes: diff -Nru cdrkit-1.1.11/debian/patches/gcc10.patch cdrkit-1.1.11/debian/patches/gcc10.patch --- cdrkit-1.1.11/debian/patches/gcc10.patch 1970-01-01 00:00:00.000000000 +0000 +++ cdrkit-1.1.11/debian/patches/gcc10.patch 2020-08-06 14:16:23.000000000 +0000 @@ -0,0 +1,16 @@ +# Description: fix the build with gcc-10 +# Copied from fedora +# Upstream: unsure where upstream is nowadays? +diff -up cdrkit-1.1.11/genisoimage/genisoimage.h.me cdrkit-1.1.11/genisoimage/genisoimage.h +--- cdrkit-1.1.11/genisoimage/genisoimage.h.me 2020-02-24 15:10:35.542998992 +0100 ++++ cdrkit-1.1.11/genisoimage/genisoimage.h 2020-02-24 15:10:50.011130450 +0100 +@@ -377,7 +377,7 @@ extern int use_fileversion; + extern int split_SL_component; + extern int split_SL_field; + extern char *trans_tbl; +-char *outfile; ++extern char *outfile; + + #define JMAX 64 /* maximum Joliet file name length (spec) */ + #define JLONGMAX 103 /* out of spec Joliet file name length */ + diff -Nru cdrkit-1.1.11/debian/patches/series cdrkit-1.1.11/debian/patches/series --- cdrkit-1.1.11/debian/patches/series 2020-01-09 17:36:13.000000000 +0000 +++ cdrkit-1.1.11/debian/patches/series 2020-08-06 14:16:23.000000000 +0000 @@ -2,3 +2,4 @@ fix_typo.patch fix_libcap_detection.patch add-efi-boot.patch +gcc10.patch