libbytesize 1.2-3 source package in Ubuntu

Changelog

libbytesize (1.2-3) unstable; urgency=medium

  * Team upload.
  * Add missing python3-six Depends to python3-bytesize (Closes: #896258)
  * Add missing debian/source/format using "3.0 (quilt)"

 -- Michael Biebl <email address hidden>  Sat, 21 Apr 2018 08:51:33 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libbytesize_1.2-3.dsc 2.2 KiB b9fe3194fb134351993aa891ea9e191be9b8049f37564c68f5391588950a910b
libbytesize_1.2.orig.tar.gz 68.9 KiB 20b91adcb216b1cdc99ade5cfa953cd3e10f848ec21436df2fd68f6437c7b744
libbytesize_1.2-3.debian.tar.xz 2.6 KiB 5d15dbafc947a2cbe266a243477237a5eb0306fd7b9dc45564908cf7c3a83e79

Available diffs

No changes file available.

Binary packages built by this source

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?
  * If we store the size in bytes, what if the given size gets over the
    MAXUINT64 value? 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: No summary available for libbytesize1-dbgsym in ubuntu cosmic.

No description available for libbytesize1-dbgsym in ubuntu cosmic.

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?
  * If we store the size in bytes, what if the given size gets over the
    MAXUINT64 value? 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.