--- php-html-table-1.8.3.orig/debian/README.Debian +++ php-html-table-1.8.3/debian/README.Debian @@ -0,0 +1,7 @@ +php-html-table for Debian +-------------------------- + +This extension has been created with dh-make-pear which is part +of dh-make-php. + + -- Cyril Bouthors , Thu, 01 Aug 2013 15:52:15 +0200 --- php-html-table-1.8.3.orig/debian/changelog +++ php-html-table-1.8.3/debian/changelog @@ -0,0 +1,5 @@ +php-html-table (1.8.3-1) unstable; urgency=low + + * Initial Release (closes: #442360). + + -- Cyril Bouthors Thu, 01 Aug 2013 17:30:35 +0200 --- php-html-table-1.8.3.orig/debian/compat +++ php-html-table-1.8.3/debian/compat @@ -0,0 +1 @@ +7 --- php-html-table-1.8.3.orig/debian/control +++ php-html-table-1.8.3/debian/control @@ -0,0 +1,16 @@ +Source: php-html-table +Section: php +Priority: extra +Maintainer: Cyril Bouthors +Uploaders: Cyril Bouthors , Cyril Bouthors +Build-Depends: debhelper (>= 8.0.0), pkg-php-tools +Standards-Version: 3.9.4 +Homepage: http://pear.php.net/package/Structures_DataGrid + +Package: php-html-table +Architecture: all +Depends: ${misc:Depends}, ${phppear:Debian-Depends} +Recommends: ${phppear:Debian-Recommends} +Breaks: ${phppear:Debian-Breaks} +Description: ${phppear:summary} + ${phppear:description} --- php-html-table-1.8.3.orig/debian/copyright +++ php-html-table-1.8.3/debian/copyright @@ -0,0 +1,56 @@ +This package was debianized by Cyril Bouthors on +Thu Aug 1 17:31:54 CEST 2013 + +It was downloaded from http://pear.php.net/package/HTML_Table/ + +Upstream Author: + Mark Wiesemann + Bertrand Mansion + Klaus Guenther + Helgi Þormar Þorbjörnsson + +Copyright: +Copyright (c) 2005-2007, Adam Daniel , + Bertrand Mansion , + Mark Wiesemann +All rights reserved. + + +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 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. + +http://opensource.org/licenses/bsd-license.php New BSD License + +-------------------------------------------------------------------- + +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-html-table-1.8.3.orig/debian/dirs +++ php-html-table-1.8.3/debian/dirs @@ -0,0 +1 @@ +usr/share/php --- php-html-table-1.8.3.orig/debian/rules +++ php-html-table-1.8.3/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --buildsystem=phppear --with phppear --- php-html-table-1.8.3.orig/debian/watch +++ php-html-table-1.8.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pear.php.net/package/HTML_Table/download http://download.pear.php.net/package/HTML_Table-([\d.]+)\.tgz --- php-html-table-1.8.3.orig/package.xml +++ php-html-table-1.8.3/package.xml @@ -2,7 +2,7 @@ HTML_Table pear.php.net - PEAR::HTML_Table makes the design of HTML tables easy, flexible, reusable and efficient. + Makes the design of HTML tables easy, flexible, reusable and efficient. The PEAR::HTML_Table package provides methods for easy and efficient design of HTML tables. - Lots of customization options. - Tables can be modified at any time.