Source: libnoise Section: devel Priority: optional Build-Depends: debhelper (>= 9), libtool, libtool-bin Standards-Version: 3.9.8 Maintainer: Debian QA Group Homepage: http://libnoise.sourceforge.net/ Package: libnoise0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Portable, coherent noise-generating library for C++ libnoise is a portable C++ library that is used to generate coherent noise, a type of smoothly-changing noise. libnoise can generate Perlin noise, ridged multifractal noise, and other types of coherent-noise. Coherent noise is often used by graphics programmers to generate natural-looking textures, planetary terrain, and other things. Package: libnoise-dev Section: libdevel Architecture: any Depends: libnoise0 (= ${binary:Version}), ${misc:Depends} Description: Portable, coherent noise-generating library for C++ libnoise is a portable C++ library that is used to generate coherent noise, a type of smoothly-changing noise. libnoise can generate Perlin noise, ridged multifractal noise, and other types of coherent-noise. Coherent noise is often used by graphics programmers to generate natural-looking textures, planetary terrain, and other things. . This package contains the headers and static libraries needed to build programs using libnoise.