On Sun, Jul 11, 2021 at 06:45:07AM +0300, Adrian Bunk wrote: > Package: release.debian.org > Severity: normal > User: release.debian....@packages.debian.org > Usertags: unblock > > Please unblock package mat2 > > * debian/patches: > - Pull in upstream patch to improve support of Open XML (xlsx) files. > (change by Georg Faerber) > > Oneline change, autopkgtest pass. > > Maintainer is in Cc, ack/nak would be appreciated. > > unblock mat2/0.12.1-2
Attached is the debdiff I forgot. cu Adrian
diff -Nru mat2-0.12.1/debian/changelog mat2-0.12.1/debian/changelog --- mat2-0.12.1/debian/changelog 2021-03-20 21:11:38.000000000 +0200 +++ mat2-0.12.1/debian/changelog 2021-05-24 18:01:29.000000000 +0300 @@ -1,3 +1,10 @@ +mat2 (0.12.1-2) unstable; urgency=medium + + * debian/patches: + - Pull in upstream patch to improve support of Open XML (xlsx) files. + + -- Georg Faerber <ge...@debian.org> Mon, 24 May 2021 15:01:29 +0000 + mat2 (0.12.1-1) unstable; urgency=medium * New upstream version 0.12.1: diff -Nru mat2-0.12.1/debian/patches/0001-improve-support-for-xlsx-files.patch mat2-0.12.1/debian/patches/0001-improve-support-for-xlsx-files.patch --- mat2-0.12.1/debian/patches/0001-improve-support-for-xlsx-files.patch 1970-01-01 02:00:00.000000000 +0200 +++ mat2-0.12.1/debian/patches/0001-improve-support-for-xlsx-files.patch 2021-05-24 18:01:29.000000000 +0300 @@ -0,0 +1,19 @@ +Description: Improve support of Open XML (xlsx) files +Origin: upstream +Applied-Upstream: bf0c777cb9159e220f636b0c019fe4957e4fea75 +Reviewed-by: Georg Faerber <ge...@debian.org> +Last-Update: 2021-05-24 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: mat2/libmat2/office.py +=================================================================== +--- mat2.orig/libmat2/office.py 2021-05-19 11:26:06.093187321 +0000 ++++ mat2/libmat2/office.py 2021-05-24 14:44:33.698488246 +0000 +@@ -107,6 +107,7 @@ + # TODO: check if p:bgRef can be randomized + r'^ppt/slideMasters/slideMaster[0-9]+\.xml', + r'^ppt/slideMasters/_rels/slideMaster[0-9]+\.xml\.rels', ++ r'^xl/worksheets/_rels/sheet[0-9]+\.xml\.rels', + })) + self.files_to_omit = set(map(re.compile, { # type: ignore + r'^\[trash\]/', diff -Nru mat2-0.12.1/debian/patches/series mat2-0.12.1/debian/patches/series --- mat2-0.12.1/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ mat2-0.12.1/debian/patches/series 2021-05-24 18:01:29.000000000 +0300 @@ -0,0 +1 @@ +0001-improve-support-for-xlsx-files.patch