Import Debian changes 6.45-ok1
libhttp-message-perl (6.45-ok1) nile; urgency=medium * Build for openKylin.
This commit is contained in:
parent
93a9800b47
commit
fa75f00266
|
@ -0,0 +1,5 @@
|
||||||
|
libhttp-message-perl (6.45-ok1) nile; urgency=medium
|
||||||
|
|
||||||
|
* Build for openKylin.
|
||||||
|
|
||||||
|
-- openKylinBot <openKylinBot@openkylin.top> Tue, 07 May 2024 09:20:26 +0800
|
|
@ -0,0 +1,54 @@
|
||||||
|
Source: libhttp-message-perl
|
||||||
|
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
|
||||||
|
XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
|
||||||
|
Uploaders: Xavier Guimard <yadd@debian.org>
|
||||||
|
Section: perl
|
||||||
|
Testsuite: autopkgtest-pkg-perl
|
||||||
|
Priority: optional
|
||||||
|
Build-Depends: debhelper-compat (= 13)
|
||||||
|
Build-Depends-Indep: libclone-perl (>= 0.46) <!nocheck>,
|
||||||
|
libcompress-raw-bzip2-perl <!nocheck>,
|
||||||
|
libcompress-raw-zlib-perl <!nocheck>,
|
||||||
|
libencode-locale-perl <!nocheck>,
|
||||||
|
libencode-perl <!nocheck>,
|
||||||
|
libhttp-date-perl <!nocheck>,
|
||||||
|
libio-compress-brotli-perl <!nocheck>,
|
||||||
|
libio-html-perl <!nocheck>,
|
||||||
|
liblwp-mediatypes-perl <!nocheck>,
|
||||||
|
libtest-needs-perl <!nocheck>,
|
||||||
|
libtest-simple-perl <!nocheck>,
|
||||||
|
libtry-tiny-perl <!nocheck>,
|
||||||
|
liburi-perl <!nocheck>,
|
||||||
|
perl
|
||||||
|
Standards-Version: 4.6.2
|
||||||
|
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-message-perl
|
||||||
|
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-message-perl.git
|
||||||
|
Homepage: https://metacpan.org/release/HTTP-Message
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
|
Package: libhttp-message-perl
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
${perl:Depends},
|
||||||
|
libclone-perl (>= 0.46),
|
||||||
|
libcompress-raw-bzip2-perl,
|
||||||
|
libcompress-raw-zlib-perl,
|
||||||
|
libencode-locale-perl,
|
||||||
|
libencode-perl,
|
||||||
|
libhttp-date-perl,
|
||||||
|
libio-html-perl,
|
||||||
|
liblwp-mediatypes-perl,
|
||||||
|
liburi-perl
|
||||||
|
Suggests: libio-compress-brotli-perl
|
||||||
|
Description: perl interface to HTTP style messages
|
||||||
|
The HTTP::Message distribution contains classes useful for representing the
|
||||||
|
messages passed in HTTP style communication. These are classes representing
|
||||||
|
requests, responses and the headers contained within them.
|
||||||
|
.
|
||||||
|
The HTTP::Headers class encapsulates HTTP-style message headers. The headers
|
||||||
|
consist of attribute-value pairs also called fields, which may be repeated,
|
||||||
|
and which are printed in a particular order. The field names are cases
|
||||||
|
insensitive.
|
||||||
|
.
|
||||||
|
Instances of this class are usually created as member variables of the
|
||||||
|
HTTP::Request and HTTP::Response classes, internal to the library.
|
|
@ -0,0 +1,29 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: HTTP-Message
|
||||||
|
Source: https://metacpan.org/release/HTTP-Message
|
||||||
|
Upstream-Contact: Karen Etheridge <ether@cpan.org>
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 1994, Gisle Aas <gisle@activestate.com>
|
||||||
|
License: Artistic or GPL-1+
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2011, Nicholas Bamber <nicholas@periapt.co.uk>
|
||||||
|
2013-2017, Xavier Guimard <yadd@debian.org>
|
||||||
|
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 @@
|
||||||
|
CONTRIBUTING.md
|
|
@ -0,0 +1,12 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
PACKAGE = $(shell dh_listpackages)
|
||||||
|
TMP = $(CURDIR)/debian/$(PACKAGE)
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install
|
||||||
|
$(RM) -v $(TMP)/usr/share/man/man3/HTTP::Headers::Auth.3pm \
|
||||||
|
$(TMP)/usr/share/man/man3/HTTP::Headers::ETag.3pm
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
Archive: CPAN
|
||||||
|
Bug-Database: https://github.com/libwww-perl/HTTP-Message/issues
|
||||||
|
Repository: https://github.com/libwww-perl/HTTP-Message.git
|
||||||
|
Repository-Browse: https://github.com/libwww-perl/HTTP-Message
|
||||||
|
Bug-Submit: https://github.com/libwww-perl/HTTP-Message/issues/new
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=4
|
||||||
|
https://metacpan.org/release/HTTP-Message .*/HTTP-Message-v?@ANY_VERSION@@ARCHIVE_EXT@$
|
Loading…
Reference in New Issue