[Python-modules-commits] r26144 - in packages/python-django-braces/trunk (12 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Sat Oct 12 16:28:59 UTC 2013


    Date: Saturday, October 12, 2013 @ 16:28:58
  Author: jandd
Revision: 26144

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

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


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

Added: packages/python-django-braces/trunk/debian/.gitignore
===================================================================
--- packages/python-django-braces/trunk/debian/.gitignore	                        (rev 0)
+++ packages/python-django-braces/trunk/debian/.gitignore	2013-10-12 16:28:58 UTC (rev 26144)
@@ -0,0 +1 @@
+.*.swp

Added: packages/python-django-braces/trunk/debian/changelog
===================================================================
--- packages/python-django-braces/trunk/debian/changelog	                        (rev 0)
+++ packages/python-django-braces/trunk/debian/changelog	2013-10-12 16:28:58 UTC (rev 26144)
@@ -0,0 +1,5 @@
+python-django-braces (1.2.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #725624)
+
+ -- Jan Dittberner <jandd at debian.org>  Sat, 12 Oct 2013 17:40:03 +0200

Added: packages/python-django-braces/trunk/debian/compat
===================================================================
--- packages/python-django-braces/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-braces/trunk/debian/compat	2013-10-12 16:28:58 UTC (rev 26144)
@@ -0,0 +1 @@
+9

Added: packages/python-django-braces/trunk/debian/control
===================================================================
--- packages/python-django-braces/trunk/debian/control	                        (rev 0)
+++ packages/python-django-braces/trunk/debian/control	2013-10-12 16:28:58 UTC (rev 26144)
@@ -0,0 +1,19 @@
+Source: python-django-braces
+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/brack3t/django-braces
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-braces/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-braces/trunk/
+
+Package: python-django-braces
+Architecture: all
+Depends: python-django, ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}
+Description: set of reusable, generic mixins for Django class based views
+ Django-braces provides a set of reusable, generic mixins for the Django
+ class based views system. The mixins can be used for access control, form
+ handling and other purposes.

Added: packages/python-django-braces/trunk/debian/copyright
===================================================================
--- packages/python-django-braces/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-braces/trunk/debian/copyright	2013-10-12 16:28:58 UTC (rev 26144)
@@ -0,0 +1,75 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-django-braces
+Source: https://github.com/brack3t/django-braces
+
+Files: *
+Copyright: 2012-2013 Kenneth Love <kenneth at gigantuan.net>
+           2012-2013 Chris Jones <chris at brack3t.com>
+           2012 Daniel Greenfeld
+           2012 Drew Tempelmeyer
+           2012 Baptiste Mispelon
+           2013 Derek Payton
+           2013 Rafal Stozek
+           2013 Ethan Soergel
+           2013 Piotr Kilczuk
+           2013 Rodney Folz
+           2013 Markus Zapke-Gründemann
+License: BSD-3-clause
+ Copyright (c) Brack3t and individual contributors.
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice,
+    this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of Brack3t 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 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.
+
+Files: debian/*
+Copyright: 2013 Jan Dittberner <jandd at debian.org>
+License: BSD-3-clause
+ Copyright (c) 2013, Jan Dittberner
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice,
+    this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of Brack3t 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 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-braces/trunk/debian/docs
===================================================================
--- packages/python-django-braces/trunk/debian/docs	                        (rev 0)
+++ packages/python-django-braces/trunk/debian/docs	2013-10-12 16:28:58 UTC (rev 26144)
@@ -0,0 +1,3 @@
+CONTRIBUTORS.txt
+README.md
+docs/_build/html

Added: packages/python-django-braces/trunk/debian/python-django-braces.doc-base
===================================================================
--- packages/python-django-braces/trunk/debian/python-django-braces.doc-base	                        (rev 0)
+++ packages/python-django-braces/trunk/debian/python-django-braces.doc-base	2013-10-12 16:28:58 UTC (rev 26144)
@@ -0,0 +1,9 @@
+Document: python-django-braces
+Title: Debian python-django-braces Manual
+Abstract: This manual describes what python-django-braces is
+ and how its mixins can help to write powerful Django views.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-django-braces/html/index.html
+Files: /usr/share/doc/python-django-braces/html/*.html

Added: packages/python-django-braces/trunk/debian/rules
===================================================================
--- packages/python-django-braces/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-braces/trunk/debian/rules	2013-10-12 16:28:58 UTC (rev 26144)
@@ -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-braces/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-django-braces/trunk/debian/source/format
===================================================================
--- packages/python-django-braces/trunk/debian/source/format	                        (rev 0)
+++ packages/python-django-braces/trunk/debian/source/format	2013-10-12 16:28:58 UTC (rev 26144)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-django-braces/trunk/debian/watch
===================================================================
--- packages/python-django-braces/trunk/debian/watch	                        (rev 0)
+++ packages/python-django-braces/trunk/debian/watch	2013-10-12 16:28:58 UTC (rev 26144)
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python-django-braces-$1.tar.gz/ \
+https://github.com/brack3t/django-braces/releases /brack3t/django-braces/archive/v([\d.]+)\.tar\.gz




More information about the Python-modules-commits mailing list