diff -Nru dvdisaster-0.79.5/debian/changelog dvdisaster-0.79.5/debian/changelog --- dvdisaster-0.79.5/debian/changelog 2019-02-02 04:20:23.000000000 +0000 +++ dvdisaster-0.79.5/debian/changelog 2020-09-14 03:11:20.000000000 +0000 @@ -1,3 +1,11 @@ +dvdisaster (0.79.5-10) unstable; urgency=medium + + * d/salsa-ci.yml: Add CI conf + * Add d/patches/0032-Fix-for-compilation-error-under-gcc-10.patch + (Closes: #957156) + + -- TANIGUCHI Takaki Mon, 14 Sep 2020 12:11:20 +0900 + dvdisaster (0.79.5-9) unstable; urgency=medium * Make sure that the upstream changelog remains uncompressed so diff -Nru dvdisaster-0.79.5/debian/patches/0032-Fix-for-compilation-error-under-gcc-10.patch dvdisaster-0.79.5/debian/patches/0032-Fix-for-compilation-error-under-gcc-10.patch --- dvdisaster-0.79.5/debian/patches/0032-Fix-for-compilation-error-under-gcc-10.patch 1970-01-01 00:00:00.000000000 +0000 +++ dvdisaster-0.79.5/debian/patches/0032-Fix-for-compilation-error-under-gcc-10.patch 2020-09-14 03:11:20.000000000 +0000 @@ -0,0 +1,39 @@ +From: TANIGUCHI Takaki +Date: Mon, 14 Sep 2020 10:41:29 +0900 +Subject: Fix for compilation error under gcc 10 + +Author: Stéphane Lesimple +--- + dvdisaster.c | 5 +++++ + dvdisaster.h | 8 ++++---- + 2 files changed, 9 insertions(+), 4 deletions(-) + +--- a/dvdisaster.c ++++ b/dvdisaster.c +@@ -22,6 +22,11 @@ + + #include "dvdisaster.h" + ++struct _RawBuffer *rawbuffer_forward; ++struct _DefectiveSectorHeader *dsh_forward; ++struct _DeviceHandle *dh_forward; ++struct _Image *dh_image; ++ + /* + * The all-famous main() loop + */ +--- a/dvdisaster.h ++++ b/dvdisaster.h +@@ -426,9 +426,9 @@ + *** forward declarations + ***/ + +-struct _RawBuffer *rawbuffer_forward; +-struct _DefectiveSectorHeader *dsh_forward; +-struct _DeviceHandle *dh_forward; ++extern struct _RawBuffer *rawbuffer_forward; ++extern struct _DefectiveSectorHeader *dsh_forward; ++extern struct _DeviceHandle *dh_forward; + + /*** + *** bitmap.c diff -Nru dvdisaster-0.79.5/debian/patches/series dvdisaster-0.79.5/debian/patches/series --- dvdisaster-0.79.5/debian/patches/series 2019-02-02 04:20:23.000000000 +0000 +++ dvdisaster-0.79.5/debian/patches/series 2020-09-14 03:11:20.000000000 +0000 @@ -29,3 +29,4 @@ 35-archived-homepage.patch 36-fix-parallelism.patch 37-suggest-dvdisaster-doc.patch +0032-Fix-for-compilation-error-under-gcc-10.patch diff -Nru dvdisaster-0.79.5/debian/salsa-ci.yml dvdisaster-0.79.5/debian/salsa-ci.yml --- dvdisaster-0.79.5/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ dvdisaster-0.79.5/debian/salsa-ci.yml 2020-09-14 03:11:20.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml