debian/0000755000000000000000000000000012032022201007146 5ustar debian/compat0000644000000000000000000000000212030013707010355 0ustar 8 debian/doc-base0000644000000000000000000000101112031552041010550 0ustar Document: python-django-dajax Title: Django Dajax documentation Author: Benito Jorge Bastida Abstract: 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. Section: Programming/Python Format: HTML Index: /usr/share/doc/python-django-dajax/html/index.html Files: /usr/share/doc/python-django-dajax/html/*.html debian/NEWS0000644000000000000000000000173512032021314007657 0ustar django-dajax (0.9.2-1) unstable; urgency=low Migrating to 0.9 Static files Since 0.9 dajax takes advantage of django.contrib.staticfiles so deploying a dajax application live is much easy than in previous versions. All the X.dajax.core.js flavoured files (jQuery, Prototype, ...) are inside a new folder named static instead of src. You need to remember to run "python manage.py collectstatic" before deploying your code live. This command will collect all the static files your application need into "STATIC_ROOT". For further information, this is the "Django static files documentation". You should change all you dajax core imports using for example for jQuery: {% static "dajax/jquery.core.js" %} Imports If you was importing ``dajax`` using: from dajax.core.Dajax import Dajax you should change it to: from dajax.core import Dajax -- Angel Abad Sun, 30 Sep 2012 12:26:43 +0200 debian/rules0000755000000000000000000000043512031551061010242 0ustar #!/usr/bin/make -f %: dh $@ --with sphinxdoc,python2 override_dh_auto_clean: rm -rf django_dajax.egg-info rm -rf build dh_auto_clean override_dh_installdocs: python setup.py build_sphinx dh_installdocs override_dh_installchangelogs: dh_installchangelogs docs/changelog.rst debian/copyright0000644000000000000000000000356112032016136011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Benito Jorge Bastida Upstream-Name: django-dajax Source: http://pypi.python.org/pypi/django-dajax Files: * Copyright: 2009-2012, Benito Jorge Bastida License: BSD (3 clause) Files: debian/* Copyright: 2010-2012, Angel Abad 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. debian/patches/0000755000000000000000000000000012031545672010622 5ustar debian/patches/01_setuptools0000644000000000000000000000035412031545672013270 0ustar Duescription: Uses setuptools instead of distutils Author: Angel Abad --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from distutils.core import setup +from setuptools import setup setup( name='django-dajax', debian/patches/series0000644000000000000000000000001612031545570012031 0ustar 01_setuptools debian/watch0000644000000000000000000000013712030547431010217 0ustar version=3 http://pypi.python.org/packages/source/d/django-dajax/django-dajax-([\d.]*)\.tar.gz debian/docs0000644000000000000000000000002312031547070010033 0ustar build/sphinx/html/ debian/source/0000755000000000000000000000000012030013707010457 5ustar debian/source/format0000644000000000000000000000001412030013707011665 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000565612032022072011042 0ustar django-dajax (0.9.2-1) unstable; urgency=low * Imported Upstream version 0.9.2 * debian/watch: Now uses pypi * debian/patches/01_setuptools: Uses setuptools instead of distutils * debian/control: - Build-Depends on python-setuptools - Build-Depends on python-sphinx - Depends on ${sphinxdoc:Depends} - Update Homepage - Update Vcs- fields - Bump python-django-dajaxice Depends to >=0.5 * debian/rules: - Build sphinx html documentation - Clean django_dajax.egg-info directory - Install upstream changelog from docs/changelogs.rst * debian/docs: - Install sphinx html documentation - Remove README file, removed upstream * debian/doc-base: Register html documentation * debian/copyright: - Update upstream email - Update upstream years - Update Source URL * Bump Standards-Version to 3.9.4 (no changes) * debian/NEWS: Add information for 0.9 migration -- Angel Abad Sun, 30 Sep 2012 12:48:41 +0200 django-dajax (0.8.4-5) unstable; urgency=low * debian/copyright: Update format to copyright-format 1.0. * debian/control: - Cosmetic changes. - Switch package to git VCS. - Remove X-Python-Version. - Remove python-django Depends. * Bump Standards-Version to 3.9.3 (no changes). -- Angel Abad Wed, 27 Jun 2012 16:20:38 +0200 django-dajax (0.8.4-4) unstable; urgency=low * Email change: Angel Abad -> angel@debian.org * debian/control: - Remove extra space - Remove DM-Upload-Allowed * debian/copyright: - Update format specification - Update debian/* years * Bump Standards-Version to 3.9.2 (no changes) * Bump debhelper compat level to 8 -- Angel Abad Tue, 03 Jan 2012 00:35:00 +0100 django-dajax (0.8.4-3) unstable; urgency=low * Team Upload * No change rebuild for python transition -- Scott Kitterman Wed, 20 Apr 2011 02:34:07 -0400 django-dajax (0.8.4-2) unstable; urgency=low * Switch to dh_python2 - debian/control: + Remove python-support from B-D-I + Bump minimun python-all version to 2.6.6-3 + Add Breaks: python:Breaks + Add X-Python-Version: >= 2.4 - debian/rules + Add --with python2 to rules - debian/pyversions: Remove file * Bump Standards-Version to 3.9.1 (no changes) * debian/control: Add versined depend to python-django (>= 1.1.0) -- Angel Abad Mon, 07 Feb 2011 14:58:03 +0100 django-dajax (0.8.4-1) unstable; urgency=low * New upstream release * debian/control: - B-D-I on python-support (>= 0.90) for python 2.6 support - B-D on python-all (>= 2.4) - Bump python-django-dajaxice depencency to 0.1.3 version -- Angel Abad Sun, 04 Apr 2010 04:34:49 +0200 django-dajax (0.8.3-1) unstable; urgency=low * Initial release (Closes: #556855) -- Angel Abad Tue, 23 Feb 2010 19:40:34 +0100 debian/control0000644000000000000000000000165512032016562010575 0ustar Source: django-dajax Section: python Priority: optional Maintainer: Angel Abad Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 8), python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python-sphinx (>= 1.0.7+dfsg) Standards-Version: 3.9.4 Homepage: http://dajaxproject.com Vcs-Git: git://git.debian.org/collab-maint/django-dajax.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/django-dajax.git Package: python-django-dajax Architecture: all Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}, python-django-dajaxice (>= 0.5) 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.