[Python-modules-commits] r29417 - in packages/django-simple-captcha/trunk (8 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Fri Jun 20 05:50:28 UTC 2014


    Date: Friday, June 20, 2014 @ 05:50:27
  Author: bam
Revision: 29417

[svn-inject] Applying Debian modifications (0.4.2-1) to trunk

Added:
  packages/django-simple-captcha/trunk/debian/
  packages/django-simple-captcha/trunk/debian/changelog
  packages/django-simple-captcha/trunk/debian/compat
  packages/django-simple-captcha/trunk/debian/control
  packages/django-simple-captcha/trunk/debian/copyright
  packages/django-simple-captcha/trunk/debian/rules
  packages/django-simple-captcha/trunk/debian/source/
  packages/django-simple-captcha/trunk/debian/source/format


Property changes on: packages/django-simple-captcha/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/django-simple-captcha/trunk/debian/changelog
===================================================================
--- packages/django-simple-captcha/trunk/debian/changelog	                        (rev 0)
+++ packages/django-simple-captcha/trunk/debian/changelog	2014-06-20 05:50:27 UTC (rev 29417)
@@ -0,0 +1,49 @@
+django-simple-captcha (0.4.2-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Brian May <bam at debian.org>  Wed, 02 Apr 2014 13:16:14 +1100
+
+django-simple-captcha (0.3.7-4) unstable; urgency=low
+
+  * Requires at least python 2.6.
+
+ -- Brian May <bam at debian.org>  Thu, 30 May 2013 13:52:57 +1000
+
+django-simple-captcha (0.3.7-3) unstable; urgency=low
+
+  * Add depends on python-six.
+
+ -- Brian May <bam at debian.org>  Wed, 29 May 2013 16:14:33 +1000
+
+django-simple-captcha (0.3.7-2) unstable; urgency=low
+
+  * Remove depends on python-pillow, which is not needed.
+
+ -- Brian May <bam at debian.org>  Wed, 29 May 2013 11:37:31 +1000
+
+django-simple-captcha (0.3.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update Debian packaging.
+
+ -- Brian May <bam at debian.org>  Wed, 29 May 2013 09:53:05 +1000
+
+django-simple-captcha (0.3.6~20130219-1) unstable; urgency=low
+
+  * New upstream version.
+  * Taking over Packaging.
+
+ -- Brian May <bam at debian.org>  Tue, 19 Feb 2013 10:09:59 +1100
+
+django-simple-captcha (0.1.7-2) testing; urgency=low
+
+  * Fixed wrong dependency
+
+ -- Sam Morrison <sam at vpac.org>  Wed, 26 May 2010 10:28:16 +1000
+
+django-simple-captcha (0.1.7-1) testing; urgency=low
+
+  * Initial release. 
+
+ -- Sam Morrison <sam at vpac.org>  Wed, 26 May 2010 09:52:10 +1000

Added: packages/django-simple-captcha/trunk/debian/compat
===================================================================
--- packages/django-simple-captcha/trunk/debian/compat	                        (rev 0)
+++ packages/django-simple-captcha/trunk/debian/compat	2014-06-20 05:50:27 UTC (rev 29417)
@@ -0,0 +1 @@
+7

Added: packages/django-simple-captcha/trunk/debian/control
===================================================================
--- packages/django-simple-captcha/trunk/debian/control	                        (rev 0)
+++ packages/django-simple-captcha/trunk/debian/control	2014-06-20 05:50:27 UTC (rev 29417)
@@ -0,0 +1,15 @@
+Source: django-simple-captcha
+Section: python
+Priority: optional
+Maintainer: Brian May <bam at debian.org>
+Build-Depends: debhelper (>=8.1.0), python (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.5
+Homepage: https://github.com/mbi/django-simple-captcha
+X-Python-Version: >= 2.6
+
+Package: django-simple-captcha
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.4), python-imaging (>= 1.1.7), python-six
+Description: Django Simple Captcha Django application
+ Django Simple Captcha is an extremely simple, yet highly customizable Django
+ application to add captcha images to any Django form.

Added: packages/django-simple-captcha/trunk/debian/copyright
===================================================================
--- packages/django-simple-captcha/trunk/debian/copyright	                        (rev 0)
+++ packages/django-simple-captcha/trunk/debian/copyright	2014-06-20 05:50:27 UTC (rev 29417)
@@ -0,0 +1,34 @@
+This package was debianized by Sam Morrison
+ on Tue, 25 May 2010 15:04:41 +1200.
+
+It was downloaded from http://code.google.com/p/django-simple-captcha/
+
+Upstream Author:
+
+    Marco Bonetti
+
+Copyright:
+
+    Copyright (c) 2008 - 2010 Marco Bonetti
+
+License:
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+

Added: packages/django-simple-captcha/trunk/debian/rules
===================================================================
--- packages/django-simple-captcha/trunk/debian/rules	                        (rev 0)
+++ packages/django-simple-captcha/trunk/debian/rules	2014-06-20 05:50:27 UTC (rev 29417)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@ --with python2


Property changes on: packages/django-simple-captcha/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/django-simple-captcha/trunk/debian/source/format
===================================================================
--- packages/django-simple-captcha/trunk/debian/source/format	                        (rev 0)
+++ packages/django-simple-captcha/trunk/debian/source/format	2014-06-20 05:50:27 UTC (rev 29417)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list