debian/0000755000000000000000000000000011361276333007173 5ustar debian/patches/0000755000000000000000000000000011361276330010617 5ustar debian/patches/series0000644000000000000000000000003311361264224012027 0ustar fix_for_networkbuild.patch debian/patches/fix_for_networkbuild.patch0000644000000000000000000000123411361264224016064 0ustar Index: django-threaded-multihost-1.3.2/setup.py =================================================================== --- django-threaded-multihost-1.3.2.orig/setup.py 2010-04-13 14:06:46.000000000 +0530 +++ django-threaded-multihost-1.3.2/setup.py 2010-04-13 14:08:02.000000000 +0530 @@ -1,5 +1,3 @@ -import ez_setup -ez_setup.use_setuptools() from setuptools import setup, find_packages version = __import__('threaded_multihost').__version__ @@ -26,5 +24,5 @@ packages = ['threaded_multihost'], #package_dir = {'':'threaded_multihost'}, include_package_data = False, - setup_requires = ["setuptools_hg"], + setup_requires = ["setuptools"], ) debian/source/0000755000000000000000000000000011361276330010470 5ustar debian/source/format0000644000000000000000000000001411361264224011675 0ustar 3.0 (quilt) debian/control0000644000000000000000000000200311361264224010565 0ustar Source: django-threaded-multihost Section: python Priority: optional Maintainer: Deepak Tripathi Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5), python-support, python-setuptools, quilt (>= 0.46-7~) Standards-Version: 3.8.4 XS-Python-Version: all Homepage: http://gosatchmo.com/apps/django-threaded-multihost/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-threaded-multihost/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-threaded-multihost/trunk/ Package: python-django-threaded-multihost Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-django Description: allows to serve multiple sites from one django installation This application provides multi-host utilities to Django projects by using threadlocals, middleware and simple utilities. Using the middleware provided, you can "easily" provide multi-site awareness to any project. debian/copyright0000644000000000000000000000503711361264224011127 0ustar This work was packaged for Debian by: Deepak Tripathi on Sun, 21 Feb 2010 07:09:06 +0000 It was downloaded from: http://gosatchmo.com/apps/django-threaded-multihost/ Upstream Author: Author: Bruce Kroeze Author-email: brucek@solidsitesolutions.com Contributer: - Herbert Poul http://sct.sphene.net, for inspiration, ideas, and the original Threadlocals we have heavily modified. - Dirk Datzert for contributing the initial test suite and the UserField/CreatorField/EditorField in fields.py Copyright: Copyright (c) 2008, Bruce Kroeze http://solidsitesolutions.com License: New BSD License =============== All rights reserved. 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 SolidSiteSolutions LLC, Zefamily LLC 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. On Debian systems, the complete text of the BSD License can be found in "/usr/share/common-licenses/BSD". The Debian packaging is: Copyright (C) 2010 Deepak Tripathi and is licensed under the GPL version 2,see "/usr/share/common-licenses/GPL-3". debian/changelog0000644000000000000000000000076711361264224011053 0ustar django-threaded-multihost (1.3.2-2) unstable; urgency=low * Changing to quilt 3.0. * Added debian/source/format * Stop downloading at build time (Closes: #573685) + Added quilt for changing setup.py * Change cdbs to debhelper >=7 -- Deepak Tripathi Tue, 13 Apr 2010 09:35:21 +0000 django-threaded-multihost (1.3.2-1) unstable; urgency=low * Initial release (Closes: #527169) -- Deepak Tripathi Sun, 21 Feb 2010 07:09:06 +0000 debian/watch0000644000000000000000000000017311361264224010221 0ustar version=3 http://bitbucket.org/bkroeze/django-threaded-multihost/downloads/django-threaded-multihost-(1\.3)-(\d+)\.tar\.gz debian/rules0000755000000000000000000000030111361265474010251 0ustar #!/usr/bin/make -f %: dh --with quilt $@ override_dh_auto_clean: dh_quilt_patch dh_auto_clean rm -rf build/ rm -rf django_threaded_multihost.egg-info rm -rf setuptools_hg-0.2-py2.5.egg debian/compat0000644000000000000000000000000211361264224010365 0ustar 7