[Pkg-php-commits] r1431 - in pear: . php-recaptcha php-recaptcha/debian

Mark Hershberger mah-guest at alioth.debian.org
Fri Jun 18 16:35:00 UTC 2010


Author: mah-guest
Date: 2010-06-18 16:35:00 +0000 (Fri, 18 Jun 2010)
New Revision: 1431

Added:
   pear/php-recaptcha/
   pear/php-recaptcha/debian/
   pear/php-recaptcha/debian/changelog
   pear/php-recaptcha/debian/compat
   pear/php-recaptcha/debian/control
   pear/php-recaptcha/debian/copyright
   pear/php-recaptcha/debian/examples
   pear/php-recaptcha/debian/install
   pear/php-recaptcha/debian/rules
   pear/php-recaptcha/debian/watch
Log:
initial import from https://code.launchpad.net/~ubuntu-ngo/+junk/recaptcha


Property changes on: pear/php-recaptcha/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: pear/php-recaptcha/debian/changelog
===================================================================
--- pear/php-recaptcha/debian/changelog	                        (rev 0)
+++ pear/php-recaptcha/debian/changelog	2010-06-18 16:35:00 UTC (rev 1431)
@@ -0,0 +1,5 @@
+php-recaptcha (1.10-0ubuntu1~ppa1) karmic; urgency=low
+
+  * Initial release.
+
+ -- Daniel Holbach <daniel.holbach at ubuntu.com>  Sun, 13 Sep 2009 19:49:33 +0200

Added: pear/php-recaptcha/debian/compat
===================================================================
--- pear/php-recaptcha/debian/compat	                        (rev 0)
+++ pear/php-recaptcha/debian/compat	2010-06-18 16:35:00 UTC (rev 1431)
@@ -0,0 +1 @@
+7

Added: pear/php-recaptcha/debian/control
===================================================================
--- pear/php-recaptcha/debian/control	                        (rev 0)
+++ pear/php-recaptcha/debian/control	2010-06-18 16:35:00 UTC (rev 1431)
@@ -0,0 +1,18 @@
+Source: php-recaptcha
+Section: web
+Build-Depends: debhelper (>= 7)
+Priority: extra
+Maintainer: Ubuntu NGO Team <ubuntu-ngo at lists.launchpad.net>
+Standards-Version: 3.8.3
+Homepage: http://recaptcha.net
+
+Package: php-recaptcha
+Architecture: all
+Depends: ${misc:Depends}, php5
+Description: reCAPTCHA Library for PHP
+ The reCAPTCHA PHP Library provides a simple way to place a CAPTCHA on your 
+ PHP website, helping you stop bots from abusing it. The library wraps the 
+ reCAPTCHA API.
+ .
+ The library also includes an API for Mailhide, a way to wrap email addresses 
+ in a reCAPTCHA, hiding them from spammers.

Added: pear/php-recaptcha/debian/copyright
===================================================================
--- pear/php-recaptcha/debian/copyright	                        (rev 0)
+++ pear/php-recaptcha/debian/copyright	2010-06-18 16:35:00 UTC (rev 1431)
@@ -0,0 +1,31 @@
+This package was debianized by Daniel Holbach <daniel.holbach at ubuntu.com> on
+Sun, 13 Sep 2009 19:55:39 +0200.
+
+It was downloaded from http://code.google.com/p/recaptcha/
+
+Upstream Authors:
+	Mike Crawford
+	Ben Maurer
+
+Copyright:
+	Copyright (c) 2007 reCAPTCHA
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    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.
+
+On Debian systems, the complete text of the BSD License can be
+found in `/usr/share/common-licenses/BSD'.

Added: pear/php-recaptcha/debian/examples
===================================================================
--- pear/php-recaptcha/debian/examples	                        (rev 0)
+++ pear/php-recaptcha/debian/examples	2010-06-18 16:35:00 UTC (rev 1431)
@@ -0,0 +1 @@
+example-*.php

Added: pear/php-recaptcha/debian/install
===================================================================
--- pear/php-recaptcha/debian/install	                        (rev 0)
+++ pear/php-recaptcha/debian/install	2010-06-18 16:35:00 UTC (rev 1431)
@@ -0,0 +1 @@
+recaptchalib.php	usr/share/php-recaptcha/

Added: pear/php-recaptcha/debian/rules
===================================================================
--- pear/php-recaptcha/debian/rules	                        (rev 0)
+++ pear/php-recaptcha/debian/rules	2010-06-18 16:35:00 UTC (rev 1431)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+%:
+	dh $@
+
+get-orig-source:
+	uscan --repack --rename 

Added: pear/php-recaptcha/debian/watch
===================================================================
--- pear/php-recaptcha/debian/watch	                        (rev 0)
+++ pear/php-recaptcha/debian/watch	2010-06-18 16:35:00 UTC (rev 1431)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/recaptcha/downloads/list (?:.*/)?recaptcha-php-([0-9\.]+?)\.zip




More information about the Pkg-php-commits mailing list