[Python-modules-commits] r13806 - in packages/django-celery/trunk (10 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Jul 6 09:57:00 UTC 2010


    Date: Tuesday, July 6, 2010 @ 09:56:55
  Author: fladi-guest
Revision: 13806

Initial packaging. Still needs a lot of testing.

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


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

Added: packages/django-celery/trunk/debian/changelog
===================================================================
--- packages/django-celery/trunk/debian/changelog	                        (rev 0)
+++ packages/django-celery/trunk/debian/changelog	2010-07-06 09:56:55 UTC (rev 13806)
@@ -0,0 +1,5 @@
+django-celery-ldap (2.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #588229)
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 05 Jul 2010 12:14:41 +0200

Added: packages/django-celery/trunk/debian/compat
===================================================================
--- packages/django-celery/trunk/debian/compat	                        (rev 0)
+++ packages/django-celery/trunk/debian/compat	2010-07-06 09:56:55 UTC (rev 13806)
@@ -0,0 +1 @@
+7

Added: packages/django-celery/trunk/debian/control
===================================================================
--- packages/django-celery/trunk/debian/control	                        (rev 0)
+++ packages/django-celery/trunk/debian/control	2010-07-06 09:56:55 UTC (rev 13806)
@@ -0,0 +1,22 @@
+Source: django-celery
+Section: python
+Priority: optional
+Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), 
+               python-celery,
+               python-all (>= 2.5), 
+               python-support, 
+               python-django 
+Standards-Version: 3.9.0
+Homepage: http://pypi.python.org/pypi/django-auth-ldap/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-celery/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-celery/trunk/
+
+Package: python-django-celery
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-django, python-celery
+Description: Celery integration for Django using the Django ORM
+ django-celery provides Celery integration for Django using the Django ORM and 
+ cache backend for storing results, autodiscovery of task modules for 
+ applications listed in INSTALLED_APPS, and more.

Added: packages/django-celery/trunk/debian/copyright
===================================================================
--- packages/django-celery/trunk/debian/copyright	                        (rev 0)
+++ packages/django-celery/trunk/debian/copyright	2010-07-06 09:56:55 UTC (rev 13806)
@@ -0,0 +1,39 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: django-celery
+Maintainer: Ask Solem <ask at celeryproject.org>
+Source: http://pypi.python.org/pypi/django-celery
+
+Files: *
+Copyright: 2009, Ask Solem
+License: BSD
+
+Files: debian/*
+Copyright: 2010, 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-celery/trunk/debian/pyversions
===================================================================
--- packages/django-celery/trunk/debian/pyversions	                        (rev 0)
+++ packages/django-celery/trunk/debian/pyversions	2010-07-06 09:56:55 UTC (rev 13806)
@@ -0,0 +1 @@
+2.5-

Added: packages/django-celery/trunk/debian/rules
===================================================================
--- packages/django-celery/trunk/debian/rules	                        (rev 0)
+++ packages/django-celery/trunk/debian/rules	2010-07-06 09:56:55 UTC (rev 13806)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+%:
+	dh $@
+
+.PHONY: override_dh_auto_test
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	set -e; \
+	for python in $(shell pyversions -r); do \
+	  $$python setup.py test ; \
+	done
+endif


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

Added: packages/django-celery/trunk/debian/source/format
===================================================================
--- packages/django-celery/trunk/debian/source/format	                        (rev 0)
+++ packages/django-celery/trunk/debian/source/format	2010-07-06 09:56:55 UTC (rev 13806)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/django-celery/trunk/debian/watch
===================================================================
--- packages/django-celery/trunk/debian/watch	                        (rev 0)
+++ packages/django-celery/trunk/debian/watch	2010-07-06 09:56:55 UTC (rev 13806)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/d/django-celery/django-celery-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list