debian/0000755000000000000000000000000012173653673007203 5ustar debian/source/0000755000000000000000000000000012173653673010503 5ustar debian/source/format0000644000000000000000000000001412173653673011711 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000511412173653673011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mail_mimeDecode Source: http://pear.php.net/package/Mail_mimeDecode/download Files: * Copyright: 2002-2003, Richard Heyes 2003-2006, PEAR 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: . o Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. o 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. o The names of the authors may not 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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. Files: debian/* Copyright: 2008, Vincent Bernat License: GPL-2+ 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000026412173653673010265 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;' */package.xml debian/gbp.conf0000644000000000000000000000024312173653673010621 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid pristine-tar = True [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ debian/compat0000644000000000000000000000000212173653673010401 0ustar 9 debian/watch0000644000000000000000000000020212173653673010226 0ustar version=3 http://pear.php.net/package/Mail_mimeDecode/download http://download.pear.php.net/package/Mail_mimeDecode-([\d.]+)\.tgz debian/changelog0000644000000000000000000000307312173653673011060 0ustar php-mail-mimedecode (1.5.5-2) unstable; urgency=low * Maintain the package inside the PHP PEAR team (Closes: #656982) * Switch to pkg-php-tools and dh-sequencer * Convert copyright to format 1.0 * Add myself as uploader * Bump debhelper compat to 9 * Bump Standards-Version to 3.9.4 -- Prach Pongpanich Wed, 24 Jul 2013 11:25:32 +0700 php-mail-mimedecode (1.5.5-1) unstable; urgency=low * New upstream release. + Include fixes that closes: #286772. + Include another fix that closes: #627569. * Switch to 3.0 (quilt) format. * Move dh-make-php in Build-Depends since it could be needed for the clean target. -- Vincent Bernat Mon, 06 Jun 2011 19:35:13 +0200 php-mail-mimedecode (1.5.0-3) unstable; urgency=low * Switch to cdbs and follows draft policy for PEAR packages + Add Vcs-* fields + Depends on dh-make-php and cdbs + Add debian/dirs + Add versioned dependency on php-pear (>= 1.6.0) + Debian PHP Maintainers team as Maintainer in debian/control * Switch debian/copyright to machine-readable form -- Vincent Bernat Fri, 09 May 2008 11:39:15 +0200 php-mail-mimedecode (1.5.0-2) unstable; urgency=low * Add Conflicts and Replaces fields against php-mail-mime (<< 1.5.0) which already contains the same class. -- Vincent Bernat Sun, 30 Mar 2008 08:10:11 +0200 php-mail-mimedecode (1.5.0-1) unstable; urgency=low * Initial release (Closes: #473269) -- Vincent Bernat Sat, 29 Mar 2008 18:20:51 +0100 debian/control0000644000000000000000000000133112173653673010604 0ustar Source: php-mail-mimedecode Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Vincent Bernat , Prach Pongpanich Build-Depends: debhelper (>= 9), pkg-php-tools Standards-Version: 3.9.4 Homepage: http://pear.php.net/package/Mail_mimeDecode/ Vcs-Git: git://anonscm.debian.org/pkg-php/php-mail-mimedecode.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-mail-mimedecode.git Package: php-mail-mimedecode Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: ${phppear:summary} ${phppear:description}