summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alexandre Mestiashvili [Thu, 3 Jan 2019 13:47:31 +0000 (13:47 +0000)]
Merge libzstd (1.3.8+dfsg-2) import into refs/heads/workingbranch
Alex Mestiashvili [Thu, 3 Jan 2019 13:47:31 +0000 (13:47 +0000)]
Skip-dev-random-tests-on-hurd
Gbp-Pq: Name 0015-Skip-dev-random-tests-on-hurd.patch
Debian Med Packaging Team [Thu, 3 Jan 2019 13:47:31 +0000 (13:47 +0000)]
Reproducible-build
Gbp-Pq: Name 0014-Reproducible-build.patch
Alex Mestiashvili [Thu, 3 Jan 2019 13:47:31 +0000 (13:47 +0000)]
Skip memory heavy tests causing FTBFS on mips(el) and hurd buildds
Gbp-Pq: Name 0013-skip-memory-greedy-tests.patch
Debian Med Packaging Team [Thu, 3 Jan 2019 13:47:31 +0000 (13:47 +0000)]
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
Alexandre Mestiashvili [Thu, 3 Jan 2019 13:47:31 +0000 (13:47 +0000)]
libzstd (1.3.8+dfsg-2) unstable; urgency=medium
* Add patch skipping tests failing on GNU/Hurd when writing to special files
such as /dev/zero or /dev/random
* Upload to unstable
[dgit import unpatched libzstd 1.3.8+dfsg-2]
Alexandre Mestiashvili [Thu, 3 Jan 2019 13:47:31 +0000 (13:47 +0000)]
Import libzstd_1.3.8+dfsg-2.debian.tar.xz
[dgit import tarball libzstd 1.3.8+dfsg-2 libzstd_1.3.8+dfsg-2.debian.tar.xz]
Alexandre Mestiashvili [Mon, 31 Dec 2018 14:19:12 +0000 (14:19 +0000)]
Import libzstd_1.3.8+dfsg.orig.tar.xz
[dgit import orig libzstd_1.3.8+dfsg.orig.tar.xz]
Alexandre Mestiashvili [Fri, 12 Oct 2018 08:00:27 +0000 (09:00 +0100)]
Merge libzstd (1.3.5+dfsg-2) import into refs/heads/workingbranch
Debian Med Packaging Team [Fri, 12 Oct 2018 08:00:27 +0000 (09:00 +0100)]
Reproducible-build
Gbp-Pq: Name 0014-Reproducible-build.patch
Alex Mestiashvili [Fri, 12 Oct 2018 08:00:27 +0000 (09:00 +0100)]
Skip memory heavy tests causing FTBFS on mips(el) and hurd buildds
Gbp-Pq: Name 0013-skip-memory-greedy-tests.patch
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]
Alexandre Mestiashvili [Tue, 21 Aug 2018 15:32:44 +0000 (16:32 +0100)]
Merge libzstd (1.3.5+dfsg-1) import into refs/heads/workingbranch
Debian Med Packaging Team [Tue, 21 Aug 2018 15:32:44 +0000 (16:32 +0100)]
Reproducible-build
Gbp-Pq: Name 0014-Reproducible-build.patch
Alex Mestiashvili [Tue, 21 Aug 2018 15:32:44 +0000 (16:32 +0100)]
Skip memory heavy tests causing FTBFS on mips(el) and hurd buildds
Gbp-Pq: Name 0013-skip-memory-greedy-tests.patch
Debian Med Packaging Team [Tue, 21 Aug 2018 15:32:44 +0000 (16:32 +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 [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]
Alexandre Mestiashvili [Wed, 9 May 2018 11:08:47 +0000 (12:08 +0100)]
Merge libzstd (1.3.4+dfsg-3) import into refs/heads/workingbranch
Debian Med Packaging Team [Wed, 9 May 2018 11:08:47 +0000 (12:08 +0100)]
Non-regular-file-test
Gbp-Pq: Name 0015-Non-regular-file-test.patch
Debian Med Packaging Team [Wed, 9 May 2018 11:08:47 +0000 (12:08 +0100)]
Reproducible-build
Gbp-Pq: Name 0014-Reproducible-build.patch
Alex Mestiashvili [Wed, 9 May 2018 11:08:47 +0000 (12:08 +0100)]
Skip memory heavy tests causing FTBFS on mips(el) and hurd buildds
Gbp-Pq: Name 0013-skip-memory-greedy-tests.patch
Debian Med Packaging Team [Wed, 9 May 2018 11:08:47 +0000 (12:08 +0100)]
pthread
Gbp-Pq: Name pthread.patch
Alex Mestiashvili [Wed, 9 May 2018 11:08:47 +0000 (12:08 +0100)]
typos
Gbp-Pq: Name 0012-typos.patch
Debian Med Packaging Team [Wed, 9 May 2018 11:08:47 +0000 (12:08 +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
Alexandre Mestiashvili [Wed, 9 May 2018 11:08:47 +0000 (12:08 +0100)]
libzstd (1.3.4+dfsg-3) unstable; urgency=medium
* Add patch making build reproducible, Closes: #897904
* Update patch skipping heavy tests on mips(el) and hurd
* Add patch fixing tests on GNU/Hurd
* Drop not needed override_dh_auto_test
[dgit import unpatched libzstd 1.3.4+dfsg-3]
Alexandre Mestiashvili [Wed, 9 May 2018 11:08:47 +0000 (12:08 +0100)]
Import libzstd_1.3.4+dfsg-3.debian.tar.xz
[dgit import tarball libzstd 1.3.4+dfsg-3 libzstd_1.3.4+dfsg-3.debian.tar.xz]
Alexandre Mestiashvili [Wed, 2 May 2018 13:43:16 +0000 (14:43 +0100)]
Merge libzstd (1.3.4+dfsg-2) import into refs/heads/workingbranch
Alex Mestiashvili [Wed, 2 May 2018 13:43:16 +0000 (14:43 +0100)]
Skip memory heavy tests causing FTBFS on mips and mipsel buildds
Gbp-Pq: Name 0013-skip-memory-greedy-tests.patch
Debian Med Packaging Team [Wed, 2 May 2018 13:43:16 +0000 (14:43 +0100)]
pthread
Gbp-Pq: Name pthread.patch
Alex Mestiashvili [Wed, 2 May 2018 13:43:16 +0000 (14:43 +0100)]
typos
Gbp-Pq: Name 0012-typos.patch
Debian Med Packaging Team [Wed, 2 May 2018 13:43:16 +0000 (14:43 +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
Alexandre Mestiashvili [Wed, 2 May 2018 13:43:16 +0000 (14:43 +0100)]
libzstd (1.3.4+dfsg-2) unstable; urgency=medium
* Add liblzma-dev and liblz4-dev to build-depends to enable xz and lz4 support
* Patch tests to avoid FTBFS on mips(el) architectures
* Use help2man for pzstd man page, drop patches providing obsolete man pages
* Update zstd.lintian-overrides, add more binaries without man pages
* Add override for dh_auto_test, on hurd run only simple tests
* Update 0012-typos.patch, forward to upstream
[dgit import unpatched libzstd 1.3.4+dfsg-2]
Alexandre Mestiashvili [Wed, 2 May 2018 13:43:16 +0000 (14:43 +0100)]
Import libzstd_1.3.4+dfsg-2.debian.tar.xz
[dgit import tarball libzstd 1.3.4+dfsg-2 libzstd_1.3.4+dfsg-2.debian.tar.xz]
Alexandre Mestiashvili [Wed, 25 Apr 2018 08:39:39 +0000 (09:39 +0100)]
Import libzstd_1.3.4+dfsg.orig.tar.xz
[dgit import orig libzstd_1.3.4+dfsg.orig.tar.xz]
Mattia Rizzolo [Sat, 21 Apr 2018 09:26:59 +0000 (10:26 +0100)]
Merge libzstd (1.3.3+dfsg-2) import into refs/heads/workingbranch
Debian Med Packaging Team [Sat, 21 Apr 2018 09:26:59 +0000 (10:26 +0100)]
pthread
Gbp-Pq: Name pthread.patch
Alex Mestiashvili [Sat, 21 Apr 2018 09:26:59 +0000 (10:26 +0100)]
typos
Gbp-Pq: Name 0012-typos.patch
Debian Med Packaging Team [Sat, 21 Apr 2018 09:26:59 +0000 (10:26 +0100)]
Add-shebang-for-scripts
Gbp-Pq: Name 0009-Add-shebang-for-scripts.patch
Debian Med Packaging Team [Sat, 21 Apr 2018 09:26:59 +0000 (10:26 +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
Kevin Murray [Sun, 16 Oct 2016 21:09:13 +0000 (08:09 +1100)]
Add help2man'd pzstd man file
Gbp-Pq: Name 0004-Add-help2man-d-pzstd-man-file.patch
Kevin Murray [Tue, 22 Dec 2015 01:24:27 +0000 (12:24 +1100)]
Add symlinks for extra manpages
Gbp-Pq: Name 0003-Add-symlinks-for-extra-manpages.patch
Mattia Rizzolo [Sat, 21 Apr 2018 09:26:59 +0000 (10:26 +0100)]
libzstd (1.3.3+dfsg-2) unstable; urgency=medium
* Team upload.
[ Dimitri John Ledkov ]
* Mark -dev and library packages Multi-Arch same.
* Update Vcs fields for salsa.
* Cleanup unused patches.
[ Andreas Hasenack ]
* d/rules: also run the clean Makefile target in the pzstd directory.
[ Alexandre Mestiashvili ]
* d/control: Update my email address.
* d/rules:
+ Disable tests if DEB_BUILD_OPTIONS set to nocheck.
+ Use dh_auto_build instead of $(MAKE) to avoid cross build failures.
Thanks to Helmut Grohne for the patch. Closes: #895925
+ Use dh_auto_clean instead of $(MAKE).
[ Adam Borowski ]
* Enable build on riscv64. Closes: #895259
[ Mattia Rizzolo ]
* Bump debhelper compat level to 11.
* Bump Standards-Version to 4.1.4, no changes needed.
* Remove patch skipping a test on hurd-i386: allegedly the underlying issue
has been fixed instead.
[dgit import unpatched libzstd 1.3.3+dfsg-2]
Mattia Rizzolo [Sat, 21 Apr 2018 09:26:59 +0000 (10:26 +0100)]
Import libzstd_1.3.3+dfsg-2.debian.tar.xz
[dgit import tarball libzstd 1.3.3+dfsg-2 libzstd_1.3.3+dfsg-2.debian.tar.xz]
Alexandre Mestiashvili [Thu, 21 Dec 2017 13:25:26 +0000 (13:25 +0000)]
Merge libzstd (1.3.3+dfsg-1) import into refs/heads/workingbranch
Alexandre Mestiashvili [Thu, 21 Dec 2017 13:25:26 +0000 (13:25 +0000)]
Import libzstd_1.3.3+dfsg.orig.tar.xz
[dgit import orig libzstd_1.3.3+dfsg.orig.tar.xz]
Alex Mestiashvili [Thu, 21 Dec 2017 13:25:26 +0000 (13:25 +0000)]
typos
Gbp-Pq: Name 0012-typos.patch
Alex Mestiashvili [Thu, 21 Dec 2017 13:25:26 +0000 (13:25 +0000)]
skip-long-running-tests_on_hurd
Gbp-Pq: Name 0011-skip-long-running-tests_on_hurd.patch
Debian Med Packaging Team [Thu, 21 Dec 2017 13:25:26 +0000 (13:25 +0000)]
Add-shebang-for-scripts
Gbp-Pq: Name 0009-Add-shebang-for-scripts.patch
Debian Med Packaging Team [Thu, 21 Dec 2017 13:25:26 +0000 (13:25 +0000)]
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
Kevin Murray [Sun, 16 Oct 2016 21:09:13 +0000 (08:09 +1100)]
Add help2man'd pzstd man file
Gbp-Pq: Name 0004-Add-help2man-d-pzstd-man-file.patch
Kevin Murray [Tue, 22 Dec 2015 01:24:27 +0000 (12:24 +1100)]
Add symlinks for extra manpages
Gbp-Pq: Name 0003-Add-symlinks-for-extra-manpages.patch
Alexandre Mestiashvili [Thu, 21 Dec 2017 13:25:26 +0000 (13:25 +0000)]
libzstd (1.3.3+dfsg-1) unstable; urgency=medium
* Update File-Excluded list in d/copyright
* New upstream version 1.3.3+dfsg, Closes: #883816
* Refresh patches
* Add zlib1g-dev to Build-Deps to enable gzip support in zstd, Closes: #883827
[dgit import unpatched libzstd 1.3.3+dfsg-1]
Alexandre Mestiashvili [Thu, 21 Dec 2017 13:25:26 +0000 (13:25 +0000)]
Import libzstd_1.3.3+dfsg-1.debian.tar.xz
[dgit import tarball libzstd 1.3.3+dfsg-1 libzstd_1.3.3+dfsg-1.debian.tar.xz]
Debian Med Packaging [Sun, 15 Jan 2017 08:08:53 +0000 (08:08 +0000)]
Add-shebang-for-scripts
Gbp-Pq: Name 0009-Add-shebang-for-scripts.patch
Debian Med Packaging [Sun, 15 Jan 2017 08:08:53 +0000 (08:08 +0000)]
Address-embedded-zlib
Gbp-Pq: Name 0008-Address-embedded-zlib.patch
Debian Med Packaging [Sun, 15 Jan 2017 08:08:53 +0000 (08:08 +0000)]
Fix-use-of-fprintf
Gbp-Pq: Name 0007-Fix-use-of-fprintf.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
Kevin Murray [Sun, 13 Nov 2016 23:44:27 +0000 (10:44 +1100)]
Ensure CPPFLAGS makes it to the compiler
Gbp-Pq: Name 0005-Ensure-CPPFLAGS-makes-it-to-the-compiler.patch
Kevin Murray [Sun, 16 Oct 2016 21:09:13 +0000 (08:09 +1100)]
Add help2man'd pzstd man file
Gbp-Pq: Name 0004-Add-help2man-d-pzstd-man-file.patch
Kevin Murray [Tue, 22 Dec 2015 01:24:27 +0000 (12:24 +1100)]
Add symlinks for extra manpages
Gbp-Pq: Name 0003-Add-symlinks-for-extra-manpages.patch
Kevin Murray [Tue, 1 Dec 2015 03:52:40 +0000 (14:52 +1100)]
Build lib by default
Gbp-Pq: Name 0002-Build-lib-by-default.patch
Kevin Murray [Tue, 1 Dec 2015 03:40:58 +0000 (14:40 +1100)]
Skip long-running tests
Gbp-Pq: Name 0001-Skip-long-running-tests.patch
Sascha Steinbiss [Sun, 15 Jan 2017 08:08:53 +0000 (08:08 +0000)]
libzstd (1.1.2-1) unstable; urgency=medium
* Team upload.
* New upstream version 1.1.2
[dgit import unpatched libzstd 1.1.2-1]
Sascha Steinbiss [Sun, 15 Jan 2017 08:08:53 +0000 (08:08 +0000)]
Import libzstd_1.1.2.orig.tar.gz
[dgit import orig libzstd_1.1.2.orig.tar.gz]
Sascha Steinbiss [Sun, 15 Jan 2017 08:08:53 +0000 (08:08 +0000)]
Import libzstd_1.1.2-1.debian.tar.xz
[dgit import tarball libzstd 1.1.2-1 libzstd_1.1.2-1.debian.tar.xz]