libbytesize 2.8-2 source package in Ubuntu

Changelog

libbytesize (2.8-2) unstable; urgency=medium

  * Team upload
  * Use DEB_PYTHON_INSTALL_LAYOUT="deb" to get the correct Python library
    path.
    Instead of reverting back to distutils, set
    DEB_PYTHON_INSTALL_LAYOUT="deb" in debian/rules to get the correct
    sysconfig scheme on Debian.

 -- Michael Biebl <email address hidden>  Thu, 29 Jun 2023 02:37:48 +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.8-2.dsc 2.2 KiB 2a20b3c3289348394d30997343b99e2543bed73f83adf312b6d4f4b82e21a319
libbytesize_2.8.orig.tar.gz 93.6 KiB 70300ec647b7282503f8765613ce0e8fc44996d3bfb9b65530ad9a11dc386835
libbytesize_2.8-2.debian.tar.xz 4.0 KiB 0d6e8a8e023d85bc9dcb2f7fe472c7be95e393b91236fa72ce6c411e20a128dc

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.