summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Med Packaging Team [Fri, 12 Oct 2018 08:00:27 +0000 (09:00 +0100)]
Address-embedded-zlib
Gbp-Pq: Name 0008-Address-embedded-zlib.patch
Kevin Murray [Mon, 14 Nov 2016 00:54:32 +0000 (11:54 +1100)]
Use bash for test script portablitity
Gbp-Pq: Name 0006-Use-bash-for-test-script-portablitity.patch
W. Felix Handte [Fri, 29 Jun 2018 19:33:44 +0000 (15:33 -0400)]
Allow Invoking `zstd --list` When `stdin` is not a `tty`
Also now returns an error when no inputs are given.
New proposed behavior:
```
felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l; echo $?
No files given
1
felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l Makefile.zst; echo $?
Frames Skips Compressed Uncompressed Ratio Check Filename
1 0 3.08 KB 10.92 KB 3.544 XXH64 Makefile.zst
0
felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l <Makefile.zst; echo $?
zstd: --list does not support reading from standard input
No files given
1
felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l Makefile.zst <Makefile.zst; echo $?
Frames Skips Compressed Uncompressed Ratio Check Filename
1 0 3.08 KB 10.92 KB 3.544 XXH64 Makefile.zst
0
felix@odin:~/prog/zstd (list-stdin-check)$
```
Gbp-Pq: Name 0001-Allow-Invoking-zstd-list-When-stdin-is-not-a-tty.patch
Alexandre Mestiashvili [Fri, 12 Oct 2018 08:00:27 +0000 (09:00 +0100)]
libzstd (1.3.5+dfsg-2) unstable; urgency=medium
* Add udeb package for libzstd1, Closes: #908834
* Bump Policy to 4.2.1
* Call dh_makeshlibs with -V 'libzstd1 (>= 1.3.5)', since this version
introduced new public symbols
[dgit import unpatched libzstd 1.3.5+dfsg-2]
Alexandre Mestiashvili [Fri, 12 Oct 2018 08:00:27 +0000 (09:00 +0100)]
Import libzstd_1.3.5+dfsg-2.debian.tar.xz
[dgit import tarball libzstd 1.3.5+dfsg-2 libzstd_1.3.5+dfsg-2.debian.tar.xz]
Alexandre Mestiashvili [Fri, 21 Sep 2018 18:46:28 +0000 (19:46 +0100)]
Import libzstd_1.3.5+dfsg.orig.tar.xz
[dgit import orig libzstd_1.3.5+dfsg.orig.tar.xz]