libbytesize 2.11-3 source package in Ubuntu

Changelog

libbytesize (2.11-3) unstable; urgency=medium

  * Team upload
  * Rename debian-branch to debian/latest as per DEP-14
  * Bump Standards-Version to 4.7.2

 -- Michael Biebl <email address hidden>  Fri, 15 Aug 2025 20:18:24 +0200

Upload details

Uploaded by:
Utopia Maintenance Team
Uploaded to:
Sid
Original maintainer:
Utopia Maintenance Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libbytesize_2.11-3.dsc 2.3 KiB 2bc732735eae28f690cb132658ea684e5dbd0dbf31763cee87076302242761f6
libbytesize_2.11.orig.tar.gz 95.2 KiB 794fc1804dd16ff0d5a505dbab2dd84c174d1159f4a58f3764fee1c8e5d949ca
libbytesize_2.11-3.debian.tar.xz 4.5 KiB f5c9841f9393ab3a67b203c67f97a3395eac1d7e9ef6de84ff680ad4d78591b5

Available diffs

No changes file available.

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.