sparsehash 2.0.2-1 source package in Ubuntu

Changelog

sparsehash (2.0.2-1) unstable; urgency=low


  * New upstream release (Closes: #705974)
  * Update watch file
  * Stop build depending on outdated automake, thanks to Eric Dorland for
    the patch (Closes: #724437)
  * Update to Standards-Version 3.9.5
    + debian/rules: add build-arch and build-indep targets
  * Run tests during build, thanks to Michael Terry for the patch
    (Closes: #700339)
  * Drop obsolete binary transition package (sparsehash)

 -- Roberto C. Sanchez <email address hidden>  Tue, 11 Mar 2014 19:15:30 -0400

Upload details

Uploaded by:
Athena Capital Research
Uploaded to:
Sid
Original maintainer:
Athena Capital Research
Architectures:
all
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe libdevel
Xenial release universe libdevel

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
sparsehash_2.0.2-1.dsc 1.8 KiB b18334f23acbc6ee3d2eb390f87aae572c1bfd676d43b6d32932e3d441f1c27d
sparsehash_2.0.2.orig.tar.gz 332.5 KiB 2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c
sparsehash_2.0.2-1.debian.tar.xz 4.1 KiB b1b312d4d0da3e72e578210b7bd9f6e37787b30a6efcf6e4d44e8f166be7f082

No changes file available.

Binary packages built by this source

libsparsehash-dev: Google's extremely memory-efficient C++ hash_map implementation

 The Google SparseHash project contains several C++ template hash-map
 implementations in use at Google, with different performance
 characteristics, including an implementation that optimizes for space
 and one that optimizes for speed.