[Pkg-privacy-commits] [Git][pkg-privacy-team/mat2][master] 2 commits: debian/patches: Pull in patch to improve support of xlsx files
Georg Faerber (@georg)
georg at debian.org
Mon May 24 16:07:42 BST 2021
Georg Faerber pushed to branch master at Privacy Maintainers / mat2
Commits:
22c89f88 by Georg Faerber at 2021-05-24T15:01:06+00:00
debian/patches: Pull in patch to improve support of xlsx files
- - - - -
0cdf73a1 by Georg Faerber at 2021-05-24T15:01:40+00:00
debian/changelog: Debian release 0.12.1-2
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/0001-improve-support-for-xlsx-files.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -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 <georg at debian.org> Mon, 24 May 2021 15:01:29 +0000
+
mat2 (0.12.1-1) unstable; urgency=medium
* New upstream version 0.12.1:
=====================================
debian/patches/0001-improve-support-for-xlsx-files.patch
=====================================
@@ -0,0 +1,19 @@
+Description: Improve support of Open XML (xlsx) files
+Origin: upstream
+Applied-Upstream: bf0c777cb9159e220f636b0c019fe4957e4fea75
+Reviewed-by: Georg Faerber <georg at 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\]/',
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-improve-support-for-xlsx-files.patch
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/mat2/-/compare/9e2a325ddfa3574503a90842ed5c4e0abf10ffa1...0cdf73a149d956b3fb7849187333ee5904b558d5
--
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/mat2/-/compare/9e2a325ddfa3574503a90842ed5c4e0abf10ffa1...0cdf73a149d956b3fb7849187333ee5904b558d5
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/pkg-privacy-commits/attachments/20210524/53e9c613/attachment-0001.htm>
More information about the Pkg-privacy-commits
mailing list