Codebase list reactphp-dns / 3225f65
Add packaging. Dominik George 5 years ago
9 changed file(s) with 91 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 reactphp-dns (0.4.13-1) unstable; urgency=medium
1
2 * Initial release. (Closes: #898927)
3
4 -- Dominik George <natureshadow@debian.org> Thu, 17 May 2018 15:54:33 +0200
0 Source: reactphp-dns
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 (>= 1.7~)
9 Standards-Version: 4.1.4
10 Homepage: https://github.com/reactphp/dns
11 Vcs-Git: https://salsa.debian.org/tdtf-team/reactphp-dns.git
12 Vcs-Browser: https://salsa.debian.org/tdtf-team/reactphp-dns
13
14 Package: php-react-dns
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: Asynchronous DNS resolver for ReactPHP
22 This library is an asynchronous DNS resolver for ReactPHP.
23 .
24 The main point of the DNS component is to provide async DNS resolution.
25 However, it is really a toolkit for working with DNS messages, and could
26 easily be used to create a DNS server.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: Dns
2 Source: https://github.com/reactphp/dns
3
4 Files: *
5 Copyright: 2012 Chris Boden <cboden@gmail.com>,
6 2012 Igor Wiedler <igor@wiedler.ch>
7 License: Expat
8
9 Files: debian/*
10 Copyright: 2018 Sominik George <natureshadow@debian.org>
11 License: Expat or GPL-2+
12
13 License: Expat
14 Permission is hereby granted, free of charge, to any person obtaining a copy
15 of this software and associated documentation files (the "Software"), to deal
16 in the Software without restriction, including without limitation the rights
17 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18 copies of the Software, and to permit persons to whom the Software is
19 furnished to do so, subject to the following conditions:
20 .
21 The above copyright notice and this permission notice shall be included in all
22 copies or substantial portions of the Software.
23 .
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30 SOFTWARE.
31
32 License: GPL-2+
33 This package is free software; you can redistribute it and/or modify
34 it under the terms of the GNU General Public License as published by
35 the Free Software Foundation; either version 2 of the License, or
36 (at your option) any later version.
37 .
38 This package is distributed in the hope that it will be useful,
39 but WITHOUT ANY WARRANTY; without even the implied warranty of
40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41 GNU General Public License for more details.
42 .
43 You should have received a copy of the GNU General Public License
44 along with this program. If not, see <http://www.gnu.org/licenses/>
45 .
46 On Debian systems, the complete text of the GNU General
47 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
0 src/* usr/share/php/React/Dns
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/dns-$1\.tar\.gz/ \
2 https://github.com/reactphp/dns/tags .*/v?(\d\S+)\.tar\.gz