libzstd 1.5.2+dfsg2-1 source package in Ubuntu

Changelog

libzstd (1.5.2+dfsg2-1) unstable; urgency=medium

  * Declare compliance with Policy 4.6.2 with no changes.
  * Use the GitHub API in the watch file.
  * Build and distribute the CMake build glue files:
    - Closes: #1020403
    - repack with the build/cmake/ and build/meson/ directories
    - add an explicit "build" target to the rules file that invokes
      `dh build` to make sure that make(1) does not mistake the existence of
      the build/ directory for "nothing to do"
    - run an additional `dh_auto_configure` with `--buildsystem-cmake` to
      generate the zstdConfig*.cmake and zstdTarget*.cmake files used by
      other projects to link against libzstd
    - use debhelper compat level 14 for the CMake support
    - install the CMake build glue files
    - enable the ZSTD_LEGACY_SUPPORT CMake config option so that
      the CMake build does not differ in behavior from the Makefile one
  * Add Rules-Requires-Root: no to the source package stanza.
  * Do not use d-shlibs, debhelper's tools can do the job.
  * Use `execute_after_dh_installman` instead of overriding the full target.
  * Improve the pzstd manual page's title ("parallelised" -> "parallelized",
    "al la" -> "a la").
  * Pass V=1 to `make` unless the "terse" build option is set. Closes: #1009746
  * Fix the source licensing: BSD *or* GPL-2, not "and". Closes: #1012003
  * Mark the zstd binary package as Multi-Arch: foreign. Closes: #1014438
  * Support the noudeb build profile. Closes: #1024937

 -- Peter Pentchev <email address hidden>  Tue, 27 Dec 2022 19:47:09 +0200

Upload details

Uploaded by:
RPM packaging team
Uploaded to:
Sid
Original maintainer:
RPM packaging team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libzstd_1.5.2+dfsg2-1.dsc 2.4 KiB 28ecd74d4fc31616cb29a943fcdc1f4a0d71f17e4067416248556d22ccf318b8
libzstd_1.5.2+dfsg2.orig.tar.xz 1.4 MiB d2644154e546d07a39f18ba46031d3b487471e98df94a80b9f635077105c526e
libzstd_1.5.2+dfsg2.orig.tar.xz.asc 833 bytes e7091780473c28800d6ac6a3cc0b73081b8504d76f7ee0ae4c1915f7d3af507a
libzstd_1.5.2+dfsg2-1.debian.tar.xz 12.3 KiB ae743fa1826bd3d9df3eff929788ebfb4759bd88c2e52bc6e71f4266c3d28cf2

No changes file available.

Binary packages built by this source

libzstd-dev: fast lossless compression algorithm -- development files

 Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting
 real-time compression scenarios at zlib-level compression ratio.
 .
 This package contains the headers and static library.

libzstd1: fast lossless compression algorithm

 Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting
 real-time compression scenarios at zlib-level compression ratio.
 .
 This package contains the shared library.

libzstd1-dbgsym: debug symbols for libzstd1
zstd: fast lossless compression algorithm -- CLI tool

 Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting
 real-time compression scenarios at zlib-level compression ratio.
 .
 This package contains the CLI program implementing zstd.

zstd-dbgsym: debug symbols for zstd