Skip to content
Snippets Groups Projects
Commit 7b854fa8 authored by David Prévot's avatar David Prévot
Browse files

Initial packaging

parent a647798c
No related branches found
No related tags found
No related merge requests found
php-http-promise (1.0.0-1) unstable; urgency=medium
* Initial release
php-http-httplug dependency, that is a new symfony build-dependency
-- David Prévot <taffit@debian.org> Mon, 01 Jul 2019 14:38:50 -1000
src/autoload.php
Source: php-http-promise
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>
Build-Depends: debhelper-compat (= 12), phpab, pkg-php-tools (>= 1.7~)
Standards-Version: 4.3.0
Homepage: http://docs.php-http.org/en/latest/components/promise.html
Vcs-Git: https://salsa.debian.org/php-team/pear/php-http-promise.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-http-promise
Package: php-http-promise
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Breaks: ${phpcomposer:Debian-conflict}
Provides: ${phpcomposer:Debian-provide}
Description: ${phpcomposer:description}
A promise represents a single result of an asynchronous operation. It is not
necessarily available at a specific time, but should become in the future.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: HTTP Promise
Upstream-Contact: Márk Sági-Kazár <mark.sagikazar@gmail.com>
Source: https://github.com/php-http/promise
Files: *
Copyright: 2015-2016, PHP HTTP Team <team@php-http.org>
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.
src/* usr/share/php/Http/Promise
#!/usr/bin/make -f
%:
dh $@ --with phpcomposer
override_dh_auto_build:
phpab --output src/autoload.php src
3.0 (quilt)
version=3
options=uversionmangle=s/-?([^\d.])/~$1/i;tr/A-Z/a-z/ \
https://github.com/php-http/promise/releases \
.*/archive/v?([\d\.]*-?\w*)\.tar\.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment