Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
remove obsolete patch
· d1db805d
Sascha Steinbiss
authored
Apr 22, 2018
d1db805d
adjust patch description
· 8860072b
Sascha Steinbiss
authored
Apr 22, 2018
8860072b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8860072b
...
...
@@ -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
...
...
debian/patches/0008-Address-embedded-zlib.patch
View file @
8860072b
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
...
...
debian/patches/0009-Add-shebang-for-scripts.patch
deleted
100644 → 0
View file @
05e287f8
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
debian/patches/series
View file @
8860072b
...
...
@@ -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