libbytesize 2.7-1 source package in Ubuntu
Changelog
libbytesize (2.7-1) unstable; urgency=medium * Team upload [ Debian Janitor ] * Trim trailing whitespace. * Use canonical URL in Vcs-Browser. * Remove Section on libbytesize1, Section on libbytesize-common that duplicate source. [ Michael Biebl ] * New upstream version 2.7 * Bump Standards-Version to 4.6.1 * Drop no longer needed override for dh_missing. In compat 13 and later, --fail-missing is the default. * Use execute_before instead of override for dh_install * Revert "Do not use distutils to get Python library path" Otherwise the library path is not set properly with Python 3.10 on Debian. * Add a symbols file for libbytesize1 * Tweak long package description a bit to please lintian -- Michael Biebl <email address hidden> Fri, 02 Sep 2022 12:53:58 +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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libbytesize_2.7-1.dsc | 2.2 KiB | f2df5459a16ef853ab476c02dc9539a5bd6fc8d1592d2a4cad390a893a1a8ee9 |
libbytesize_2.7.orig.tar.gz | 91.2 KiB | 69fee652f8c582304db77f52d23876f5731478f64a6a32a3e67da142fc09a363 |
libbytesize_2.7-1.debian.tar.xz | 4.2 KiB | fb1c7c2ad0c82f20d47357a00d7a08f932ff0c1f871a5efc56ce28f361a908e7 |
Available diffs
- diff from 2.6-1 to 2.7-1 (8.6 KiB)
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.