libcbor 0.10.2-1.2ubuntu1 source package in Ubuntu

Changelog

libcbor (0.10.2-1.2ubuntu1) noble; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - 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.

libcbor (0.10.2-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * d/p/Fix-non-standard-testing.patch:
    Enable testing by default and toggle testing based on
    BUILD_TESTING CMake variable. (Closes: 1064018)
  * d/control: Build-Depend-Arch on debhelper (>= 13.12~) when <nocheck>
    build profile is active because the BUILD_TESTING CMake variable is
    automatically set to OFF for nocheck builds starting with
    debhelper 13.12.

 -- Lukas Märdian <email address hidden>  Tue, 27 Feb 2024 11:42:20 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcbor_0.10.2.orig.tar.gz 282.7 KiB e75f712215d7b7e5c89ef322a09b701f7159f028b8b48978865725f00f79875b
libcbor_0.10.2-1.2ubuntu1.debian.tar.xz 6.4 KiB 2271af1e8d3f090ed8dc9f7d89ecbfb6db0242830bb2bcbc515d7412de4332aa
libcbor_0.10.2-1.2ubuntu1.dsc 2.2 KiB 1d3221220e87bc9f5a8c78154d7957e1705c37817e6877bb0bbcfd9d6b4e7d53

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.10: 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.10-dbgsym: debug symbols for libcbor0.10