libbytesize 1.2-1 source package in Ubuntu

Changelog

libbytesize (1.2-1) unstable; urgency=medium

  * Team upload

  [ Andreas Henriksson ]
  * Remove myself from uploaders

  [ Michael Biebl ]
  * Fix watch file
  * New upstream version 1.2
  * Use dh_missing --fail-missing instead of dh_install --fail-missing
  * Update Homepage URL
  * Bump Standards-Version to 4.1.1

 -- Michael Biebl <email address hidden>  Wed, 01 Nov 2017 12:29:44 +0100

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

Downloads

File Size SHA-256 Checksum
libbytesize_1.2-1.dsc 2.1 KiB bcf08679559368d834158405bbde3d13db2c60b9115262672ba9362726913ed9
libbytesize_1.2.orig.tar.gz 68.9 KiB 20b91adcb216b1cdc99ade5cfa953cd3e10f848ec21436df2fd68f6437c7b744
libbytesize_1.2-1.diff.gz 2.3 KiB 2f6ed7b1a35ee64a8bb369b00859b412b0683ca14123d5782bcebc81061fc893

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: 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?
  * 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.