[Python-modules-commits] r25109 - in packages/django-ajax-selects/trunk (14 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Mon Jul 8 02:15:18 UTC 2013


    Date: Monday, July 8, 2013 @ 02:15:16
  Author: bam
Revision: 25109

[svn-inject] Applying Debian modifications (1.2.5-1) to trunk

Added:
  packages/django-ajax-selects/trunk/debian/
  packages/django-ajax-selects/trunk/debian/changelog
  packages/django-ajax-selects/trunk/debian/compat
  packages/django-ajax-selects/trunk/debian/control
  packages/django-ajax-selects/trunk/debian/copyright
  packages/django-ajax-selects/trunk/debian/django-ajax-selects.dirs
  packages/django-ajax-selects/trunk/debian/patches/
  packages/django-ajax-selects/trunk/debian/patches/non_int_pk
  packages/django-ajax-selects/trunk/debian/patches/series
  packages/django-ajax-selects/trunk/debian/pycompat
  packages/django-ajax-selects/trunk/debian/rules
  packages/django-ajax-selects/trunk/debian/source/
  packages/django-ajax-selects/trunk/debian/source/format
  packages/django-ajax-selects/trunk/debian/source/options


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

Added: packages/django-ajax-selects/trunk/debian/changelog
===================================================================
--- packages/django-ajax-selects/trunk/debian/changelog	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/changelog	2013-07-08 02:15:16 UTC (rev 25109)
@@ -0,0 +1,69 @@
+django-ajax-selects (1.2.5-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Brian May <bam at debian.org>  Tue, 18 Sep 2012 12:23:29 +1000
+
+django-ajax-selects (1.2.4-1) unstable; urgency=low
+
+  * Support non-numeric ids.
+  * New upstream version.
+    * default for all field types  NOT show the help
+    text inside the widget.
+    * updated docs and examples.
+    * other bugs fixed.
+
+ -- Brian May <bam at debian.org>  Tue, 28 Feb 2012 13:13:08 +1100
+
+django-ajax-selects (1.2.3-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Brian May <bam at debian.org>  Wed, 28 Dec 2011 15:11:58 +1100
+
+django-ajax-selects (1.1.5~git20111012-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Brian May <bam at debian.org>  Wed, 12 Oct 2011 11:44:10 +1100
+
+django-ajax-selects (1.1.4-5) unstable; urgency=low
+
+  * Quote HTML inside JavaScript inside HTML. See:
+    http://code.google.com/p/django-ajax-selects/issues/detail?id=70
+  * Update standards version to 3.9.2.
+
+ -- Brian May <bam at debian.org>  Tue, 21 Jun 2011 14:58:03 +1000
+
+django-ajax-selects (1.1.4-4) unstable; urgency=low
+
+  * Build now works with any version of Python (closes: #621675).
+
+ -- Brian May <bam at debian.org>  Fri, 08 Apr 2011 10:21:02 +1000
+
+django-ajax-selects (1.1.4-3) unstable; urgency=low
+
+  * Fix non-integer primary keys, see
+  http://code.google.com/p/django-ajax-selects/issues/detail?id=52
+
+ -- Brian May <bam at debian.org>  Mon, 28 Mar 2011 14:08:54 +1100
+
+django-ajax-selects (1.1.4-2) unstable; urgency=low
+
+  * Depends on python-django and libjs-jquery. Closes: #591370.
+
+ -- Brian May <bam at debian.org>  Sun, 08 Aug 2010 15:53:31 +1000
+
+django-ajax-selects (1.1.4-1) unstable; urgency=low
+
+  * Initial debian upload. Closes: #589722.
+  * New upstream version.
+  * Comes with copyright and license information.
+
+ -- Brian May <bam at debian.org>  Wed, 21 Jul 2010 19:08:47 +1000
+
+django-ajax-selects (1.1.3-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Brian May <bam at debian.org>  Sat, 17 Jul 2010 10:30:08 +1000

Added: packages/django-ajax-selects/trunk/debian/compat
===================================================================
--- packages/django-ajax-selects/trunk/debian/compat	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/compat	2013-07-08 02:15:16 UTC (rev 25109)
@@ -0,0 +1 @@
+7

Added: packages/django-ajax-selects/trunk/debian/control
===================================================================
--- packages/django-ajax-selects/trunk/debian/control	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/control	2013-07-08 02:15:16 UTC (rev 25109)
@@ -0,0 +1,15 @@
+Source: django-ajax-selects
+Section: python
+Priority: optional
+Maintainer: Brian May <bam at debian.org>
+Build-Depends: debhelper (>=7.0.0), python (>= 2.4), python-support (>= 0.6), cdbs (>= 0.4.49), python-setuptools
+Standards-Version: 3.9.3
+
+Package: django-ajax-selects
+Architecture: all
+Homepage: http://code.google.com/p/django-ajax-selects/
+Depends: ${misc:Depends}, ${python:Depends}, python-django
+Recommends: libjs-jquery, libjs-jquery-ui
+Description: Django library for editing fields with autocomplete
+ Enables editing of ForeignKey, ManyToMany and simple text fields using the
+ Autocomplete - jQuery plugin.

Added: packages/django-ajax-selects/trunk/debian/copyright
===================================================================
--- packages/django-ajax-selects/trunk/debian/copyright	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/copyright	2013-07-08 02:15:16 UTC (rev 25109)
@@ -0,0 +1,39 @@
+This package was debianized by Brian May.
+
+It was downloaded from http://code.google.com/p/django-ajax-selects/.
+
+Upstream Author:
+
+    Chris Sattinger
+
+Copyright:
+
+    Copyright (C) 2009 Chris Sattinger
+
+License:
+
+    Dual licensed under the MIT and GPL licenses.
+
+    MIT License:
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
+
+    GPL License:
+
+    See /usr/share/common-licenses/GPL-3.

Added: packages/django-ajax-selects/trunk/debian/django-ajax-selects.dirs
===================================================================
--- packages/django-ajax-selects/trunk/debian/django-ajax-selects.dirs	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/django-ajax-selects.dirs	2013-07-08 02:15:16 UTC (rev 25109)
@@ -0,0 +1,2 @@
+/usr/share/pyshared/ajax_select
+/usr/share/pyshared/ajax_select/templates

Added: packages/django-ajax-selects/trunk/debian/patches/non_int_pk
===================================================================
--- packages/django-ajax-selects/trunk/debian/patches/non_int_pk	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/patches/non_int_pk	2013-07-08 02:15:16 UTC (rev 25109)
@@ -0,0 +1,40 @@
+Description: Support non-numeric ids
+ See http://code.google.com/p/django-ajax-selects/issues/detail?id=52
+Author: Brian May <bam at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- django-ajax-selects-1.2.4.orig/ajax_select/fields.py
++++ django-ajax-selects-1.2.4/ajax_select/fields.py
+@@ -73,10 +73,7 @@ class AutoCompleteSelectWidget(forms.wid
+     def value_from_datadict(self, data, files, name):
+ 
+         got = data.get(name, None)
+-        if got:
+-            return long(got)
+-        else:
+-            return None
++        return got
+ 
+     def id_for_label(self, id_):
+         return '%s_text' % id_
+@@ -187,7 +184,7 @@ class AutoCompleteSelectMultipleWidget(f
+ 
+     def value_from_datadict(self, data, files, name):
+         # eg. u'members': [u'|229|4688|190|']
+-        return [long(val) for val in data.get(name,'').split('|') if val]
++        return [val for val in data.get(name,'').split('|') if val]
+ 
+     def id_for_label(self, id_):
+         return '%s_text' % id_

Added: packages/django-ajax-selects/trunk/debian/patches/series
===================================================================
--- packages/django-ajax-selects/trunk/debian/patches/series	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/patches/series	2013-07-08 02:15:16 UTC (rev 25109)
@@ -0,0 +1 @@
+non_int_pk

Added: packages/django-ajax-selects/trunk/debian/pycompat
===================================================================
--- packages/django-ajax-selects/trunk/debian/pycompat	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/pycompat	2013-07-08 02:15:16 UTC (rev 25109)
@@ -0,0 +1 @@
+2

Added: packages/django-ajax-selects/trunk/debian/rules
===================================================================
--- packages/django-ajax-selects/trunk/debian/rules	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/rules	2013-07-08 02:15:16 UTC (rev 25109)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+install/django-ajax-selects::
+	cp -r ajax_select/static debian/django-ajax-selects/usr/share/pyshared/ajax_select
+	rm debian/django-ajax-selects/usr/lib/python*/site-packages/ajax_select/LICENSE.txt


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

Added: packages/django-ajax-selects/trunk/debian/source/format
===================================================================
--- packages/django-ajax-selects/trunk/debian/source/format	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/source/format	2013-07-08 02:15:16 UTC (rev 25109)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/django-ajax-selects/trunk/debian/source/options
===================================================================
--- packages/django-ajax-selects/trunk/debian/source/options	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/source/options	2013-07-08 02:15:16 UTC (rev 25109)
@@ -0,0 +1 @@
+extend-diff-ignore = "^(\.project|\.pydevproject)$"




More information about the Python-modules-commits mailing list