--- php-image-text-0.6.1.orig/debian/control +++ php-image-text-0.6.1/debian/control @@ -0,0 +1,24 @@ +Source: php-image-text +Section: web +Priority: optional +Maintainer: Debian PHP Maintainers +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-image-text.git +Vcs-Git: http://git.debian.org/git/pkg-php/php-image-text.git +Homepage: http://pear.php.net/package/Image_Text/ +Standards-Version: 3.9.2 + +Package: php-image-text +Architecture: all +Depends: ${misc:Depends}, php-pear, php5-gd +Recommends: ${phppear:Debian-Recommends} +Breaks: ${phppear:Breaks} +Description: PEAR module to do advanced text manipulations in images + Image_Text provides a comfortable interface to text manipulations in GD + images. Beside common Freetype2 functionality it offers to handle texts + in a graphic- or office-tool like way. For example it allows alignment of + texts inside a text box, rotation (around the top left corner of a text + box or it's center point) and the automatic measurizement of the optimal + font size for a given text box. --- php-image-text-0.6.1.orig/debian/changelog +++ php-image-text-0.6.1/debian/changelog @@ -0,0 +1,27 @@ +php-image-text (0.6.1-1) unstable; urgency=low + + * New upstream release. + * Sets the correct Vcs-Git / Vcs-Browser (Closes: #638522). + * Now uses Debian PHP Maintainers + as maintainer. + * Corrects a typo in short description (#606490). + * Doesn't include an empty /usr/share/php/.registry/.channel.doc.php.net + directory anymore. + * Added a debian/gbp.conf. + * Switching debian/copyright to DEP5. + * Switching to pkg-php-tools and dh 8 sequencer. + * Standard-Version: is now 3.9.2 (no change). + + -- Thomas Goirand Thu, 02 Feb 2012 00:26:04 +0800 + +php-image-text (0.6.0beta-2) unstable; urgency=low + + * Updated debian/copyright. + + -- Thomas Goirand Thu, 08 Jul 2010 22:04:41 +0800 + +php-image-text (0.6.0beta-1) unstable; urgency=low + + * Initial release (Closes: #562749) + + -- Thomas Goirand Mon, 05 Jul 2010 16:31:36 +0800 --- php-image-text-0.6.1.orig/debian/watch +++ php-image-text-0.6.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://pear.php.net/package/Image_Text/download http://download.pear.php.net/package/Image_Text-(.*).tgz + --- php-image-text-0.6.1.orig/debian/compat +++ php-image-text-0.6.1/debian/compat @@ -0,0 +1 @@ +8 --- php-image-text-0.6.1.orig/debian/gbp.conf +++ php-image-text-0.6.1/debian/gbp.conf @@ -0,0 +1,6 @@ +[DEFAULT] +upstream-branch = upstream-sid +debian-branch = debian-sid + +[git-buildpackage] +export-dir = ../build-area/ --- php-image-text-0.6.1.orig/debian/copyright +++ php-image-text-0.6.1/debian/copyright @@ -0,0 +1,133 @@ +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=240 +Upstream-Name: Image_Text +Upstream-Contact: Tobias Schlitt +Source: http://pear.php.net/package/Image_Text/download + +Files: debian/* +Copyright: (c) 2010-2012, Thomas Goirand +License: LGPL-2.1+ + 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 2.1 of the License, or (at your option) + any later version. + . + 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) v2.1 may be found in /usr/share/common-licenses/LGPL-2.1. + +Files: Image_Text-0.6.0beta/tests/Vera.ttf +Copyright: (c) 2003 by Bitstream, Inc. All Rights Reserved. +License: + Bitstream Vera is a trademark of Bitstream, Inc. + Permission is hereby granted, free of charge, to any person obtaining a copy + of the fonts accompanying this license ("Fonts") and associated documentation + files (the "Font Software"), to reproduce and distribute the Font Software, + including without limitation the rights to use, copy, merge, publish, + distribute, and/or sell copies of the Font Software, and to permit persons to + whom the Font Software is furnished to do so, subject to the following + conditions: + . + The above copyright and trademark notices and this permission notice shall be + included in all copies of one or more of the Font Software typefaces. + . + The Font Software may be modified, altered, or added to, and in particular the + designs of glyphs or characters in the Fonts may be modified and additional + glyphs or characters may be added to the Fonts, only if the fonts are renamed + to names not containing either the words "Bitstream" or the word "Vera". + . + This License becomes null and void to the extent applicable to Fonts or Font + Software that has been modified and is distributed under the "Bitstream Vera" + names. + . + The Font Software may be sold as part of a larger software package but no copy + of one or more of the Font Software typefaces may be sold by itself. + . + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, + TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, + SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO + USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. + . + Except as contained in this notice, the names of Gnome, the Gnome Foundation, + and Bitstream Inc., shall not be used in advertising or otherwise to promote + the sale, use or other dealings in this Font Software without prior written + authorization from the Gnome Foundation or Bitstream Inc., respectively. For + further information, contact: fonts at gnome dot org. http://www.bitstream.com + +Files: Image_Text-*/tests/testimages/* +Copyright: (c) Christian Weiske http://pear.php.net/account-mail.php?handle=cweiske +License: PHP 3.01 + +Files: * +Copyright: (c) 2003-2007, Stoyan Stefanov http://pear.php.net/account-mail.php?handle=stoyan + (c) 2003-2007, Tobias Schlitt +License: PHP 3.01 + +License: PHP 3.01 + The PHP License, version 3.01 + Copyright (c) 1999 - 2009 The PHP Group. All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, is permitted provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + . + 2. 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. + . + 3. The name "PHP" must not be used to endorse or promote products derived from + this software without prior written permission. For written permission, please + contact group@php.net. + . + 4. Products derived from this software may not be called "PHP", nor may "PHP" + appear in their name, without prior written permission from group@php.net. + You may indicate that your software works in conjunction with PHP by saying + "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" + . + 5. The PHP Group may publish revised and/or new versions of the license from + time to time. Each version will be given a distinguishing version number. + Once covered code has been published under a particular version of the + license, you may always continue to use it under the terms of that version. + You may also choose to use such covered code under the terms of any + subsequent version of the license published by the PHP Group. No one other + than the PHP Group has the right to modify the terms applicable to covered + code created under this License. + . + 6. Redistributions of any form whatsoever must retain the following + acknowledgment: "This product includes PHP software, freely available from + ". + . + THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM "AS IS" AND ANY + EXPRESSED 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 PHP DEVELOPMENT TEAM OR ITS 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. + . + This software consists of voluntary contributions made by many individuals on + behalf of the PHP Group. + . + The PHP Group can be contacted via Email at group@php.net. + . + For more information on the PHP Group and the PHP project, please see + . + . + PHP includes the Zend Engine, freely available at . --- php-image-text-0.6.1.orig/debian/rules +++ php-image-text-0.6.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --buildsystem=phppear --with phppear --- php-image-text-0.6.1.orig/debian/source/format +++ php-image-text-0.6.1/debian/source/format @@ -0,0 +1 @@ +1.0