[Python-modules-commits] r26125 - in packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk (11 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Fri Oct 11 20:49:39 UTC 2013


    Date: Friday, October 11, 2013 @ 20:49:38
  Author: jandd
Revision: 26125

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

Added:
  packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/
  packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/changelog
  packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/compat
  packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/control
  packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/copyright
  packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/docs
  packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/python-django-crispy-forms.doc-base
  packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/rules
  packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/source/
  packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/source/format
  packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/watch


Property changes on: packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/changelog
===================================================================
--- packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/changelog	                        (rev 0)
+++ packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/changelog	2013-10-11 20:49:38 UTC (rev 26125)
@@ -0,0 +1,5 @@
+python-django-crispy-forms (1.4.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #725618)
+
+ -- Jan Dittberner <jandd at debian.org>  Sun, 06 Oct 2013 21:26:25 +0200

Added: packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/compat
===================================================================
--- packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/compat	2013-10-11 20:49:38 UTC (rev 26125)
@@ -0,0 +1 @@
+9

Added: packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/control
===================================================================
--- packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/control	                        (rev 0)
+++ packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/control	2013-10-11 20:49:38 UTC (rev 26125)
@@ -0,0 +1,27 @@
+Source: python-django-crispy-forms
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Jan Dittberner <jandd at debian.org>
+Build-Depends: debhelper (>= 9), python
+Build-Depends-Indep: python-django, python-setuptools, python-sphinx | python3-sphinx
+Standards-Version: 3.9.4
+Homepage: https://github.com/maraujop/django-crispy-forms
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-crispy-forms/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-crispy-forms/trunk/
+
+Package: python-django-crispy-forms
+Architecture: all
+Depends: python-django, ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}
+Description: app for Django providing elegant form rendering
+ django-crispy-forms provides you with a |crispy filter and {% crispy %} tag
+ that will let you control the rendering behavior of your Django forms in a
+ very elegant and DRY way. Have full control without writing custom form
+ templates. All this without breaking the standard way of doing things in
+ Django, so it plays nice with any other form application.
+ .
+ Django-crispy-forms supports several frontend frameworks, such as Twitter
+ Bootstrap (versions 2 and 3), Uni-form and Foundation. You can also easily
+ adapt your custom company's one, creating your own, see the docs for more
+ information. You can easily switch among them using CRISPY_TEMPLATE_PACK
+ setting variable.

Added: packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/copyright
===================================================================
--- packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/copyright	2013-10-11 20:49:38 UTC (rev 26125)
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-django-crispy-forms
+Source: https://github.com/maraujop/django-crispy-forms
+
+Files: *
+Copyright: 2009-2013 Miguel Araujo and contributors
+License: MIT
+
+Files: debian/*
+Copyright: 2013 Jan Dittberner <jandd at debian.org>
+License: MIT
+
+License: MIT
+ 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/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/docs
===================================================================
--- packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/docs	                        (rev 0)
+++ packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/docs	2013-10-11 20:49:38 UTC (rev 26125)
@@ -0,0 +1,3 @@
+CONTRIBUTORS.txt
+*.rst
+docs/_build/html

Added: packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/python-django-crispy-forms.doc-base
===================================================================
--- packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/python-django-crispy-forms.doc-base	                        (rev 0)
+++ packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/python-django-crispy-forms.doc-base	2013-10-11 20:49:38 UTC (rev 26125)
@@ -0,0 +1,9 @@
+Document: django-crispy-forms
+Title: Django Crispy Forms Documentation
+Abstract: This is the documentation of Django Crispy Forms, a Django app
+ providing elegant form rendering.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-django-crispy-forms/html/index.html
+Files: /usr/share/doc/python-django-crispy-forms/html/*.html

Added: packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/rules
===================================================================
--- packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/rules	2013-10-11 20:49:38 UTC (rev 26125)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+override_dh_auth_clean:
+	rm -rf docs/_build
+	dh_auto_clean
+
+override_dh_auto_build:
+	cd docs && $(MAKE) html
+	dh_auto_build
+
+override_dh_install_changelogs:
+	dh_install_changelogs -i CHANGELOG.md
+
+%:
+	dh $@ --with=python2,sphinxdoc --buildsystem=python_distutils


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

Added: packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/source/format
===================================================================
--- packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/source/format	                        (rev 0)
+++ packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/source/format	2013-10-11 20:49:38 UTC (rev 26125)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/watch
===================================================================
--- packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/watch	                        (rev 0)
+++ packages/python-django-crispy-forms/trunk/python-django-crispy-forms/trunk/debian/watch	2013-10-11 20:49:38 UTC (rev 26125)
@@ -0,0 +1,2 @@
+version=3
+https://github.com/maraujop/django-crispy-forms/releases /maraujop/django-crispy-forms/archive/([\d.]+)\.tar\.gz




More information about the Python-modules-commits mailing list