Update the Debian packaging for zchunk 1.3.0
authorPeter Pentchev <roam@debian.org>
Sat, 1 Jul 2023 16:38:12 +0000 (19:38 +0300)
committerPeter Pentchev <roam@debian.org>
Sat, 1 Jul 2023 16:38:12 +0000 (19:38 +0300)
debian/changelog
debian/patches/typos.patch

index fd5c9a7f2e70cced670fa2711f7aee17d77c89c2..2fb86782b9b1b90cd347b0ff19a16dd04fcaece2 100644 (file)
@@ -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 <roam@debian.org>  Sat, 01 Jul 2023 19:14:48 +0300
 
index 00f95f4b72702211e191ea3ed360092b15a018e2..797340076bfccf35dc3c069cc4738f4438cfd249 100644 (file)
@@ -1,7 +1,7 @@
 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
@@ -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 */