Codebase list php-dflydev-fig-cookies / 7cbe8cb
initial packaging from template mirabilos authored 5 years ago mirabilos committed 5 years ago
11 changed file(s) with 89 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 php-dflydev-fig-cookies (1.0.2-1) unstable; urgency=medium
1
2 * Initial release
3
4 -- Thorsten Glaser <tg@mirbsd.de> Thu, 17 May 2018 18:06:06 +0200
0 Source: php-dflydev-fig-cookies
1 Section: php
2 Priority: optional
3 Maintainer: Teckids Debian Task Force <tdtf@lists.teckids.org>
4 Uploaders: Thorsten Glaser <tg@mirbsd.de>, Dominik George <natureshadow@debian.org>
5 Build-Depends: debhelper (>= 11~), pkg-php-tools (>= 1.7~)
6 Standards-Version: 4.1.4
7 Homepage: https://github.com/dflydev/dflydev-fig-cookies
8 Vcs-Git: https://salsa.debian.org/tdtf-team/php-dflydev-fig-cookies.git
9 Vcs-Browser: https://salsa.debian.org/tdtf-team/php-dflydev-fig-cookies
10
11 Package: php-dflydev-fig-cookies
12 Architecture: all
13 Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
14 Recommends: ${phpcomposer:Debian-recommend}
15 Suggests: ${phpcomposer:Debian-suggest}
16 Replaces: ${phpcomposer:Debian-replace}
17 Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
18 Provides: ${phpcomposer:Debian-provide}
19 Description: FIG Cookies for PHP
20 Managing Cookies for PSR-7 Requests and Responses.
21 .
22 FIG Cookies tackles two problems, managing Cookie Request headers and
23 managing Set-Cookie Response headers. It does this by way of
24 introducing a Cookies class to manage collections of Cookie instances
25 and a SetCookies class to manage collections of SetCookie instances.
0 This package was debianised by Thorsten Glaser <tg@mirbsd.de> on
1 Sat, 19 May 2018 01:14:03 +0200.
2
3 It was downloaded from:
4 https://github.com/dflydev/dflydev-fig-cookies/archive/v1.0.2.tar.gz
5
6 The Debian packaging is © 2018 mirabilos and published under the
7 same terms as the upstream code, as shown below:
8
9
10 Copyright (c) 2015 Dragonfly Development Inc.
11
12 Permission is hereby granted, free of charge, to any person obtaining a copy
13 of this software and associated documentation files (the "Software"), to deal
14 in the Software without restriction, including without limitation the rights
15 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16 copies of the Software, and to permit persons to whom the Software is furnished
17 to do so, subject to the following conditions:
18
19 The above copyright notice and this permission notice shall be included in all
20 copies or substantial portions of the Software.
21
22 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28 THE SOFTWARE.
0 src/* usr/share/php/
0 # there is none
1 php-dflydev-fig-cookies: no-upstream-changelog
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --with phpcomposer
0 3.0 (quilt)
0 # there are no tests
1 php-dflydev-fig-cookies source: testsuite-autopkgtest-missing
2
3 # upstream uses github…
4 php-dflydev-fig-cookies source: debian-watch-does-not-check-gpg-signature
5
6 # thanks, but no
7 php-dflydev-fig-cookies source: no-dep5-copyright
0 {
1 "Archive": "GitHub",
2 "Bug-Database": "https://github.com/dflydev/dflydev-fig-cookies/issues",
3 "Bug-Submit": "https://github.com/dflydev/dflydev-fig-cookies/issues/new",
4 "Name": "FIG Cookies",
5 "Repository": "git@github.com:dflydev/dflydev-fig-cookies.git",
6 "Repository-Browse": "https://github.com/dflydev/dflydev-fig-cookies"
7 }
0 version=3
1 opts=uversionmangle=s/-?([^\.\d]+)/\~$1/;tr/A-Z/a-z/ \
2 https://github.com/dflydev/dflydev-fig-cookies/releases \
3 .*/archive/(?:v|x)?(.+).tar.gz