[Pkg-php-commits] r1323 - in pear: . php-html-quickform-elementgrid php-html-quickform-elementgrid/trunk php-html-quickform-elementgrid/trunk/debian

Elizabeth Krumbach lyz-guest at alioth.debian.org
Mon Dec 28 20:45:41 UTC 2009


tags 535134 pending
thanks

Author: lyz-guest
Date: 2009-12-28 20:45:41 +0000 (Mon, 28 Dec 2009)
New Revision: 1323

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



Added: pear/php-html-quickform-elementgrid/trunk/debian/changelog
===================================================================
--- pear/php-html-quickform-elementgrid/trunk/debian/changelog	                        (rev 0)
+++ pear/php-html-quickform-elementgrid/trunk/debian/changelog	2009-12-28 20:45:41 UTC (rev 1323)
@@ -0,0 +1,6 @@
+php-html-quickform-elementgrid (0.1.1-1) unstable; urgency=low
+
+  * Initial Release (Closes: #535134).
+
+ -- Stephanie Layton <stephanielayton at mac.com>  Tue, 02 Jun 2009 15:52:45 -0400
+

Added: pear/php-html-quickform-elementgrid/trunk/debian/compat
===================================================================
--- pear/php-html-quickform-elementgrid/trunk/debian/compat	                        (rev 0)
+++ pear/php-html-quickform-elementgrid/trunk/debian/compat	2009-12-28 20:45:41 UTC (rev 1323)
@@ -0,0 +1 @@
+5

Added: pear/php-html-quickform-elementgrid/trunk/debian/control
===================================================================
--- pear/php-html-quickform-elementgrid/trunk/debian/control	                        (rev 0)
+++ pear/php-html-quickform-elementgrid/trunk/debian/control	2009-12-28 20:45:41 UTC (rev 1323)
@@ -0,0 +1,16 @@
+Source: php-html-quickform-elementgrid
+Section: web
+Priority: optional
+Maintainer:  Stephanie Layton <stephanielayton at mac.com>
+Build-Depends: debhelper (>= 5), dh-make-php (>= 0.2.3), cdbs
+Standards-Version: 3.8.0
+Homepage: http://pear.php.net/package/HTML_QuickForm_ElementGrid
+
+Package: php-html-quickform-elementgrid
+Architecture: all
+Depends: php-pear (>= 1.4.3), php-html-quickform (>= 3.2.5), php-html-table (>= 1.7.5)
+Description: PEAR module for HTML_QuickForm meta-element to hold elements in a grid
+ An HTML_QuickForm meta-element which holds multiple HTML_QuickForm 
+ elements in an HTML_Table. The elements in the table should behave 
+ exactly like normal elements in a form, such as freezing and getting 
+ defaults and submitted values correctly. 

Added: pear/php-html-quickform-elementgrid/trunk/debian/copyright
===================================================================
--- pear/php-html-quickform-elementgrid/trunk/debian/copyright	                        (rev 0)
+++ pear/php-html-quickform-elementgrid/trunk/debian/copyright	2009-12-28 20:45:41 UTC (rev 1323)
@@ -0,0 +1,28 @@
+This package was debianized by Stephanie Layton <stephanielayton at mac.com> using dh-make-pear
+on Tue, 02 Jun 2009 15:52:45 -0400.
+
+It was downloaded from http://pear.php.net/package/HTML_QuickForm_ElementGrid
+
+Upstream Author: Justin Patrin <papercrane at reversefold.com>
+
+Copyright (c): 2007 Justin Patrin
+
+License: LGPL
+
+   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 can be found in the file `/usr/share/common-licenses/LGPL'.
+

Added: pear/php-html-quickform-elementgrid/trunk/debian/dirs
===================================================================
--- pear/php-html-quickform-elementgrid/trunk/debian/dirs	                        (rev 0)
+++ pear/php-html-quickform-elementgrid/trunk/debian/dirs	2009-12-28 20:45:41 UTC (rev 1323)
@@ -0,0 +1 @@
+usr/share/php

Added: pear/php-html-quickform-elementgrid/trunk/debian/examples
===================================================================
--- pear/php-html-quickform-elementgrid/trunk/debian/examples	                        (rev 0)
+++ pear/php-html-quickform-elementgrid/trunk/debian/examples	2009-12-28 20:45:41 UTC (rev 1323)
@@ -0,0 +1 @@
+HTML_QuickForm_ElementGrid-0.1.1/examples/*

Added: pear/php-html-quickform-elementgrid/trunk/debian/rules
===================================================================
--- pear/php-html-quickform-elementgrid/trunk/debian/rules	                        (rev 0)
+++ pear/php-html-quickform-elementgrid/trunk/debian/rules	2009-12-28 20:45:41 UTC (rev 1323)
@@ -0,0 +1,80 @@
+#!/usr/bin/make -f
+# template debian/rules provided by dh-make-php.
+
+DEB_COMPRESS_EXCLUDE=package.xml
+
+#include /usr/share/cdbs/1/rules/debhelper.mk
+#include /usr/share/cdbs/1/class/pear.mk
+
+DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version' | cut -f 2 -d ' ')
+DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
+DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
+
+PEAR ?= /usr/bin/pear
+pear_pkg = $(shell ls |grep HTML_QuickForm_ElementGrid)
+package = php-html-quickform-elementgrid
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp
+	dh_testdir
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	if [ -f $(pear_pkg)/package.xml ]; then \
+	rm $(pear_pkg)/package.xml; \
+	fi
+	dh_clean build-stamp configure-stamp
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+        # commands to install the package into debian/package.
+	cp package.xml $(pear_pkg)/package.xml;
+	$(PEAR) install -f -n -f -R debian/$(package) $(pear_pkg)/package.xml;
+	rm -f debian/$(package)/usr/share/php/.filemap;
+	rm -f debian/$(package)/usr/share/php/.lock;
+	rm -rf debian/$(package)/usr/share/php/.channels;
+	rm -rf debian/$(package)/usr/share/php/.depdblock;
+	rm -rf debian/$(package)/usr/share/php/.depdb;
+	rm -rf debian/$(package)/usr/share/php/.registry/.channel.pecl.php.net;
+	rm -rf debian/$(package)/usr/share/php/.registry/.channel.__uri;
+
+    # remove duplicated files, these files are in /usr/share/doc/package
+	rm -rf debian/$(package)/usr/share/php/tests;
+	rm -rf debian/$(package)/usr/share/php/docs;
+
+    # remove created tmp dir
+	rm -rf debian/$(package)/tmp
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installchangelogs 
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
+


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

Added: pear/php-html-quickform-elementgrid/trunk/debian/watch
===================================================================
--- pear/php-html-quickform-elementgrid/trunk/debian/watch	                        (rev 0)
+++ pear/php-html-quickform-elementgrid/trunk/debian/watch	2009-12-28 20:45:41 UTC (rev 1323)
@@ -0,0 +1,4 @@
+# watch control file for uscan
+# Site		Directory	Pattern		Version 	Script
+version=3
+http://pear.php.net/package/HTML_QuickForm_advmultiselect/download /get/HTML_QuickForm_elementgrid-([\d.]+)\.tgz debian uupdate




More information about the Pkg-php-commits mailing list