From: Peter Pentchev Date: Sat, 1 Jul 2023 16:38:12 +0000 (+0300) Subject: Update the Debian packaging for zchunk 1.3.0 X-Git-Tag: archive/raspbian/1.3.1+ds1-1+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=51c10eada7b1f60531e51d5c021806bfe2bbb489;p=zchunk.git Update the Debian packaging for zchunk 1.3.0 --- diff --git a/debian/changelog b/debian/changelog index fd5c9a7..2fb8678 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -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 Sat, 01 Jul 2023 19:14:48 +0300 diff --git a/debian/patches/typos.patch b/debian/patches/typos.patch index 00f95f4..7973400 100644 --- a/debian/patches/typos.patch +++ b/debian/patches/typos.patch @@ -1,7 +1,7 @@ Description: Fix a minor grammar mistake. Forwarded: https://github.com/zchunk/zchunk/pull/47 Author: Peter Pentchev -Last-Update: 2021-08-21 +Last-Update: 2023-07-01 --- a/README.md +++ b/README.md @@ -14,3 +14,14 @@ Last-Update: 2021-08-21 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 */