summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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 [Tue, 21 Aug 2018 15:32:44 +0000 (16:32 +0100)]
libzstd (1.3.5+dfsg-1) unstable; urgency=medium
[ Alexandre Mestiashvili ]
* Add attribuition for the patch
* Fix varying number of threads in pzstd man page, making build reproducible
* New upstream version 1.3.5+dfsg
* Refresh and drop patches applied by upstream
* Update d/zstd.lintian-overrides
[ Balint Reczey ]
* Update symbols file
* Allow Invoking `zstd --list` When `stdin` is not a `tty`
[dgit import unpatched libzstd 1.3.5+dfsg-1]
Alexandre Mestiashvili [Tue, 21 Aug 2018 15:32:44 +0000 (16:32 +0100)]
Import libzstd_1.3.5+dfsg.orig.tar.xz
[dgit import orig libzstd_1.3.5+dfsg.orig.tar.xz]
Alexandre Mestiashvili [Tue, 21 Aug 2018 15:32:44 +0000 (16:32 +0100)]
Import libzstd_1.3.5+dfsg-1.debian.tar.xz
[dgit import tarball libzstd 1.3.5+dfsg-1 libzstd_1.3.5+dfsg-1.debian.tar.xz]