debian/0000775000000000000000000000000012106243147007170 5ustar debian/changelog0000664000000000000000000000710612106243147011046 0ustar sparsehash (1.10-1ubuntu1) raring; urgency=low * debian/rules: - Run tests as part of the build -- Michael Terry Mon, 11 Feb 2013 14:21:09 -0500 sparsehash (1.10-1build1) precise; urgency=low * No-change rebuild against current pkgbinarymangler to fix broken md5sums. (see LP #875466) -- Martin Pitt Wed, 29 Feb 2012 09:07:35 +0100 sparsehash (1.10-1) unstable; urgency=low * New upstream release (Closes: #624823) * Acknowledge NMU. Thanks to Didier Raboud. * Update to Standards-Version 3.9.2 (no changes) * Switch to dpkg-source 3.0 (quilt) format. -- Roberto C. Sanchez Tue, 17 May 2011 15:36:10 -0400 sparsehash (1.6-1.1) unstable; urgency=low * Non-maintainer upload. * Fix reverse build-dependencies FTBFS with g++4.6 (Closes: #624819). -- Didier Raboud Sun, 01 May 2011 23:02:43 +0200 sparsehash (1.6-1) unstable; urgency=low * New upstream release * Update to Standards-Version 3.8.3 (no changes) * Add ${misc:Depends} as recommended by lintian -- Roberto C. Sanchez Sun, 24 Jan 2010 23:17:13 -0500 sparsehash (1.5.2-2) unstable; urgency=high * libsparsehash-dev replaces earlier versions of sparsehash binary package + urgency set to high + prevents file conflict (Closes: #540499) -- Roberto C. Sanchez Sat, 08 Aug 2009 11:45:57 -0400 sparsehash (1.5.2-1) unstable; urgency=low * New upstream release * Transition binary package to be named libsparsehash-dev (Closes: #515215) * Update to Standards-Version 3.8.2 (no changes) * Document differing copyright/licenses of certain documentation files -- Roberto C. Sanchez Sun, 21 Jun 2009 20:36:48 -0400 sparsehash (1.4-1) unstable; urgency=low * New upstream release (Closes: #520599) * Add /me as uploader and remove Andres Salomon * Update packaging + Update to Standards-Version 3.8.1 (no changes) + Update to debhelper level 5 + Add watch file + Install HTML documentation into /usr/share/doc/sparsehash/html/ + Register the documentation with doc-base * Point to new project home page * Make location of hash_fun.h conditional based on compiler version; patch from Peter Green (Closes: #520598) -- Roberto C. Sanchez Sat, 28 Mar 2009 21:33:21 -0400 sparsehash (1.1-1) unstable; urgency=low * New upstream version. -- Andres Salomon Fri, 07 Mar 2008 14:25:39 +0000 sparsehash (1.0.2-1) unstable; urgency=low * New upstream version (closes: #425138). * Update copyright info, as upstream's site has changed. * Drop autotools-update.dpatch, as upstream now uses newer autotools. * Silence a bunch of lintian warnings; ancient-standards-version, debian-rules-ignores-make-clean-error, etc. -- Andres Salomon Sat, 05 Jan 2008 23:26:05 +0000 sparsehash (0.4-1) unstable; urgency=low * New upstream version. * Set up package to use dpatch. * Change arch from any to all. * Update maintainer to be company alias, add myself and Andres Salomon as uploaders. -- Wes Chow Thu, 25 May 2006 14:17:25 -0400 sparsehash (0.3-2) unstable; urgency=low * Make package description more specific and recommend a C++ compiler. Closes #361969. -- Wes Chow Tue, 11 Apr 2006 18:00:55 -0400 sparsehash (0.3-1) unstable; urgency=low * Google sparsehash library. See http://goog-sparsehash.sourceforge.net/ -- Wes Chow Wed, 29 Mar 2006 13:34:19 -0500 debian/libsparsehash-dev.doc-base0000664000000000000000000000042711217261557014205 0ustar Document: sparsehash Title: Google Sparsehash Documentation Author: Google Inc. Abstract: Documentation for developing with sparsehash Section: Programming Format: HTML Index: /usr/share/doc/libsparsehash-dev/html/index.html Files: /usr/share/doc/libsparsehash-dev/html/*.html debian/compat0000664000000000000000000000000211163541421010364 0ustar 5 debian/libsparsehash-dev.dirs0000664000000000000000000000003711213753404013457 0ustar usr/include usr/include/google debian/rules0000775000000000000000000000277212106242240010251 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # This file is public domain software, originally written by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp build-stamp: dh_testdir ./configure --prefix=/usr $(MAKE) $(MAKE) check touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) clean [ ! -f Makefile ] || $(MAKE) distclean rm -f config.log config.status dh_clean INSTALLDIR := $(CURDIR)/debian/tmp/usr DOCDIR := $(CURDIR)/debian/tmp/usr/share/doc/libsparsehash-dev install: build dh_testdir dh_testroot dh_clean -k dh_installdirs $(MAKE) prefix=$(INSTALLDIR) docdir=$(DOCDIR) install install -m 755 -d $(DOCDIR)/html mv $(DOCDIR)/*.html $(DOCDIR)/*.css $(DOCDIR)/html/ # fix non-Debian kosher aspects of build rm -f $(DOCDIR)/ChangeLog $(DOCDIR)/COPYING $(DOCDIR)/INSTALL [ -s $(DOCDIR)/NEWS ] || rm -f $(DOCDIR)/NEWS rm -f $(DOCDIR)/README.windows # Build architecture-dependent files here. binary-arch: build install # We have nothing to do by default. # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_install --sourcedir='debian/tmp' --autodest dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/control0000664000000000000000000000256312106242743010602 0ustar Source: sparsehash Section: libdevel Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Athena Capital Research Uploaders: Wes Chow , Roberto C. Sanchez Build-Depends: debhelper (>= 5) Build-Depends-Indep: autoconf, automake1.9 Standards-Version: 3.9.2 Homepage: http://code.google.com/p/google-sparsehash Package: libsparsehash-dev Architecture: all Depends: ${misc:Depends} Recommends: c++-compiler Replaces: sparsehash (<< 1.5.2) Description: 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. Package: sparsehash Architecture: all Depends: libsparsehash-dev, ${misc:Depends} Description: memory-efficient C++ hash_map implementation (transition package) 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. . This is a transitional package that simply depends on the new libsparsehash-dev. It can be safeley removed. debian/libsparsehash-dev.install0000664000000000000000000000003611213753404014163 0ustar usr/include/* usr/share/doc/* debian/copyright0000664000000000000000000000602411217551151011124 0ustar This package was originally debianized by Wes Chow , and was previously maintained by Wes Chow and Andres Salomon. It is currently maintained by Roberto C. Sanchez. The upstream source was downloaded from http://code.google.com/p/google-sparsehash/ Copyright (c) 2005-2007, Google Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The following copyrights and license terms apply to these files from the documentation directory (dense_hash_map.html dense_hash_set.html sparse_hash_map.html sparse_hash_set.html sparsetable.html): -- Copyright (c) 1996-1999 -- Silicon Graphics Computer Systems, Inc. -- -- Permission to use, copy, modify, distribute and sell this software -- and its documentation for any purpose is hereby granted without fee, -- provided that the above copyright notice appears in all copies and -- that both that copyright notice and this permission notice appear -- in supporting documentation. Silicon Graphics makes no -- representations about the suitability of this software for any -- purpose. It is provided "as is" without express or implied warranty. -- -- Copyright (c) 1994 -- Hewlett-Packard Company -- -- Permission to use, copy, modify, distribute and sell this software -- and its documentation for any purpose is hereby granted without fee, -- provided that the above copyright notice appears in all copies and -- that both that copyright notice and this permission notice appear -- in supporting documentation. Hewlett-Packard Company makes no -- representations about the suitability of this software for any -- purpose. It is provided "as is" without express or implied warranty. debian/source/0000775000000000000000000000000011564547106010501 5ustar debian/source/format0000664000000000000000000000001411560346224011701 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000021411163541421010214 0ustar version=3 http://code.google.com/p/google-sparsehash/downloads/list http://google-sparsehash.googlecode.com/files/sparsehash-(.*)\.tar\.gz