debian/0000755000000000000000000000000012141461536007171 5ustar debian/examples0000644000000000000000000000001012141461536010721 0ustar example debian/rules0000755000000000000000000000003612141461536010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000170012141461536010572 0ustar Source: django-authority Section: python Priority: optional Maintainer: Debian QA Group Standards-Version: 3.9.4 Build-Depends-Indep: debhelper (>= 7.0.50~), python-support Build-Depends: python-setuptools Homepage: http://packages.python.org/django-authority/ Vcs-Browser: http://git.debian.org/?p=collab-maint/django-authority.git Vcs-Git: git://git.debian.org/git/collab-maint/django-authority.git Package: python-django-authority Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: more powerful permission system for Django django-authority is a powerful layer between Django's basic permission system (provided through django.contrib.auth) and your application. . It gives you the ability to add permissions like Django's generic permissions to any kind of model without having to add them to the model's Meta class, and provides a very simple way to create per-object (or row-level) permissions. debian/pyversions0000644000000000000000000000000512141461536011330 0ustar 2.5- debian/copyright0000644000000000000000000000325412141461536011130 0ustar This is the Debian prepackaged version of django-authority This package was put together by Clint Adams with sources obtained from: http://pypi.python.org/pypi/django-authority/ Copyright (c) 2009, Jannis Leidel 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 the author nor the names of other 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/patches/0000755000000000000000000000000012141461536010620 5ustar debian/patches/series0000644000000000000000000000003512141461536012033 0ustar exclude-example-module.patch debian/patches/exclude-example-module.patch0000644000000000000000000000115512141461536016210 0ustar Description: Exclude example directory from packaging in global python namespace. Author: Janos Guljas Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634923 Last-Update: 2012-06-07 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ license='BSD', url='http://bitbucket.org/jezdez/django-authority/', download_url='http://bitbucket.org/jezdez/django-authority/downloads/', - packages=find_packages(), + packages=find_packages(exclude=('example','example.exampleapp')), classifiers=[ 'Development Status :: 3 - Alpha', 'Environment :: Web Environment', debian/changelog0000644000000000000000000000120412141461536011040 0ustar django-authority (0.5-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.4. * Orphan package. -- Clint Adams Sun, 05 May 2013 09:48:58 -0400 django-authority (0.4-2) unstable; urgency=low [ Janos Guljas ] * Exclude example directory from packaging in global python namespace. closes: #634923. [ Clint Adams ] * Bump to Standards-Version 3.9.3. -- Clint Adams Thu, 07 Jun 2012 13:46:56 -0400 django-authority (0.4-1) unstable; urgency=low * Initial release. closes: #626963. -- Clint Adams Mon, 16 May 2011 14:34:30 -0400 debian/compat0000644000000000000000000000000212141461536010367 0ustar 5 debian/source/0000755000000000000000000000000012141461536010471 5ustar debian/source/format0000644000000000000000000000001412141461536011677 0ustar 3.0 (quilt)