forked from openkylin/liblwp-mediatypes-perl
Import Debian changes 6.04-ok2
liblwp-mediatypes-perl (6.04-ok2) yangtze; urgency=medium * Update version info. liblwp-mediatypes-perl (6.04-ok1) yangtze; urgency=medium * Initial release.
This commit is contained in:
parent
3e46ce40a6
commit
9e91ea1ac4
|
@ -0,0 +1,11 @@
|
|||
liblwp-mediatypes-perl (6.04-ok2) yangtze; urgency=medium
|
||||
|
||||
* Update version info.
|
||||
|
||||
-- Luoyaoming <luoyaoming@kylinos.cn> Thu, 22 Sep 2022 10:04:27 +0800
|
||||
|
||||
liblwp-mediatypes-perl (6.04-ok1) yangtze; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Luoyaoming <luoyaoming@kylinos.cn> Thu, 22 Sep 2022 10:03:49 +0800
|
|
@ -0,0 +1,22 @@
|
|||
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.
|
|
@ -0,0 +1,28 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: LWP-MediaTypes
|
||||
Upstream-Contact: Gisle Aas <gisle@activestate.com>
|
||||
Source: https://metacpan.org/release/LWP-MediaTypes
|
||||
|
||||
Files: *
|
||||
Copyright: 1995-1999, Gisle Aas <gisle@activestate.com>
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2022, Openkylin Developers <packaging@lists.openkylin.top>
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
License: Artistic
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the Artistic License, which comes with Perl.
|
||||
.
|
||||
On Debian systems, the complete text of the Artistic License can be
|
||||
found in `/usr/share/common-licenses/Artistic'.
|
||||
|
||||
License: GPL-1+
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 1, or (at your option)
|
||||
any later version.
|
||||
.
|
||||
On Debian systems, the complete text of version 1 of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL-1'.
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,2 @@
|
|||
README
|
||||
t
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
Archive: CPAN
|
||||
Contact: Gisle Aas <gisle@activestate.com>
|
||||
Name: LWP-MediaTypes
|
||||
Repository: https://github.com/libwww-perl/LWP-MediaTypes.git
|
|
@ -0,0 +1,2 @@
|
|||
version=3
|
||||
https://metacpan.org/release/LWP-MediaTypes .*/LWP-MediaTypes-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
|
Loading…
Reference in New Issue