--- django-app-plugins-0.1.1.orig/debian/watch +++ django-app-plugins-0.1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://django-app-plugins.googlecode.com/ files/django-app-plugins-(.*)\.tar\.gz --- django-app-plugins-0.1.1.orig/debian/control +++ django-app-plugins-0.1.1/debian/control @@ -0,0 +1,20 @@ +Source: django-app-plugins +Section: python +Priority: optional +Maintainer: Deepak Tripathi +Uploaders: Debian Python Modules Team +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7.0.50~), python (>= 2.5), python-support, python-setuptools +Standards-Version: 3.8.4 +XS-Python-Version: all +Homepage: http://code.google.com/p/django-app-plugins/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-app-plugins/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-app-plugins/trunk/ + +Package: python-django-app-plugins +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-django +Description: plugin system for django + Allow 3rd party apps to dynamically insert template inclusions into your + apps at pre-defined plugin points. Similar to how Eclipse manages plugins + via contributors.You could think of this as the reverse of the {% block %} + or {% include %} tags. --- django-app-plugins-0.1.1.orig/debian/rules +++ django-app-plugins-0.1.1/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +clean:: + rm -rf $(CURDIR)/django_app_plugins.egg-info --- django-app-plugins-0.1.1.orig/debian/copyright +++ django-app-plugins-0.1.1/debian/copyright @@ -0,0 +1,37 @@ +This work was packaged for Debian by: + Deepak Tripathi on Thu, 18 Feb 2010 08:41:52 +0000 + +It was downloaded from http://code.google.com/p/django-app-plugins/ + +Upstream Author: + Author: Doug Napoleone + Author-email: doug.napoleone@gmail.com + +Copyright: + Copyright (c) 2008 Doug Napoleone + +License: + + MIT License: + + 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. +-- +The Debian packaging is: + Copyright (C) 2010 Deepak Tripathi and is licensed + under the GPL, see `/usr/share/common-licenses/GPL-2'. \ No newline at end of file --- django-app-plugins-0.1.1.orig/debian/compat +++ django-app-plugins-0.1.1/debian/compat @@ -0,0 +1 @@ +7 --- django-app-plugins-0.1.1.orig/debian/changelog +++ django-app-plugins-0.1.1/debian/changelog @@ -0,0 +1,5 @@ +django-app-plugins (0.1.1-1) unstable; urgency=low + + * Initial release (Closes: #527168) + + -- Deepak Tripathi Thu, 18 Feb 2010 08:41:52 +0000