File debian.control of Package libghthash
Standards-Version: 3.9.4
Source: libghthash
Section: net
Priority: optional
Maintainer: Peter Conrad <conrad@quisquis.de>
Homepage: http://www.ipd.bth.se/ska/sim_home/libghthash.html
Build-Depends: debhelper (>= 9)
Package: libghthash1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Generic Hash Table implementation
.
libghthash is a Generic Hash Table which is meant to be easy to extend,
portable, clear in its code and easy to use. You can store any kind of
data in it, regardless of size etc.
Package: libghthash-dev
Architecture: any
Multi-Arch: same
Depends: libghthash1, ${misc:Depends}
Description: Development files + manpages for libghthash
Package: libghthash-dbg
Architecture: any
Depends: libghthash1, ${misc:Depends}
Description: Debugging symbols for libghthash