debian/0000755000000000000000000000000011722353707007175 5ustar debian/control0000644000000000000000000000166311722353707010606 0ustar Source: php-mime-type Section: php Priority: optional Maintainer: PKG-PHP-PEAR team Uploaders: Thomas Goirand Build-Depends: debhelper (>= 8), pkg-php-tools Build-Depends-Indep: php-pear Vcs-Browser: http://git.debian.org/?p=pkg-php/php-mime-type.git Vcs-Git: http://git.debian.org/git/pkg-php/php-mime-type.git Homepage: http://pear.php.net/package/MIME_Type/ Standards-Version: 3.9.3 Package: php-mime-type Architecture: all Depends: ${misc:Depends}, php-pear Description: Utility class for dealing with MIME types Provide functionality for dealing with MIME types: * Parse MIME type. * Supports full RFC2045 specification. * Many utility functions for working with and determining info about types. * Most functions can be called statically. * Autodetect a files mime-type, either with fileinfo extension, mime_magic extension, the file command or an in-built mapping list debian/changelog0000644000000000000000000000127111722353707011050 0ustar php-mime-type (1.3.1-1) unstable; urgency=low * New upstream version. * Added a debian/gbp.conf. * Switching to source format 3.0 (quilt). * Switching to pkg-php-tools and dh 8 sequencer. * Rewrote debian/copyright using machine-readable format, now using the LGPL version 3 (upstream and maintainer relicense). * Standards-Version: 3.9.3 (no change but the above). * Fixed VCS fields (Closes: #638523). * Now using PKG-PHP-PEAR team as maintainer. -- Thomas Goirand Sun, 26 Feb 2012 14:49:59 +0800 php-mime-type (1.2.0-1) unstable; urgency=low * Initial release (Closes: #561875). -- Thomas Goirand Mon, 05 Jul 2010 17:06:26 +0800 debian/watch0000644000000000000000000000016111722353707010224 0ustar version=3 http://pear.php.net/package/MIME_Type/download http://download.pear.php.net/package/MIME_Type-(.*).tgz debian/compat0000644000000000000000000000000211722353707010373 0ustar 8 debian/gbp.conf0000644000000000000000000000016411722353707010615 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/source/0000755000000000000000000000000011722353707010475 5ustar debian/source/format0000644000000000000000000000001411722353707011703 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000225511722353707011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mail_Mime Upstream-Contact: Ian Eure Source: http://pear.php.net/package/Mail_Mime/download Files: debian/* Copyright: (c) 2010-2012, Thomas Goirand License: LGPL-3 Files: * Copyright: (c) Ian Eure License: LGPL-3 License: LGPL-3 This library 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 3 of the License. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public License (LGPL) version 3 may be found in /usr/share/common-licenses/LGPL-3. debian/rules0000755000000000000000000000010311722353707010247 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear