[Pkg-php-commits] r1335 - in pear: . php-html-table php-html-table/trunk php-html-table/trunk/debian

Elizabeth Krumbach lyz-guest at alioth.debian.org
Wed Jan 20 14:44:37 UTC 2010


tags 442360 pending
thanks

Author: lyz-guest
Date: 2010-01-20 14:44:37 +0000 (Wed, 20 Jan 2010)
New Revision: 1335

Added:
   pear/php-html-table/
   pear/php-html-table/branches/
   pear/php-html-table/tags/
   pear/php-html-table/trunk/
   pear/php-html-table/trunk/debian/
   pear/php-html-table/trunk/debian/changelog
   pear/php-html-table/trunk/debian/compat
   pear/php-html-table/trunk/debian/control
   pear/php-html-table/trunk/debian/copyright
   pear/php-html-table/trunk/debian/rules
   pear/php-html-table/trunk/debian/watch
Log:
Initial commit of php-html-table package.



Added: pear/php-html-table/trunk/debian/changelog
===================================================================
--- pear/php-html-table/trunk/debian/changelog	                        (rev 0)
+++ pear/php-html-table/trunk/debian/changelog	2010-01-20 14:44:37 UTC (rev 1335)
@@ -0,0 +1,18 @@
+php-html-table (1.8.0-1) unstable; urgency=low
+
+  [ Yann Rouillard ]
+  * New upstream release.
+  * Switched to CDBS.
+
+  [ Stephanie Layton ]
+  * Update for compliance with Debian standards policy 3.8.0
+  * changed debian/control Homepage field as a regular field.
+
+ -- Stephanie Layton <stephanielayton at mac.com>  Tue, 14 Apr 2009 15:23:30 -0400
+
+php-html-table (1.7.5-1) unstable; urgency=low
+
+  * Initial Release (closes: #442360).
+
+ -- Thierry Delprat <thierry.delprat at jouy.inra.fr>  Thu, 26 Apr 2007 15:15:24 +0000
+

Added: pear/php-html-table/trunk/debian/compat
===================================================================
--- pear/php-html-table/trunk/debian/compat	                        (rev 0)
+++ pear/php-html-table/trunk/debian/compat	2010-01-20 14:44:37 UTC (rev 1335)
@@ -0,0 +1 @@
+5

Added: pear/php-html-table/trunk/debian/control
===================================================================
--- pear/php-html-table/trunk/debian/control	                        (rev 0)
+++ pear/php-html-table/trunk/debian/control	2010-01-20 14:44:37 UTC (rev 1335)
@@ -0,0 +1,26 @@
+Source: php-html-table
+Section: web
+Priority: optional
+Maintainer: Yann Rouillard <yann at pleiades.fr.eu.org>
+Uploaders: Stephanie Layton <stephanielayton at mac.com>,
+ Elizabeth Krumbach <lyz at princessleia.com>
+Build-Depends: debhelper (>= 5), dh-make-php (>= 0.1.1), cdbs
+Standards-Version: 3.8.0
+Homepage: http://pear.php.net/package/HTML_Table
+
+Package: php-html-table
+Architecture: all
+Depends: php-pear, php-html-common (>= 1.2.3)
+Description: PEAR module for easy resuable, efficient design of HTML tables
+ 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.
+  - The logic is the same as standard HTML editors.
+  - Handles col and rowspans.
+  - PHP code is shorter, easier to read and to maintain.
+  - Tables options can be reused.
+ .
+ For auto filling of data and such then check out 
+ http://pear.php.net/package/HTML_Table_Matrix
+ .

Added: pear/php-html-table/trunk/debian/copyright
===================================================================
--- pear/php-html-table/trunk/debian/copyright	                        (rev 0)
+++ pear/php-html-table/trunk/debian/copyright	2010-01-20 14:44:37 UTC (rev 1335)
@@ -0,0 +1,37 @@
+This package was debianized by Yann Rouillard <yann at pleiades.fr.eu.org> using dh-make-pear
+on Wed, 13 Jun 2007 02:23:28 +0200.
+
+It was downloaded from http://pear.php.net/package/HTML_Table
+
+Upstream Authors: Bertrand Mansion <bmansion at mamasam.com>;Klaus Guenther <thesaur at php.net>;Helgi pormar <dufuz at php.net>;Mark Wiesemann <wiesemann at php.net>
+
+Copyright (c): 2005-2007, Adam Daniel, Bertrand Mansion,Mark Wiesemann
+
+License: New BSD
+
+Copyright (c) The Regents of the University of California.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are 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. Neither the name of the University nor the names of its contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.

Added: pear/php-html-table/trunk/debian/rules
===================================================================
--- pear/php-html-table/trunk/debian/rules	                        (rev 0)
+++ pear/php-html-table/trunk/debian/rules	2010-01-20 14:44:37 UTC (rev 1335)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+# template debian/rules provided by dh-make-php.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/pear.mk
+
+# pear.mk PEAR_PKG/PEAR_PKG_VERSION are not properly set
+PEAR_PKG := HTML_Table
+PEAR_PKG_VERSION := 1.8.2
+
+
+install/php-html-table:: 
+	# Removing unwanted directories and file
+	rm -rf $(DEB_DESTDIR)/tmp 
+	


Property changes on: pear/php-html-table/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: pear/php-html-table/trunk/debian/watch
===================================================================
--- pear/php-html-table/trunk/debian/watch	                        (rev 0)
+++ pear/php-html-table/trunk/debian/watch	2010-01-20 14:44:37 UTC (rev 1335)
@@ -0,0 +1,2 @@
+version=3
+http://pear.php.net/package/HTML_Table/download /get/HTML_Table-([\d.]+)\.tgz debian uupdate




More information about the Pkg-php-commits mailing list