libbytesize 2.9-1ubuntu2 source package in Ubuntu

Changelog

libbytesize (2.9-1ubuntu2) mantic; urgency=medium

  * Fix the autopkgtest to not rely on a file generated by the build

 -- Sebastien Bacher <email address hidden>  Thu, 20 Jul 2023 23:36:37 +0200

Upload details

Uploaded by:
Sebastien Bacher
Uploaded to:
Mantic
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

Downloads

File Size SHA-256 Checksum
libbytesize_2.9.orig.tar.gz 93.9 KiB eb51f5de39510d7aad6b7029998204837fc9e6858a9757eeec96656fb7eecb91
libbytesize_2.9-1ubuntu2.debian.tar.xz 4.4 KiB e16e214850af5e228c861e28cfce29a5f795aa1f673d3816b5b970d8e7cba7cc
libbytesize_2.9-1ubuntu2.dsc 2.0 KiB 4c6a3a1bde52f33fb2d5c9039df24e1ea9566394780d8273a96914453c9c2487

View changes file

Binary packages built by this source

libbytesize-common: library for common operations with sizes in bytes - translations

 This package contains localization files used by libbytesize.

libbytesize-dev: library for common operations with sizes in bytes - development

 This package ships the header pkg-config files needed for building things
 against the libbytesize library.

libbytesize1: library for common operations with sizes in bytes

 Many projects need to work with sizes in bytes (be it sizes of storage
 space, memory,...) and all of them need to deal with the same issues
 like:
 .
  * How to get a human-readable string for the given size?
  * How to store the given size so that no significant information is lost?
  * How to handle sizes bigger than MAXUINT64?
  * How to interpret sizes entered by users according to their locale and
    typing conventions?
  * How to deal with the decimal/binary units (MB vs. MiB) ambiguity?
 .
 This library aims to be as much generally usable as possible, small, fast and
 be easily interfaced from other languages.

libbytesize1-dbgsym: debug symbols for libbytesize1
python3-bytesize: Python 3 bindings for libbytesize

 Many projects need to work with sizes in bytes (be it sizes of storage
 space, memory,...) and all of them need to deal with the same issues
 like:
 .
  * How to get a human-readable string for the given size?
  * How to store the given size so that no significant information is lost?
  * How to handle sizes bigger than MAXUINT64?
  * How to interpret sizes entered by users according to their locale and
    typing conventions?
  * How to deal with the decimal/binary units (MB vs. MiB) ambiguity?
 .
 This library aims to be as much generally usable as possible, small, fast and
 be easily interfaced from other languages.
 .
 This package contains bindings for libbytesize in Python3.