-zchunk (1.2.4+ds1-1) UNRELEASED; urgency=medium
+zchunk (1.3.0+ds1-1) UNRELEASED; urgency=medium
* Use debhelper compat level 14 for `meson install`.
* New upstream release:
- drop the upstream-zstd-1.5.4 patch, it was taken from upstream
- - refresh the typos patch
+ - add another minor correction to the typos patch
-- Peter Pentchev <roam@debian.org> Sat, 01 Jul 2023 19:14:48 +0300
Description: Fix a minor grammar mistake.
Forwarded: https://github.com/zchunk/zchunk/pull/47
Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2021-08-21
+Last-Update: 2023-07-01
--- a/README.md
+++ b/README.md
It is important that all further revisions of the zchunk file use the same
dictionary. If the dictionary changes, none of the chunks will match from the
+--- a/include/zck.h.in
++++ b/include/zck.h.in
+@@ -29,7 +29,7 @@
+ ZCK_VAL_HEADER_LENGTH, /* Set what the header length *should* be */
+ ZCK_UNCOMP_HEADER, /* Header should contain uncompressed size, too */
+ ZCK_NO_WRITE, /* Do not write to file when creating zck file -
+- Used to calculate header from existing umcompressed data */
++ Used to calculate header from existing uncompressed data */
+ ZCK_COMP_TYPE = 100, /* Set compression type using zck_comp */
+ ZCK_MANUAL_CHUNK, /* Disable auto-chunking */
+ ZCK_CHUNK_MIN, /* Minimum chunk size when manual chunking */