double-conversion 3.1.5-4 source package in Ubuntu

Changelog

double-conversion (3.1.5-4) unstable; urgency=medium

  [ Boyuan Yang ]
  * Bump Standards-Version to 4.4.1.
  * debian/rules:
    + Use "dh_missing --fail-missing".
    + Use buildflags.mk instead of manual invocation to get correct
      CXX variable.
    + Define DPKG_EXPORT_BUILDFLAGS=1 to correctly get buildflags.

  [ Mo Zhou ]
  * Update my mail address in control and copyright.
  * Bump debhelper compat level to 12 and deprecate d/compat.

 -- Mo Zhou <email address hidden>  Tue, 07 Jan 2020 15:34:43 +0800

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
double-conversion_3.1.5-4.dsc 2.2 KiB 32f1b972d28afa2a2281f35bc32583f9d99c9d48e73693da7c35512e11e7a6c5
double-conversion_3.1.5.orig.tar.gz 6.7 MiB a63ecb93182134ba4293fd5f22d6e08ca417caafa244afaa751cbfddf6415b13
double-conversion_3.1.5-4.debian.tar.xz 6.2 KiB 3d39c261c9164689166f575918e1598b618abb1b790fd0e1af072861263a0c4c

Available diffs

No changes file available.

Binary packages built by this source

libdouble-conversion-dev: routines to convert IEEE floats to and from strings (development files)

 This library provides routines to convert IEEE single and double floats to and
 from string representations. It offers at lot of flexibility with respect to
 the conversion format: shortest, fixed, precision or exponential
 representation; decimal, octal or hexadecimal basis; control over number of
 digits, leading/trailing zeros and spaces.
 .
 The library consists of efficient conversion routines that have been
 extracted from the V8 JavaScript engine. The code has been refactored
 and improved so that it can be used more easily in other projects.
 .
 This package contains a static version of the library and development headers.

libdouble-conversion3: routines to convert IEEE floats to and from strings

 This library provides routines to convert IEEE single and double floats to and
 from string representations. It offers at lot of flexibility with respect to
 the conversion format: shortest, fixed, precision or exponential
 representation; decimal, octal or hexadecimal basis; control over number of
 digits, leading/trailing zeros and spaces.
 .
 The library consists of efficient conversion routines that have been
 extracted from the V8 JavaScript engine. The code has been refactored
 and improved so that it can be used more easily in other projects.
 .
 This package contains a shared version of the library.

libdouble-conversion3-dbgsym: debug symbols for libdouble-conversion3