--- php-xml-serializer-0.20.0.orig/debian/control +++ php-xml-serializer-0.20.0/debian/control @@ -0,0 +1,24 @@ +Source: php-xml-serializer +Section: php +Priority: optional +Maintainer: Federico Gimenez Nieto +Build-Depends: debhelper (>= 5), dh-make-php (>= 0.2.3), cdbs +Standards-Version: 3.8.2 +Homepage: http://pear.php.net/package/XML_Serializer + +Package: php-xml-serializer +Architecture: all +Depends: php-pear, php-xml-util, php-xml-parser (>= 1.2.6), ${misc:Depends} +Suggests: php5-cli +Description: swiss-army knife for reading and writing XML files + XML_Serializer creates XML files from data structures and vice versa. + It serializes complex data structures like arrays or objects as XML + documents. You can create any XML document without the need for DOM + access. + This package includes an unserializer facility that creates PHP data + structures (like arrays and objects) from XML documents, if type hints + are available. If not, it will try to guess how it has to be + unserialized, doing exactly what you expect it to do in most cases. + . + Since version 0.8.0 the package is able to treat XML documents similar + to the simplexml extension of PHP 5. --- php-xml-serializer-0.20.0.orig/debian/copyright +++ php-xml-serializer-0.20.0/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Jose Carlos Medeiros on +Mon, 20 Mar 2006 12:21:08 -0300 + +It was downloaded from http://pear.php.net/package/XML_Serializer/download + +Copyright Holder: Stephan Schmidt + +Copyright (c) 2003-2008 Stephan Schmidt All rights reserved. + +License: The PEAR XML_Serializer module is licenced under the BSD License +reproduced below. + +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. + * The name of the author 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 HOLDER 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. + + +The debian packaging is +Copyright (c) 2006-2008 Jose Carlos Medeiros +Copyright (c) 2009 Federico Gimenez Nieto + --- php-xml-serializer-0.20.0.orig/debian/rules +++ php-xml-serializer-0.20.0/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DEB_COMPRESS_EXCLUDE=package.xml + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/pear.mk + --- php-xml-serializer-0.20.0.orig/debian/changelog +++ php-xml-serializer-0.20.0/debian/changelog @@ -0,0 +1,48 @@ +php-xml-serializer (0.20.0-1) unstable; urgency=low + + * New maintainer (Closes: #529681, #537242) + * New upstream release + * debian/control: + - Removed Uploader at his request + - Added ${misc:Depends} to prevent lintian warning + - Changed Section to php to fix the override disparities + - Updated Standards-Version: 3.8.2 + - Removed dependency with php-xml-util (now included in php-pear) + - Modified description, trying to make it more readable + * debian/copyright: fixed download location + + -- Federico Gimenez Nieto Fri, 7 Aug 2009 18:50:31 -0200 + +php-xml-serializer (0.18.0-4) unstable; urgency=low + + * debian/docs removed. + * debian/examples removed. + * debian/control: + - Bump Standards-Version: 3.7.3. + - Added Homepage header. + - Added dh-make-php (>= 0.2.3), cdbs Build-Depends. + - Removed php-pear Build-Depends. + * debian/rules reorganized to use cdbs. + + -- Jose Carlos Medeiros Thu, 27 Mar 2008 00:05:46 -0300 + +php-xml-serializer (0.18.0-3) unstable; urgency=low + + * Updated debian/watch file. + * Bump Standards-Version: 3.7.2. + * Change suggests from php-cli to php5-cli. + * Removed automatically debian/package/tmp directory. + + -- Jose Carlos Medeiros Thu, 17 May 2007 23:01:37 -0300 + +php-xml-serializer (0.18.0-2) unstable; urgency=low + + * Solved typo, knive to knife. (closes: 364414) + + -- Jose Carlos Medeiros Fri, 28 Apr 2006 19:29:38 -0300 + +php-xml-serializer (0.18.0-1) unstable; urgency=low + + * Initial Release. (closes: #318933) + + -- Jose Carlos Medeiros Mon, 20 Mar 2006 12:21:08 -0300 --- php-xml-serializer-0.20.0.orig/debian/watch +++ php-xml-serializer-0.20.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pear.php.net/package/XML_Serializer/ http://download.pear.php.net/package/XML_Serializer-([\d.]+)\.tgz --- php-xml-serializer-0.20.0.orig/debian/compat +++ php-xml-serializer-0.20.0/debian/compat @@ -0,0 +1 @@ +5