debian/0000755000000000000000000000000012261504340007163 5ustar debian/python-bootstrapform.install0000644000000000000000000000002112261504340014764 0ustar /usr/lib/python* debian/source/0000755000000000000000000000000012261504340010463 5ustar debian/source/format0000644000000000000000000000001412261504340011671 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012261504340010576 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/copyright0000644000000000000000000000373512261504340011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: django-bootstrap-form Upstream-Contact: tzangms Source: http://github.com/tzangms/django-bootstrap-form Files: debian/* Copyright: (c) 2013, Thomas Goirand License: BSD-3-clause Files: * Copyright: (c) 2011-2012, tzangms (c) 2011, Matt Austin (c) 2011, Roberto Rosario License: BSD-3-clause License: BSD-3-clause 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-bootstrap-form 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. debian/rules0000755000000000000000000000136112261504340010244 0ustar #!/usr/bin/make -f PYTHONS:=$(shell pyversions -vr) #PYTHON3S:=$(shell py3versions -vr) UPSTREAM_GIT = git://github.com/tzangms/django-bootstrap-form.git -include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --buildsystem=python_distutils --with python2,sphinxdoc override_dh_sphinxdoc: PYTHONPATH=$(CURDIR) sphinx-build docs debian/python-bootstrapform-doc/usr/share/doc/python-bootstrapform-doc dh_sphinxdoc -O--buildsystem=python_distutils override_dh_install: rm -r $(CURDIR)/debian/tmp/usr/lib/python*/dist-packages/tests/ dh_install -O--buildsystem=python_distutils ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: set -e && for pyvers in $(PYTHONS); do \ python$$pyvers setup.py test ; \ done endif debian/changelog0000644000000000000000000000104312261504340011033 0ustar python-django-bootstrap-form (3.1.0-3) unstable; urgency=medium * Do not package the test folder (Closes: #733729). -- Thomas Goirand Fri, 03 Jan 2014 17:46:38 +0800 python-django-bootstrap-form (3.1.0-2) unstable; urgency=medium * Added missing python-django build-depends. -- Thomas Goirand Mon, 30 Dec 2013 01:51:49 +0000 python-django-bootstrap-form (3.1.0-1) unstable; urgency=low * Initial release. (Closes: #730463) -- Thomas Goirand Mon, 25 Nov 2013 17:44:33 +0800 debian/control0000644000000000000000000000273212261504340010572 0ustar Source: python-django-bootstrap-form Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools, python-sphinx (>= 1.0.7+dfsg), python-django Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-django-bootstrap-form.git Vcs-Git: git://anonscm.debian.org/openstack/python-django-bootstrap-form.git Homepage: http://github.com/tzangms/django-bootstrap-form Package: python-bootstrapform Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${python:Depends} Description: generate twitter-bootstrap form output for django form Django bootstrap form generates twitter-bootstrap form output for django form. A simple Django template tag to work with twitter bootstrap. . This package contains the Python 2.x module. Package: python-bootstrapform-doc Section: doc Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: generate twitter-bootstrap form output for django form - doc Django bootstrap form generates twitter-bootstrap form output for django form. A simple Django template tag to work with twitter bootstrap. . This package contains the documentation. debian/compat0000644000000000000000000000000212261504340010361 0ustar 9 debian/watch0000644000000000000000000000015312261504340010213 0ustar version=3 http://pypi.python.org/packages/source/d/django-bootstrap-form django-bootstrap-form-(.*).tar.gz