debian/0000755000000000000000000000000012261030436007163 5ustar debian/compat0000644000000000000000000000000212261030436010361 0ustar 7 debian/gbp.conf0000644000000000000000000000016412261030436010603 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/copyright0000644000000000000000000001403012261030436011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: HTTP_Request2 Upstream-Contact: http://pear.php.net/account-mail.php?handle=avb Source: http://pear.php.net/package/HTTP_Request2/ Files: * Copyright: 2012 Alexey Borzov License: BSD-3-clause Files: HTTP_Request2-2.1.1/data/public-suffix-list.php Copyright: 2007 Jo Hermans License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Files: debian/* Copyright: 2012 Sascha Girrulat License: GPL-3.0+ License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: GPL-2.0+ This program 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 program 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 3 can be found in "/usr/share/common-licenses/GPL-2". License: LGPL-2.1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This program 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 3 can be found in "/usr/share/common-licenses/LGPL-2.1". License: GPL-3.0+ This program 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 3 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 3 can be found in "/usr/share/common-licenses/GPL-3". License: MPL-1.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ . Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. . The Original Code is the Public Suffix List. . The Initial Developer of the Original Code is Jo Hermans . Portions created by the Initial Developer are Copyright (C) 2007 the Initial Developer. All Rights Reserved. . Contributor(s): Ruben Arakelyan Gervase Markham Pamela Greene David Triendl Jothan Frakes The kind representatives of many TLD registries . Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. debian/source/0000755000000000000000000000000012261030436010463 5ustar debian/source/format0000644000000000000000000000001412261030436011671 0ustar 3.0 (quilt) debian/control0000644000000000000000000000126712261030436010574 0ustar Source: php-http-request2 Section: php Priority: optional Maintainer: Sascha Girrulat Uploaders: Debian PHP PEAR Maintainers Build-Depends: debhelper (>= 8.0.0), pkg-php-tools (>= 1.1~) Standards-Version: 3.9.5 Homepage: http://pear.php.net/package/HTTP_Request2/ Vcs-Git: git://anonscm.debian.org/pkg-php/php-http-request2.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-http-request2.git Package: php-http-request2 Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: ${phppear:summary} ${phppear:description} debian/rules0000755000000000000000000000030112261030436010235 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear override_dh_auto_configure: dh_auto_configure -O--buildsystem=phppear sed -i '/ role="test"/d;/name="tests/d' */package.xml debian/changelog0000644000000000000000000000355312261030436011043 0ustar php-http-request2 (2.1.1-5) unstable; urgency=medium * Team upload [ Sascha Girrulat ] * add gbp.conf in addition to pkg-php.alioth.debian.org * update buildsystem addition to pkg-php.alioth.debian.org * update vcs urls to pkg-php destination [ David Prévot ] * Remove useless dh-make-php build-dependency * Bump standards version to 3.9.5 * Use ${phppear:*} substitutions * Adapt copyright to comply with format 1.0 * Shorten rules * Do not ship tests -- David Prévot Wed, 01 Jan 2014 11:14:10 -0400 php-http-request2 (2.1.1-4) unstable; urgency=low * [578bb68] set section to php * [18c2168] remove needless d/dirs * [d02113a] remove needless and empty directory * [92a00d0] fix bsd license block at d/copyright * [21a41ad] remove needles d/README.Debian * [1b29308] remove dh-make template header from d/rules * (Closes: #651960) -- Sascha Girrulat Thu, 29 Aug 2013 14:46:38 +0200 php-http-request2 (2.1.1-3) unstable; urgency=low * [db31a9f] remove obsolete DMUA tag from d/control * [51abb00] convert d/copyright to format version 1.0 and add missing license headers * [52a9985] bump debhelper dependency to 8.0.0 * [79190de] bump to standards version 3.9.4 * [37327e2] Add d/source/format * [c79e513] add vcs and homepage information to d/control * [f3802f9] Add lintian-override for .channel.doc.php.net -- Sascha Girrulat Tue, 13 Aug 2013 18:24:06 +0200 php-http-request2 (2.1.1-2) unstable; urgency=low * [e10c2d5] add dependency to php-net-url2 * [ef53f90] allow DM Uploads * [a391745] update copyright -- Sascha Girrulat Wed, 06 Jun 2012 14:45:10 +0200 php-http-request2 (2.1.1-1) unstable; urgency=low * Initial Release (Closes: #651960). -- Sascha Girrulat Tue, 05 Jun 2012 15:23:57 +0200 debian/watch0000644000000000000000000000017612261030436010220 0ustar version=3 http://pear.php.net/package/HTTP_Request2/download http://download.pear.php.net/package/HTTP_Request2-([\d.]+)\.tgz