forked from openkylin/liblwp-mediatypes-perl
23 lines
970 B
Plaintext
23 lines
970 B
Plaintext
Source: liblwp-mediatypes-perl
|
|
Section: perl
|
|
Testsuite: autopkgtest-pkg-perl
|
|
Priority: optional
|
|
Build-Depends: debhelper-compat (= 12)
|
|
Build-Depends-Indep: perl,
|
|
libtest-fatal-perl,
|
|
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
|
|
Uploaders: Luo Yaoming <luoyaoming@kylinos.cn>
|
|
Standards-Version: 4.4.0
|
|
Homepage: https://metacpan.org/release/LWP-MediaTypes
|
|
Vcs-Git: https://gitee/openkylin/liblwp-mediatypes-perl.git
|
|
Vcs-Browser: https://gitee/openkylin/liblwp-mediatypes-perl
|
|
|
|
Package: liblwp-mediatypes-perl
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, ${perl:Depends}
|
|
Description: module to guess media type for a file or a URL
|
|
LWP::MediaTypes provides functions for handling media (also known as MIME)
|
|
types and encodings. The mapping from file extensions to media types is
|
|
defined by the media.types file. If the ~/.media.types file exists it is used
|
|
instead. For backwards compatibility it will also look for ~/.mime.types.
|