[Git][reproducible-builds/diffoscope][master] Support .deb package members compressed with zstd

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Wed Jun 23 15:32:53 UTC 2021



Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope


Commits:
7576e86d by Balint Reczey at 2021-06-22T23:26:25+02:00
Support .deb package members compressed with zstd

LP: #1923845

- - - - -


1 changed file:

- diffoscope/comparators/deb.py


Changes:

=====================================
diffoscope/comparators/deb.py
=====================================
@@ -62,8 +62,8 @@ def get_build_id_map(container):
 
 
 class DebContainer(LibarchiveContainer):
-    RE_DATA_TAR = re.compile(r"^data\.tar(\.gz|\.xz|\.bz2|\.lzma)?$")
-    RE_CONTROL_TAR = re.compile(r"^control\.tar(\.gz|\.xz)?$")
+    RE_DATA_TAR = re.compile(r"^data\.tar(\.gz|\.xz|\.zst|\.bz2|\.lzma)?$")
+    RE_CONTROL_TAR = re.compile(r"^control\.tar(\.gz|\.xz|\.zst)?$")
 
     @property
     def data_tar(self):



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/7576e86d0e427c53c6cb66974bb64ab15a51c17e

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/7576e86d0e427c53c6cb66974bb64ab15a51c17e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210623/0108ab06/attachment.htm>


More information about the rb-commits mailing list