Source: cityhash
Priority: optional
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev
Standards-Version: 3.9.4
Section: libs
Homepage: http://code.google.com/p/cityhash/
Vcs-Git: git://git.debian.org/collab-maint/cityhash.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/cityhash.git;a=summary

Package: libcityhash0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: family of non-cryptographic hash functions for strings
 CityHash provides hash functions designed for fast hashing of strings. The
 functions mix the input bits thoroughly but are not suitable for cryptography.
 .
 CityHash is intended to be fast, under the constraint that it hash very well.

Package: libcityhash-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libcityhash0 (= ${binary:Version})
Multi-Arch: same
Description: development files and static library for cityhash
 CityHash provides hash functions designed for fast hashing of strings. The
 functions mix the input bits thoroughly but are not suitable for cryptography.
 .
 CityHash is intended to be fast, under the constraint that it hash very well.
 .
 This package provides the development files and the static library for
 cityhash.

Package: libcityhash-dbg
Priority: extra
Section: debug
Architecture: any
Depends: ${misc:Depends}, libcityhash0 (= ${binary:Version})
Multi-Arch: same
Description: debugging symbols for cityhash
 CityHash provides hash functions designed for fast hashing of strings. The
 functions mix the input bits thoroughly but are not suitable for cryptography.
 .
 CityHash is intended to be fast, under the constraint that it hash very well.
 .
 This package provides the debugging symbols for cityhash.
