[Python-modules-commits] r8326 - in packages/python-django-contact-form (8 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Fri May 1 10:37:49 UTC 2009


    Date: Friday, May 1, 2009 @ 10:37:49
  Author: odd_bloke-guest
Revision: 8326

Started packaging.

Added:
  packages/python-django-contact-form/trunk/
  packages/python-django-contact-form/trunk/debian/
  packages/python-django-contact-form/trunk/debian/changelog
  packages/python-django-contact-form/trunk/debian/compat
  packages/python-django-contact-form/trunk/debian/control
  packages/python-django-contact-form/trunk/debian/copyright
  packages/python-django-contact-form/trunk/debian/rules
  packages/python-django-contact-form/trunk/debian/watch

Added: packages/python-django-contact-form/trunk/debian/changelog
===================================================================
--- packages/python-django-contact-form/trunk/debian/changelog	                        (rev 0)
+++ packages/python-django-contact-form/trunk/debian/changelog	2009-05-01 10:37:49 UTC (rev 8326)
@@ -0,0 +1,5 @@
+python-django-contact-form (0+hg61-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #518460)
+
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Fri, 06 Mar 2009 09:44:03 +0000

Added: packages/python-django-contact-form/trunk/debian/compat
===================================================================
--- packages/python-django-contact-form/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-contact-form/trunk/debian/compat	2009-05-01 10:37:49 UTC (rev 8326)
@@ -0,0 +1 @@
+7

Added: packages/python-django-contact-form/trunk/debian/control
===================================================================
--- packages/python-django-contact-form/trunk/debian/control	                        (rev 0)
+++ packages/python-django-contact-form/trunk/debian/control	2009-05-01 10:37:49 UTC (rev 8326)
@@ -0,0 +1,20 @@
+Source: python-django-contact-form
+Section: python
+Priority: optional
+Maintainer: Daniel Watkins <daniel at daniel-watkins.co.uk>
+Build-Depends: debhelper (>= 7), python, python-support
+Standards-Version: 3.8.0
+Homepage: http://bitbucket.org/ubernostrum/django-contact-form/overview/
+Vcs-Bzr: http://bzr.daniel-watkins.co.uk/debian/python-django-contact-form
+
+Package: python-django-contact-form
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
+Description: extensible contact-form application for Django
+ This package provides a reusable application which simplifies including
+ a contact form within Django, the Python web framework.  It includes
+ integration with Akismet for spam filtering, and sends emails out based
+ on a template.
+ .
+ It is fully extensible, all the forms and views are written to be
+ subclassed or wrapped as appropriate.

Added: packages/python-django-contact-form/trunk/debian/copyright
===================================================================
--- packages/python-django-contact-form/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-contact-form/trunk/debian/copyright	2009-05-01 10:37:49 UTC (rev 8326)
@@ -0,0 +1,39 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: django-contact-form
+Upstream-Maintainer: James Bennett <james at b-list.org>
+Upstream-Source: https://bitbucket.org/ubernostrum/django-contact-form/
+
+Files: *
+Copyright: Copyright (c) 2007, James Bennett
+License: BSD
+
+Files: debian/*
+Copyright: Copyright © 2009  Daniel Watkins <daniel at daniel-watkins.co.uk>
+License: BSD
+
+License: BSD
+ 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.
+     * Neither the name of the author nor the names of other
+       contributors may 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.

Added: packages/python-django-contact-form/trunk/debian/rules
===================================================================
--- packages/python-django-contact-form/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-contact-form/trunk/debian/rules	2009-05-01 10:37:49 UTC (rev 8326)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+get-orig-source:
+	hg clone https://bitbucket.org/ubernostrum/django-contact-form/
+	set -e; \
+	revno=`hg tip --template "{rev}" -R django-contact-form` \
+	dirname=python-django-filebrowser-0+hg$$revno; \
+	hg archive -R django-contact-form $$dirname; \
+	rm $$dirname/.hg*; \
+	tar zcf python-django-contact-form_0+hg$$revno.orig.tar.gz $$dirname; \
+	rm -rf django-contact-form $$dirname


Property changes on: packages/python-django-contact-form/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-django-contact-form/trunk/debian/watch
===================================================================
--- packages/python-django-contact-form/trunk/debian/watch	                        (rev 0)
+++ packages/python-django-contact-form/trunk/debian/watch	2009-05-01 10:37:49 UTC (rev 8326)
@@ -0,0 +1 @@
+# This is a Mercurial snapshot, so a watch file is impractical.




More information about the Python-modules-commits mailing list