File: control

package info (click to toggle)
php-league-mime-type-detection 1.10.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 264 kB
  • sloc: php: 549; makefile: 15; sh: 5
file content (40 lines) | stat: -rw-r--r-- 1,295 bytes parent folder | download
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
32
33
34
35
36
37
38
39
40
Source: php-league-mime-type-detection
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders:
 Robin Gustafsson <robin@rgson.se>,
Build-Depends:
 debhelper-compat (= 13),
 node-mime-db,
 phpab,
 phpunit <!nocheck>,
 pkg-php-tools,
Standards-Version: 4.6.0
Homepage: https://flysystem.thephpleague.com/
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-league-mime-type-detection
Vcs-Git: https://salsa.debian.org/php-team/pear/php-league-mime-type-detection.git -b debian/latest
Rules-Requires-Root: no

Package: php-league-mime-type-detection
Architecture: all
Depends:
 ${misc:Depends},
 ${phpcomposer:Debian-require},
Suggests:
 ${phpcomposer:Debian-suggest},
 node-mime-db,
Replaces:
 ${phpcomposer:Debian-replace},
Breaks:
 ${phpcomposer:Debian-conflict},
 ${phpcomposer:Debian-replace},
Provides:
 ${phpcomposer:Debian-provide},
Description: generic mime-type detection interface for PHP
 League Mime Type Detection supplies a generic mime-type detection interface
 with a finfo based implementation.
 .
 As a fallback for finfo based lookup, an extension map is used to determine
 the mime-type. There is an advised implementation shipped, which is generated
 from information collected by the npm package mime-db.