1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: matomo-device-detector
Section: php
Priority: optional
Maintainer: Debian-matomo-maintainers <debian-matomo-maintainers@alioth-lists.debian.net>
Uploaders: Thorsten Alteholz <debian@alteholz.de>,
Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-phpcomposer,
php-spyc,
php-symfony-yaml,
phpab,
phpunit,
pkg-php-tools
Standards-Version: 4.7.2
Homepage: https://github.com/matomo-org/device-detector
Vcs-Browser: https://salsa.debian.org/matomo-team/matomo-device-detector
Vcs-Git: https://salsa.debian.org/matomo-team/matomo-device-detector.git
Rules-Requires-Root: no
Package: php-matomo-device-detector
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
# description from composer does not match Debian criteria
#Description: ${phpcomposer:description}
Description: Universal Device Detection library written in PHP
This package contains a Universal Device Detection library that parses
User Agents and Browser Client Hints to detect devices (desktop, tablet,
mobile, tv, cars, console, etc.), clients (browsers, feed readers,
media players, PIMs, ...), operating systems, brands and models.
|