[Python-modules-commits] r20462 - in packages/django-floppyforms/trunk (12 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Feb 15 06:52:13 UTC 2012


    Date: Wednesday, February 15, 2012 @ 06:52:10
  Author: fladi-guest
Revision: 20462

Initial packaging.

Added:
  packages/django-floppyforms/trunk/debian/
  packages/django-floppyforms/trunk/debian/changelog
  packages/django-floppyforms/trunk/debian/clean
  packages/django-floppyforms/trunk/debian/compat
  packages/django-floppyforms/trunk/debian/control
  packages/django-floppyforms/trunk/debian/copyright
  packages/django-floppyforms/trunk/debian/docs
  packages/django-floppyforms/trunk/debian/rules
  packages/django-floppyforms/trunk/debian/settings.py
  packages/django-floppyforms/trunk/debian/source/
  packages/django-floppyforms/trunk/debian/source/format
  packages/django-floppyforms/trunk/debian/watch


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

Added: packages/django-floppyforms/trunk/debian/changelog
===================================================================
--- packages/django-floppyforms/trunk/debian/changelog	                        (rev 0)
+++ packages/django-floppyforms/trunk/debian/changelog	2012-02-15 06:52:10 UTC (rev 20462)
@@ -0,0 +1,5 @@
+django-floppyforms (0.4.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #659902)
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 14 Feb 2012 16:39:16 +0100

Added: packages/django-floppyforms/trunk/debian/clean
===================================================================
--- packages/django-floppyforms/trunk/debian/clean	                        (rev 0)
+++ packages/django-floppyforms/trunk/debian/clean	2012-02-15 06:52:10 UTC (rev 20462)
@@ -0,0 +1 @@
+django_floppyforms.egg-info/SOURCES.txt

Added: packages/django-floppyforms/trunk/debian/compat
===================================================================
--- packages/django-floppyforms/trunk/debian/compat	                        (rev 0)
+++ packages/django-floppyforms/trunk/debian/compat	2012-02-15 06:52:10 UTC (rev 20462)
@@ -0,0 +1 @@
+7

Added: packages/django-floppyforms/trunk/debian/control
===================================================================
--- packages/django-floppyforms/trunk/debian/control	                        (rev 0)
+++ packages/django-floppyforms/trunk/debian/control	2012-02-15 06:52:10 UTC (rev 20462)
@@ -0,0 +1,30 @@
+Source: django-floppyforms
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all (>= 2.6.6-3~),
+               python-django (>= 1.2),
+               python-setuptools
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.6
+Homepage: https://github.com/brutasse/django-floppyforms
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-floppyforms/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-floppyforms/trunk/
+
+Package: python-django-floppyforms
+Architecture: all
+Depends: python-django (>= 1.2), ${misc:Depends}, ${python:Depends}
+Description: better control of form rendering in Django
+ Django-foppyforms is an application that gives you full control of the 
+ output of forms rendering. This is more a widgets library than a forms 
+ library but form fields are provided for convenience. The forms API and 
+ features are exactly the same as Django’s, the key difference is that 
+ widgets are rendered in templates instead of using string interpolation.
+ .
+ The widgets API allows you to customize and extend the widgets behaviour, 
+ making it very easy to define custom widgets. The default widgets are very 
+ similar to the default Django widgets, except that they implement some 
+ nice features of HTML5 forms, such as the placeholder and required 
+ attribute, as well as the new <input> types.

Added: packages/django-floppyforms/trunk/debian/copyright
===================================================================
--- packages/django-floppyforms/trunk/debian/copyright	                        (rev 0)
+++ packages/django-floppyforms/trunk/debian/copyright	2012-02-15 06:52:10 UTC (rev 20462)
@@ -0,0 +1,38 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: django-floppyforms
+Upstream-Contact: Bruno Renié <bruno at renie.fr>
+Source: https://github.com/brutasse/django-floppyforms
+
+Files: *
+Copyright: 2009-2010, Bruno Renié <bruno at renie.fr>
+License: BSD-floppyforms
+
+Files: debian/*
+Copyright: 2011, Michael Fladischer <FladischerMichael at fladi.at>
+License: BSD-floppyforms
+
+License: BSD-floppyforms
+ 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 Bruno Renié 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 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 HOLDER 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/django-floppyforms/trunk/debian/docs
===================================================================
--- packages/django-floppyforms/trunk/debian/docs	                        (rev 0)
+++ packages/django-floppyforms/trunk/debian/docs	2012-02-15 06:52:10 UTC (rev 20462)
@@ -0,0 +1 @@
+README.rst

Added: packages/django-floppyforms/trunk/debian/rules
===================================================================
--- packages/django-floppyforms/trunk/debian/rules	                        (rev 0)
+++ packages/django-floppyforms/trunk/debian/rules	2012-02-15 06:52:10 UTC (rev 20462)
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+%:
+	dh $@ --with python2
+
+.PHONY: override_dh_auto_test
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	django-admin startproject testproject
+	cp debian/settings.py testproject/settings.py
+	set -e; \
+	for python in $(shell pyversions -r); do \
+	  PYTHONPATH=".:src" $$python testproject/manage.py test --settings=testproject.settings; \
+	done
+	rm -rf testproject
+endif
+
+.PHONY: override_dh_auto_install
+override_dh_auto_install:
+	dh_auto_install
+	sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/python-django-floppyforms/usr/lib/python2.*/*-packages/django_floppyforms-*.egg-info/PKG-INFO


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

Added: packages/django-floppyforms/trunk/debian/settings.py
===================================================================
--- packages/django-floppyforms/trunk/debian/settings.py	                        (rev 0)
+++ packages/django-floppyforms/trunk/debian/settings.py	2012-02-15 06:52:10 UTC (rev 20462)
@@ -0,0 +1,8 @@
+DATABASES = {
+    'default': {
+        'ENGINE': 'django.db.backends.sqlite3',
+        'NAME': 'testproject/test.db3'
+    }
+}
+INSTALLED_APPS = ['floppyforms']
+

Added: packages/django-floppyforms/trunk/debian/source/format
===================================================================
--- packages/django-floppyforms/trunk/debian/source/format	                        (rev 0)
+++ packages/django-floppyforms/trunk/debian/source/format	2012-02-15 06:52:10 UTC (rev 20462)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/django-floppyforms/trunk/debian/watch
===================================================================
--- packages/django-floppyforms/trunk/debian/watch	                        (rev 0)
+++ packages/django-floppyforms/trunk/debian/watch	2012-02-15 06:52:10 UTC (rev 20462)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/d/django-floppyforms/django-floppyforms-([\d\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list