debian/0000755000000000000000000000000012163551200007161 5ustar debian/copyright0000644000000000000000000000210512163551145011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libkibi Upstream-Contact: Benjamin Drung Source: https://launchpad.net/libkibi Files: * Copyright: 2010-2013, Benjamin Drung License: ISC Files: doc/byteprefix.5.in Copyright: 2011, Stefano Rivera License: ISC License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/control0000644000000000000000000000353512163551145010602 0ustar Source: libkibi Section: libs Priority: optional Maintainer: Benjamin Drung Build-Depends: debhelper (>= 9), dh-autoreconf Standards-Version: 3.9.4 Homepage: https://launchpad.net/libkibi Vcs-Browser: https://code.launchpad.net/~libkibi-dev/libkibi/packaging Vcs-Bzr: lp:~libkibi-dev/libkibi/packaging Package: libkibi0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: library for byte prefixes This library is designed for formatting sizes in bytes for display. The user can configure a preferred prefix style. . Three different types of byte prefixes can be selected: * kB, MB, GB with base 1000 (base10) * KiB, MiB, GiB with base 1024 (base2) * KB, MB, GB with base 1024 (historic) Package: libkibi-dbg Section: debug Architecture: any Multi-Arch: same Priority: extra Depends: libkibi0 (= ${binary:Version}), ${misc:Depends} Description: library for byte prefixes (debugging symbols) This library is designed for formatting sizes in bytes for display. The user can configure a preferred prefix style. . Three different types of byte prefixes can be selected: * kB, MB, GB with base 1000 (base10) * KiB, MiB, GiB with base 1024 (base2) * KB, MB, GB with base 1024 (historic) . This package contains the debugging symbols. Package: libkibi-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libkibi0 (= ${binary:Version}), ${misc:Depends} Description: library for byte prefixes (development files) This library is designed for formatting sizes in bytes for display. The user can configure a preferred prefix style. . Three different types of byte prefixes can be selected: * kB, MB, GB with base 1000 (base10) * KiB, MiB, GiB with base 1024 (base2) * KB, MB, GB with base 1024 (historic) . This package contains the development files. debian/source/0000755000000000000000000000000012163551145010471 5ustar debian/source/format0000644000000000000000000000001412163551145011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000015012163551145010245 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf override_dh_strip: dh_strip --dbg-package=libkibi-dbg debian/compat0000644000000000000000000000000212163551145010367 0ustar 9 debian/changelog0000644000000000000000000000130112163551145011036 0ustar libkibi (0.1.1-1) unstable; urgency=low * New upstream release. - Fix automake warning (Closes: #713216, LP: #1193950) -- Benjamin Drung Sat, 29 Jun 2013 14:25:23 +0200 libkibi (0.1-2) unstable; urgency=low * Add multi-arch support. * Run autoreconf to update autotools helper files. * Bump Standards-Version to 3.9.4 (no changes needed). * Update machine-readable copyright file to version 1.0 of the specification. * Update watch file. -- Benjamin Drung Wed, 27 Feb 2013 19:43:22 +0100 libkibi (0.1-1) unstable; urgency=low * Initial release (Closes: #608496). -- Benjamin Drung Wed, 16 Mar 2011 12:45:21 +0100 debian/watch0000644000000000000000000000012712163551145010222 0ustar version=3 http://launchpad.net/libkibi/+download .*/libkibi-(\d.*)\.tar\.(?:gz|bz2|xz) debian/libkibi0.install0000644000000000000000000000004612163551145012246 0ustar usr/lib/*/libkibi.so.0* usr/share/man debian/libkibi-dev.install0000644000000000000000000000017312163551145012743 0ustar usr/include usr/lib/*/libkibi.a usr/lib/*/libkibi.so usr/lib/*/pkgconfig usr/share/doc/libkibi/* usr/share/doc/libkibi-dev debian/libkibi0.symbols0000644000000000000000000000105412163551145012270 0ustar libkibi.so.0 libkibi0 #MINVER# kibi_divide_size@Base 0.1 kibi_format_memory_size@Base 0.1 kibi_format_si_unit@Base 0.1 kibi_format_size@Base 0.1 kibi_format_size_detailed@Base 0.1 kibi_format_transfer_rate@Base 0.1 kibi_format_value@Base 0.1 kibi_get_unit_for_size@Base 0.1 kibi_get_unit_for_transfer_rate@Base 0.1 kibi_multiply_size@Base 0.1 kibi_n_format_memory_size@Base 0.1 kibi_n_format_si_unit@Base 0.1 kibi_n_format_size@Base 0.1 kibi_n_format_size_detailed@Base 0.1 kibi_n_format_transfer_rate@Base 0.1 kibi_n_format_value@Base 0.1