libcbor 0.8.0-2ubuntu1 source package in Ubuntu

Changelog

libcbor (0.8.0-2ubuntu1) jammy; urgency=medium

  * Merge from Debian; remaining changes:
    - d/control: set R3 to no
    - d/rules: add hardening=+all
    - d/rules: override auto_configure to enable tests and set the build
      type to "Release" as shown in the upstream build instructions.
    - d/libcbor0.8.symbols: symbols update, add B-D-P field
    - d/copyright: add new paragraph for new files in 0.6.0
  * Dropped changes; applied upstream:
    - d/p/skip-custom-allocator-test.patch
    - d/p/clarify-soname-versioning.patch

libcbor (0.8.0-2) unstable; urgency=medium

  * No changes. Closes: #1000509.

libcbor (0.8.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/control: Set Vcs-* to salsa.debian.org

  [ Vincent Bernat ]
  * New upstream release. Closes: #980300.
  * d/copyright: update years
  * d/control: switch to debhelper-compat 13
  * d/rules: build shared lib
  * d/control: bump Standards-Version
  * d/examples: fix installation of example files
  * d/control: rename libcbor0 to libcbor0.8 to match new ABI versioning
  * d/control: add Built-Using for -doc package.

  [ Helmut Grohne ]
  * Reduce Build-Depends: (Closes: #981620)
    + d/rules: Move documentation build to -indep overrides.
    + Enable sphinxdoc dh addon via B-D.
    + Demote all sphinx dependencies to B-D-I. Be explicit about doxygen.
    + d/rules: Skip cmake build in -indep overrides.
    + Demote cmake and cmocka to B-D-A.
    + Annotate cmocka <!nocheck>.

 -- Lukas Märdian <email address hidden>  Thu, 20 Jan 2022 10:25:28 +0100

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main misc
Lunar release main misc
Jammy release main misc

Downloads

File Size SHA-256 Checksum
libcbor_0.8.0.orig.tar.gz 260.8 KiB 618097166ea4a54499646998ccaa949a5816e6a665cf1d6df383690895217c8b
libcbor_0.8.0-2ubuntu1.debian.tar.xz 5.3 KiB a4b697c02250f825c462d8e1369a3239f00297b90adc56d6152052d571ad8dae
libcbor_0.8.0-2ubuntu1.dsc 2.1 KiB 7891f437d3c9f0ef9588e732142762a98cd3556146c10c29602751e8d625b885

View changes file

Binary packages built by this source

libcbor-dev: library for parsing and generating CBOR (RFC 7049) (development headers)

 CBOR is a general-purpose schema-less binary data format, defined in
 RFC 7049. This package provides a C library for parsing and generating
 CBOR.
 .
 This package contains the development headers.

libcbor-doc: library for parsing and generating CBOR (RFC 7049) (documentation)

 CBOR is a general-purpose schema-less binary data format, defined in
 RFC 7049. This package provides a C library for parsing and generating
 CBOR.
 .
 This package contains the documentation

libcbor0.8: library for parsing and generating CBOR (RFC 7049)

 CBOR is a general-purpose schema-less binary data format, defined in
 RFC 7049. This package provides a C library for parsing and generating
 CBOR. The main features are:
 .
  - Complete RFC conformance
  - Robust C99 implementation
  - Layered architecture offers both control and convenience
  - Flexible memory management
  - No shared global state - threading friendly
  - Proper handling of UTF-8
  - Full support for streams & incremental processing
  - Extensive documentation and test suite
  - No runtime dependencies, small footprint
 .
 This package contains the runtime library.

libcbor0.8-dbgsym: debug symbols for libcbor0.8