Source: php-sparkline
Section: php
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
		, phpab
		, pkg-php-tools
Standards-Version: 4.6.2
Homepage: https://github.com/davaxi/Sparkline
# not sure whether package is really useful yet, so neither an official maintainer, nor the correct repository
#Vcs-Browser: https://salsa.debian.org/debian/php-sparkline
#Vcs-Git: https://salsa.debian.org/debian/php-sparkline.git
Rules-Requires-Root: no

Package: php-sparkline
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
	, php-gd
	, php-mbstring
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Description: PHP Class to generate sparklines
 This package contains a library for php, to create sparklines.
 Sparklines are small word-size graphic charts.
 This library supports drawing both line charts and bar
 charts, with several display options.
