[Python-modules-commits] r11902 - in packages/django-dajax/trunk (9 files)

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Feb 23 21:21:47 UTC 2010


    Date: Tuesday, February 23, 2010 @ 21:21:45
  Author: angelabad-guest
Revision: 11902

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/django-dajax/trunk/debian/
  packages/django-dajax/trunk/debian/changelog
  packages/django-dajax/trunk/debian/compat
  packages/django-dajax/trunk/debian/control
  packages/django-dajax/trunk/debian/copyright
  packages/django-dajax/trunk/debian/docs
  packages/django-dajax/trunk/debian/pyversions
  packages/django-dajax/trunk/debian/rules
  packages/django-dajax/trunk/debian/watch


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

Added: packages/django-dajax/trunk/debian/changelog
===================================================================
--- packages/django-dajax/trunk/debian/changelog	                        (rev 0)
+++ packages/django-dajax/trunk/debian/changelog	2010-02-23 21:21:45 UTC (rev 11902)
@@ -0,0 +1,5 @@
+django-dajax (0.8.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #556855)
+
+ -- Angel Abad <angelabad at gmail.com>  Tue, 23 Feb 2010 19:40:34 +0100

Added: packages/django-dajax/trunk/debian/compat
===================================================================
--- packages/django-dajax/trunk/debian/compat	                        (rev 0)
+++ packages/django-dajax/trunk/debian/compat	2010-02-23 21:21:45 UTC (rev 11902)
@@ -0,0 +1 @@
+7

Added: packages/django-dajax/trunk/debian/control
===================================================================
--- packages/django-dajax/trunk/debian/control	                        (rev 0)
+++ packages/django-dajax/trunk/debian/control	2010-02-23 21:21:45 UTC (rev 11902)
@@ -0,0 +1,25 @@
+Source: django-dajax
+Section: python
+Priority: optional 
+Maintainer: Angel Abad <angelabad at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python (>= 2.4)
+Build-Depends-Indep: python-support (>= 0.5.3)
+Standards-Version: 3.8.4
+Homepage: http://wiki.github.com/jorgebastida/django-dajax
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-dajax/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-dajax/trunk/ 
+DM-Upload-Allowed: yes
+
+Package: python-django-dajax
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django,
+ python-django-dajaxice (>= 0.1.2) 
+Description: easy to use ajax library for django
+ Dajax helps creating easy-to-use, lightweight and uniform communications
+ between clients and servers over XMLHttpRequest. Dajax supports four of
+ the most important and popular js frameworks, including Prototype, jQuery,
+ mootols and Dojo.
+
+
+ 

Added: packages/django-dajax/trunk/debian/copyright
===================================================================
--- packages/django-dajax/trunk/debian/copyright	                        (rev 0)
+++ packages/django-dajax/trunk/debian/copyright	2010-02-23 21:21:45 UTC (rev 11902)
@@ -0,0 +1,40 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Benito Jorge Bastida <jorge at thecodefarm.com>
+Source: http://github.com/jorgebastida/django-dajax/downloads
+Name: django-dajax
+
+Files: *
+Copyright: 2009-2010, Benito Jorge Bastida <jorge at thecodefarm.com>
+License: BSD (3 clause)
+
+Files: debian/*
+Copyright: 2010, Angel Abad <angelabad at gmail.com>
+License: BSD (3 clause)
+
+License: BSD (3 clause)
+ 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 may or may not 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 XySSL 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-dajax/trunk/debian/docs
===================================================================
--- packages/django-dajax/trunk/debian/docs	                        (rev 0)
+++ packages/django-dajax/trunk/debian/docs	2010-02-23 21:21:45 UTC (rev 11902)
@@ -0,0 +1 @@
+README

Added: packages/django-dajax/trunk/debian/pyversions
===================================================================
--- packages/django-dajax/trunk/debian/pyversions	                        (rev 0)
+++ packages/django-dajax/trunk/debian/pyversions	2010-02-23 21:21:45 UTC (rev 11902)
@@ -0,0 +1 @@
+2.4-

Added: packages/django-dajax/trunk/debian/rules
===================================================================
--- packages/django-dajax/trunk/debian/rules	                        (rev 0)
+++ packages/django-dajax/trunk/debian/rules	2010-02-23 21:21:45 UTC (rev 11902)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh  $@


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

Added: packages/django-dajax/trunk/debian/watch
===================================================================
--- packages/django-dajax/trunk/debian/watch	                        (rev 0)
+++ packages/django-dajax/trunk/debian/watch	2010-02-23 21:21:45 UTC (rev 11902)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/jorgebastida/django-dajax/ (.*).tar.gz




More information about the Python-modules-commits mailing list