--- python-django-formfieldset-0+git20090520-621cb58.orig/debian/control +++ python-django-formfieldset-0+git20090520-621cb58/debian/control @@ -0,0 +1,18 @@ +Source: python-django-formfieldset +Section: python +Priority: optional +Maintainer: Daniel Watkins +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 7), python, python-support +Standards-Version: 3.8.1 +Homepage: http://github.com/muhuk/django-formfieldset/tree/master +Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-formfieldset/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-formfieldset/trunk/ + +Package: python-django-formfieldset +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0) +Description: fieldset rendering mixin for Django-based forms + This package provides a mixin class for forms that use the Django web + framework. It allows forms to be partitioned into groups (or + "fieldsets") in a similar way to the built-in admin system. --- python-django-formfieldset-0+git20090520-621cb58.orig/debian/rules +++ python-django-formfieldset-0+git20090520-621cb58/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +%: + dh $@ + +get-orig-source: + git clone git://github.com/muhuk/django-formfieldset.git + set -e; \ + revid=`git --git-dir=django-formfieldset/.git/ rev-list --abbrev=7 --abbrev-commit --no-walk HEAD`; \ + version_string=0+git`date +%Y%m%d`-$$revid; \ + dirname=python-django-formfieldset-$$version_string; \ + git --git-dir=django-formfieldset/.git/ archive --format=tar HEAD | gzip > python-django-formfieldset_$$version_string.orig.tar.gz; \ + rm -rf django-formfieldset --- python-django-formfieldset-0+git20090520-621cb58.orig/debian/compat +++ python-django-formfieldset-0+git20090520-621cb58/debian/compat @@ -0,0 +1 @@ +7 --- python-django-formfieldset-0+git20090520-621cb58.orig/debian/docs +++ python-django-formfieldset-0+git20090520-621cb58/debian/docs @@ -0,0 +1 @@ +README.markdown --- python-django-formfieldset-0+git20090520-621cb58.orig/debian/README.Debian +++ python-django-formfieldset-0+git20090520-621cb58/debian/README.Debian @@ -0,0 +1,4 @@ +To use django-formfieldset within your application, see the +'Installation' section of README.markdown and disregard the first step. + + -- Daniel Watkins Thu, 12 Mar 2009 12:04:22 +0000 --- python-django-formfieldset-0+git20090520-621cb58.orig/debian/changelog +++ python-django-formfieldset-0+git20090520-621cb58/debian/changelog @@ -0,0 +1,25 @@ +python-django-formfieldset (0+git20090520-621cb58-1) unstable; urgency=low + + * New upstream snapshot. + + -- Daniel Watkins Tue, 19 May 2009 17:11:39 +0100 + +python-django-formfieldset (0+git20090519-b0b39df-1) unstable; urgency=low + + * New upstream snapshot. + + -- Daniel Watkins Tue, 19 May 2009 11:06:26 +0100 + +python-django-formfieldset (0+git20090506-1985f32-1) unstable; urgency=low + + * New upstream snapshot. + * Add Python Module Packaging Team to Uploaders, and update Vcs-* headers to + reflect move to PMPT SVN. + + -- Daniel Watkins Wed, 06 May 2009 17:11:50 +0100 + +python-django-formfieldset (0+git20090406-ba37786-1) unstable; urgency=low + + * Initial release. (Closes: #519411) + + -- Daniel Watkins Fri, 13 Mar 2009 13:39:20 +0000 --- python-django-formfieldset-0+git20090520-621cb58.orig/debian/watch +++ python-django-formfieldset-0+git20090520-621cb58/debian/watch @@ -0,0 +1 @@ +# This is a git snapshot, so a watch file is impractical. --- python-django-formfieldset-0+git20090520-621cb58.orig/debian/copyright +++ python-django-formfieldset-0+git20090520-621cb58/debian/copyright @@ -0,0 +1,38 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: django-formfieldset +Upstream-Maintainer: Atamert Ölçgen +Upstream-Source: http://github.com/muhuk/django-formfieldset/tree/master + +Files: * +Copyright: Copyright (c) 2006, Atamert Ölçgen (http://www.muhuk.com) +License: BSD + +Files: setup.py, debian/* +Copyright: Copyright © 2009 Daniel Watkins +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: + . + 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 django-formfieldset 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.