From: Peter Pentchev Date: Sat, 21 Aug 2021 16:27:41 +0000 (+0300) Subject: Update the Debian packaging for zchunk-1.1.10. X-Git-Tag: archive/raspbian/1.2.1+ds1-1+rpi1~1^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5a901e5982e97de6f6ef1352827e71d0cbd0f7a9;p=zchunk.git Update the Debian packaging for zchunk-1.1.10. --- diff --git a/debian/changelog b/debian/changelog index a935229..5e9dc1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ -zchunk (1.1.9+ds1-2) UNRELEASED; urgency=medium +zchunk (1.1.10+ds1-1) UNRELEASED; urgency=medium * Declare compliance with Policy 4.6.0 with no changes. * Add the cppcheck patch to fix a minor test check. + * New upstream release: + - update the upstream copyright years -- Peter Pentchev Sat, 21 Aug 2021 19:10:29 +0300 diff --git a/debian/copyright b/debian/copyright index 0a4d7c1..940870f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,7 +8,7 @@ Files-Excluded: Files: * Copyright: - 2018, 2020 Jonathan Dieter + 2018 - 2021 Jonathan Dieter License: BSD-2-clause Files: doc/unzck.1 diff --git a/debian/patches/series b/debian/patches/series index ec922c4..1134958 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ cppcheck.patch +typos.patch diff --git a/debian/patches/typos.patch b/debian/patches/typos.patch new file mode 100644 index 0000000..c6e2f8e --- /dev/null +++ b/debian/patches/typos.patch @@ -0,0 +1,16 @@ +Description: Fix a minor grammar mistake. +Forwarded: not-yet +Author: Peter Pentchev +Last-Update: 2021-08-21 + +--- a/README.md ++++ b/README.md +@@ -58,7 +58,7 @@ + be able to reduce the overall file size by using a [zstd dictionary](https://facebook.github.io/zstd/#small-data). + The dictionary takes up extra space at the beginning of the zchunk file, but is + used as an identical initial dictionary for compressing each chunk, which can +-give a significant overall savings. ++give significant overall savings. + + 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