debian/0000755000000000000000000000000011720531034007162 5ustar debian/compat0000644000000000000000000000000211720531034010360 0ustar 7 debian/changelog0000644000000000000000000000023611720531034011035 0ustar django-sekizai (0.5.0-1) unstable; urgency=low * Initial release (Closes: #660673) -- Ondřej Surý Mon, 20 Feb 2012 20:25:38 +0100 debian/control0000644000000000000000000000221711720531034010567 0ustar Source: django-sekizai Section: python Priority: optional Maintainer: Ondřej Surý Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90), python (>= 2.5), python-setuptools Standards-Version: 3.9.2 Homepage: http://django-sekizai.readthedocs.org/ Vcs-Git: git://git.debian.org/collab-maint/python-django-sekizai.git Vcs-Browser: http://git.debian.org/?p=collab-maint/python-django-sekizai.git;a=summary Package: python-django-sekizai Architecture: all Depends: ${misc:Depends}, python-support (>= 0.90), python-django, python-django-classy-tags Description: template blocks for Django projects Sekizai means “blocks” in Japanese, and that’s what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javscript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block. debian/copyright0000644000000000000000000000356711720531034011130 0ustar This work was packaged for Debian by: Ondřej Surý on Mon, 20 Feb 2012 20:25:38 +0100 It was downloaded from: https://github.com/ojii/django-sekizai Upstream Author: Jonas Obrist Copyright: Copyright (C) 2010, Jonas Obrist License: 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 Jonas Obrist 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 JONAS OBRIST 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. The Debian packaging is: Copyright (C) 2012 Ondřej Surý and is licensed under the same license as original work, e.g. BSD. debian/pyversions0000644000000000000000000000000511720531034011321 0ustar 2.5- debian/gbp.conf0000644000000000000000000000024311720531034010600 0ustar [DEFAULT] debian-branch = debian-sid debian-tag = debian/%(version)s upstream-branch = upstream upstream-tag = %(version)s pristine-tar = True [git-dch] meta = 1 debian/source/0000755000000000000000000000000011720531034010462 5ustar debian/source/format0000644000000000000000000000001411720531034011670 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000067211720531034010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@