diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..4b3302e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +reactphp-dns (0.4.13-1) unstable; urgency=medium + + * Initial release. (Closes: #898927) + + -- Dominik George Thu, 17 May 2018 15:54:33 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +11 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..29b3721 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: reactphp-dns +Section: php +Priority: optional +Maintainer: Teckids Debian Task Force +Uploaders: Dominik George , + Thorsten Glaser +Build-Depends: + debhelper (>= 11), + pkg-php-tools (>= 1.7~) +Standards-Version: 4.1.4 +Homepage: https://github.com/reactphp/dns +Vcs-Git: https://salsa.debian.org/tdtf-team/reactphp-dns.git +Vcs-Browser: https://salsa.debian.org/tdtf-team/reactphp-dns + +Package: php-react-dns +Architecture: all +Depends: ${misc:Depends}, ${phpcomposer:Debian-require} +Suggests: ${phpcomposer:Debian-suggest} +Replaces: ${phpcomposer:Debian-replace} +Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace} +Provides: ${phpcomposer:Debian-provide} +Description: Asynchronous DNS resolver for ReactPHP + This library is an asynchronous DNS resolver for ReactPHP. + . + The main point of the DNS component is to provide async DNS resolution. + However, it is really a toolkit for working with DNS messages, and could + easily be used to create a DNS server. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..fca5d48 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,48 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Dns +Source: https://github.com/reactphp/dns + +Files: * +Copyright: 2012 Chris Boden , + 2012 Igor Wiedler +License: Expat + +Files: debian/* +Copyright: 2018 Sominik George +License: Expat or GPL-2+ + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +License: GPL-2+ + This package 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 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/php-react-dns.examples b/debian/php-react-dns.examples new file mode 100644 index 0000000..e39721e --- /dev/null +++ b/debian/php-react-dns.examples @@ -0,0 +1 @@ +examples/* diff --git a/debian/php-react-dns.install b/debian/php-react-dns.install new file mode 100644 index 0000000..e6008ec --- /dev/null +++ b/debian/php-react-dns.install @@ -0,0 +1 @@ +src/* usr/share/php/React/Dns diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..3b60be1 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with phpcomposer diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..32fab3e --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/dns-$1\.tar\.gz/ \ + https://github.com/reactphp/dns/tags .*/v?(\d\S+)\.tar\.gz