Skip to content
Commits on Source (2)
......@@ -10,7 +10,11 @@ libzstd (1.3.4+dfsg-1) UNRELEASED; urgency=medium
[ Mattia Rizzolo ]
* Update copyright after the new upstream release.
-- Mattia Rizzolo <mattia@debian.org> Sat, 21 Apr 2018 11:40:59 +0200
[ Sascha Steinbiss ]
* Remove obsolete patch.
* Reword patch description.
-- Sascha Steinbiss <satta@debian.org> Sun, 22 Apr 2018 02:02:04 +0200
libzstd (1.3.3+dfsg-2) unstable; urgency=medium
......
Description: Fix use of fprintf
Description: Do not build zlibWrapper examples against embedded code copies.
Author: Sascha Steinbiss <satta@debian.org>
--- libzstd.orig/zlibWrapper/Makefile
+++ libzstd/zlibWrapper/Makefile
......
Description: add shebang line to new script
Author: Sascha Steinbiss <satta@debian.org>
--- libzstd.orig/programs/zstdless
+++ libzstd/programs/zstdless
@@ -1,2 +1,4 @@
#!/bin/sh
+
+#!/bin/sh
zstdcat "$@" | less
......@@ -2,6 +2,5 @@
0004-Add-help2man-d-pzstd-man-file.patch
0006-Use-bash-for-test-script-portablitity.patch
0008-Address-embedded-zlib.patch
0009-Add-shebang-for-scripts.patch
0012-typos.patch
pthread.patch