[Python-modules-commits] r11843 - in packages/django-threaded-multihost/trunk (7 files)

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Sun Feb 21 13:46:24 UTC 2010


    Date: Sunday, February 21, 2010 @ 13:46:21
  Author: deepak-guest
Revision: 11843

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/django-threaded-multihost/trunk/debian/
  packages/django-threaded-multihost/trunk/debian/changelog
  packages/django-threaded-multihost/trunk/debian/compat
  packages/django-threaded-multihost/trunk/debian/control
  packages/django-threaded-multihost/trunk/debian/copyright
  packages/django-threaded-multihost/trunk/debian/rules
  packages/django-threaded-multihost/trunk/debian/watch


Property changes on: packages/django-threaded-multihost/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/django-threaded-multihost/trunk/debian/changelog
===================================================================
--- packages/django-threaded-multihost/trunk/debian/changelog	                        (rev 0)
+++ packages/django-threaded-multihost/trunk/debian/changelog	2010-02-21 13:46:21 UTC (rev 11843)
@@ -0,0 +1,5 @@
+django-threaded-multihost (1.3.2-1) unstable; urgency=low
+
+  * Initial release (Closes: 527169)
+  
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Sun, 21 Feb 2010 07:09:06 +0000

Added: packages/django-threaded-multihost/trunk/debian/compat
===================================================================
--- packages/django-threaded-multihost/trunk/debian/compat	                        (rev 0)
+++ packages/django-threaded-multihost/trunk/debian/compat	2010-02-21 13:46:21 UTC (rev 11843)
@@ -0,0 +1 @@
+7

Added: packages/django-threaded-multihost/trunk/debian/control
===================================================================
--- packages/django-threaded-multihost/trunk/debian/control	                        (rev 0)
+++ packages/django-threaded-multihost/trunk/debian/control	2010-02-21 13:46:21 UTC (rev 11843)
@@ -0,0 +1,19 @@
+Source: django-threaded-multihost
+Section: python
+Priority: optional
+Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+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://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 server multiple sites from one django installation
+ This small app 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. 

Added: packages/django-threaded-multihost/trunk/debian/copyright
===================================================================
--- packages/django-threaded-multihost/trunk/debian/copyright	                        (rev 0)
+++ packages/django-threaded-multihost/trunk/debian/copyright	2010-02-21 13:46:21 UTC (rev 11843)
@@ -0,0 +1,63 @@
+This work was packaged for Debian by:
+
+   Deepak Tripathi <apenguinlinux at gmail.com> 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 at solidsitesolutions.com
+
+   Contributer: 
+   - Herbert Poul http://sct.sphene.net, for inspiration, ideas, and the
+     original Threadlocals we have heavily modified.
+   - Dirk Datzert <dirk at datzert.de> 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 <apenguinlinux at gmail.com>
+    and is licensed under the GPL version 2,see
+    "/usr/share/common-licenses/GPL-3".

Added: packages/django-threaded-multihost/trunk/debian/rules
===================================================================
--- packages/django-threaded-multihost/trunk/debian/rules	                        (rev 0)
+++ packages/django-threaded-multihost/trunk/debian/rules	2010-02-21 13:46:21 UTC (rev 11843)
@@ -0,0 +1,9 @@
+#!/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_threaded_multihost.egg-info
+	rm -rf $(CURDIR)/setuptools_hg-0.2-py2.5.egg


Property changes on: packages/django-threaded-multihost/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/django-threaded-multihost/trunk/debian/watch
===================================================================
--- packages/django-threaded-multihost/trunk/debian/watch	                        (rev 0)
+++ packages/django-threaded-multihost/trunk/debian/watch	2010-02-21 13:46:21 UTC (rev 11843)
@@ -0,0 +1,2 @@
+version=3
+http://bitbucket.org/bkroeze/django-threaded-multihost/downloads/django-threaded-multihost-(1\.3)-(\d+)\.tar\.gz




More information about the Python-modules-commits mailing list