Codebase list ratchet-rfc6455 / 3c6c144
Add packaging. Dominik George 5 years ago
8 changed file(s) with 93 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ratchet-rfc6455 (0.2.4-1) unstable; urgency=medium
1
2 * Initial release. (Closes: #898904)
3
4 -- Dominik George <natureshadow@debian.org> Thu, 17 May 2018 12:02:33 +0200
0 Source: ratchet-rfc6455
1 Section: php
2 Priority: optional
3 Maintainer: Teckids Debian Task Force <tdtf@lists.teckids.org>
4 Uploaders: Dominik George <natureshadow@debian.org>,
5 Thorsten Glaser <tg@mirbsd.de>
6 Build-Depends:
7 debhelper (>= 11),
8 pkg-php-tools
9 Standards-Version: 4.1.4
10 Homepage: https://github.com/ratchetphp/RFC6455
11 Vcs-Git: https://salsa.debian.org/tdtf-team/ratchet-rfc6455.git
12 Vcs-Browser: https://salsa.debian.org/tdtf-team/ratchet-rfc6455
13
14 Package: php-ratchet-rfc6455
15 Architecture: all
16 Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
17 Suggests: ${phpcomposer:Debian-suggest}
18 Replaces: ${phpcomposer:Debian-replace}
19 Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
20 Provides: ${phpcomposer:Debian-provide}
21 Description: Implementation of the WebSocket protocol for PHP
22 This library implements a protocol handler for the RFC6455 (WebSocket)
23 specification. It contains components for both server and client side
24 handshake and messaging protocol negotiation.
25 .
26 Aspects that are left open to interpreation in the specification are
27 also left open in this library.
28 .
29 The implementation is independent, framwork-agnostic and does not deal
30 with I/O itself. HTTP negotiation is handled with PSR-7 interfaces.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: RFC6455
2 Source: https://github.com/ratchetphp/RFC6455
3
4 Files: *
5 Copyright: 2011-2016 Chris Boden <cboden@gmail.com>
6 License: Expat
7
8 Files: debian/*
9 Copyright: 2018 Sominik George <natureshadow@debian.org>
10 License: Expat or GPL-2+
11
12 License: Expat
13 Permission is hereby granted, free of charge, to any person obtaining a copy
14 of this software and associated documentation files (the "Software"), to deal
15 in the Software without restriction, including without limitation the rights
16 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17 copies of the Software, and to permit persons to whom the Software is
18 furnished to do so, subject to the following conditions:
19 .
20 The above copyright notice and this permission notice shall be included in all
21 copies or substantial portions of the Software.
22 .
23 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29 SOFTWARE.
30
31 License: GPL-2+
32 This package is free software; you can redistribute it and/or modify
33 it under the terms of the GNU General Public License as published by
34 the Free Software Foundation; either version 2 of the License, or
35 (at your option) any later version.
36 .
37 This package is distributed in the hope that it will be useful,
38 but WITHOUT ANY WARRANTY; without even the implied warranty of
39 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
40 GNU General Public License for more details.
41 .
42 You should have received a copy of the GNU General Public License
43 along with this program. If not, see <http://www.gnu.org/licenses/>
44 .
45 On Debian systems, the complete text of the GNU General
46 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
0 src/* usr/share/php/Ratchet/RFC6455
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --with phpcomposer
0 3.0 (quilt)
0 version=4
1 opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/RFC6455-$1\.tar\.gz/ \
2 https://github.com/ratchetphp/RFC6455/tags .*/v?(\d\S+)\.tar\.gz