[Python-modules-commits] r15437 - in packages/django-kombu/trunk (10 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Thu Feb 3 12:45:46 UTC 2011


    Date: Thursday, February 3, 2011 @ 12:45:40
  Author: fladi-guest
Revision: 15437

Initial packaging.

Added:
  packages/django-kombu/trunk/debian/
  packages/django-kombu/trunk/debian/changelog
  packages/django-kombu/trunk/debian/compat
  packages/django-kombu/trunk/debian/control
  packages/django-kombu/trunk/debian/copyright
  packages/django-kombu/trunk/debian/docs
  packages/django-kombu/trunk/debian/rules
  packages/django-kombu/trunk/debian/source/
  packages/django-kombu/trunk/debian/source/format
  packages/django-kombu/trunk/debian/watch


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

Added: packages/django-kombu/trunk/debian/changelog
===================================================================
--- packages/django-kombu/trunk/debian/changelog	                        (rev 0)
+++ packages/django-kombu/trunk/debian/changelog	2011-02-03 12:45:40 UTC (rev 15437)
@@ -0,0 +1,5 @@
+django-kombu (0.9.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #611895)
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Thu, 03 Feb 2011 13:25:55 +0100

Added: packages/django-kombu/trunk/debian/compat
===================================================================
--- packages/django-kombu/trunk/debian/compat	                        (rev 0)
+++ packages/django-kombu/trunk/debian/compat	2011-02-03 12:45:40 UTC (rev 15437)
@@ -0,0 +1 @@
+7

Added: packages/django-kombu/trunk/debian/control
===================================================================
--- packages/django-kombu/trunk/debian/control	                        (rev 0)
+++ packages/django-kombu/trunk/debian/control	2011-02-03 12:45:40 UTC (rev 15437)
@@ -0,0 +1,26 @@
+Source: django-kombu
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 7.0.50~), 
+               python-all (>=2.6), 
+               python-django,
+               python-setuptools,
+               python-support,
+XS-Python-Version: >= 2.6
+Standards-Version: 3.9.1
+Homepage: https://github.com/ask/django-kombu/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-kombu/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-kombu/trunk/
+
+Package: python-django-kombu
+Architecture: all
+Depends: ${misc:Depends}, 
+         ${python:Depends},
+         python-django
+Provides: ${python:Provides}
+Description: Kombu transport using the Django database as a message store
+ This package provides a message store for Kombu inside a Django database. It 
+ is intended be used together with python-kombu and provides a transport for 
+ it.

Added: packages/django-kombu/trunk/debian/copyright
===================================================================
--- packages/django-kombu/trunk/debian/copyright	                        (rev 0)
+++ packages/django-kombu/trunk/debian/copyright	2011-02-03 12:45:40 UTC (rev 15437)
@@ -0,0 +1,39 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: django-kombu
+Upstream-Contact: Ask Solem <askh at opera.com>
+Source: http://pypi.python.org/pypi/django-kombu/
+
+Files: *
+Copyright: 2009-2011, Ask Solem and contributors.
+License: BSD
+
+Files: debian/*
+Copyright: 2011, Fladischer Michael
+License: BSD
+
+License: BSD
+ 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 Ask Solem 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.
+

Added: packages/django-kombu/trunk/debian/docs
===================================================================
--- packages/django-kombu/trunk/debian/docs	                        (rev 0)
+++ packages/django-kombu/trunk/debian/docs	2011-02-03 12:45:40 UTC (rev 15437)
@@ -0,0 +1,2 @@
+README
+TODO

Added: packages/django-kombu/trunk/debian/rules
===================================================================
--- packages/django-kombu/trunk/debian/rules	                        (rev 0)
+++ packages/django-kombu/trunk/debian/rules	2011-02-03 12:45:40 UTC (rev 15437)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+


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

Added: packages/django-kombu/trunk/debian/source/format
===================================================================
--- packages/django-kombu/trunk/debian/source/format	                        (rev 0)
+++ packages/django-kombu/trunk/debian/source/format	2011-02-03 12:45:40 UTC (rev 15437)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/django-kombu/trunk/debian/watch
===================================================================
--- packages/django-kombu/trunk/debian/watch	                        (rev 0)
+++ packages/django-kombu/trunk/debian/watch	2011-02-03 12:45:40 UTC (rev 15437)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/d/django-kombu/django-kombu-([\d\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list