[Python-modules-commits] r25117 - in packages/django-ajax-selects/trunk/debian (9 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Mon Jul 8 02:29:11 UTC 2013


    Date: Monday, July 8, 2013 @ 02:29:10
  Author: bam
Revision: 25117

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

Added:
  packages/django-ajax-selects/trunk/debian/clean
  packages/django-ajax-selects/trunk/debian/python-django-ajax-selects.install
  packages/django-ajax-selects/trunk/debian/python-django-ajax-selects.pyremove
  packages/django-ajax-selects/trunk/debian/watch
Modified:
  packages/django-ajax-selects/trunk/debian/changelog
  packages/django-ajax-selects/trunk/debian/control
  packages/django-ajax-selects/trunk/debian/copyright
  packages/django-ajax-selects/trunk/debian/rules
Deleted:
  packages/django-ajax-selects/trunk/debian/pycompat

Modified: packages/django-ajax-selects/trunk/debian/changelog
===================================================================
--- packages/django-ajax-selects/trunk/debian/changelog	2013-07-08 02:27:27 UTC (rev 25116)
+++ packages/django-ajax-selects/trunk/debian/changelog	2013-07-08 02:29:10 UTC (rev 25117)
@@ -1,6 +1,13 @@
-django-ajax-selects (1.2.5-4) UNRELEASED; urgency=low
+django-ajax-selects (1.2.5-4) unstable; urgency=low
 
-  * Testing
+  * Set DPMT as Uploaders.
+  * Bump Standards version to 3.9.4.
+  * Bump debhelper Build-Depends to >= 8.1.0~.
+  * Rename to python-django-ajax-selects, provide transitional dummy package
+  * Replace debian/pycompat with X-Python-Version.
+  * Use DEP5 format for d/copyright.
+  * Add d/watch file.
+  * Move Homepage field to source section.
 
  -- Brian May <bam at debian.org>  Tue, 18 Jun 2013 14:22:37 +1000
 

Added: packages/django-ajax-selects/trunk/debian/clean
===================================================================
--- packages/django-ajax-selects/trunk/debian/clean	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/clean	2013-07-08 02:29:10 UTC (rev 25117)
@@ -0,0 +1 @@
+django_ajax_selects.egg-info/*

Modified: packages/django-ajax-selects/trunk/debian/control
===================================================================
--- packages/django-ajax-selects/trunk/debian/control	2013-07-08 02:27:27 UTC (rev 25116)
+++ packages/django-ajax-selects/trunk/debian/control	2013-07-08 02:29:10 UTC (rev 25117)
@@ -2,14 +2,27 @@
 Section: python
 Priority: optional
 Maintainer: Brian May <bam at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>=7.0.0), python (>= 2.6.6-3), cdbs (>= 0.4.90), python-setuptools
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.6
+Homepage: https://github.com/crucialfelix/django-ajax-selects
 
-Package: django-ajax-selects
+Package: python-django-ajax-selects
 Architecture: all
-Homepage: https://github.com/crucialfelix/django-ajax-selects
 Depends: ${misc:Depends}, ${python:Depends}, python-django
 Recommends: libjs-jquery, libjs-jquery-ui
+Suggests: python-django-ajax-selects-doc
+Replaces: django-ajax-selects (<< 1.2.5-4)
+Breaks: django-ajax-selects (<< 1.2.5-4)
 Description: Django library for editing fields with autocomplete
  Enables editing of ForeignKey, ManyToMany and simple text fields using the
  Autocomplete - jQuery plugin.
+
+Package: django-ajax-selects
+Depends: python-django-ajax-selects, ${misc:Depends}
+Architecture: all
+Priority: extra
+Section: oldlibs
+Description: Django library for editing fields with autocomplete
+ This is a dummy package to aid switching to python-django-ajax-selects.

Modified: packages/django-ajax-selects/trunk/debian/copyright
===================================================================
--- packages/django-ajax-selects/trunk/debian/copyright	2013-07-08 02:27:27 UTC (rev 25116)
+++ packages/django-ajax-selects/trunk/debian/copyright	2013-07-08 02:29:10 UTC (rev 25117)
@@ -1,39 +1,33 @@
-This package was debianized by Brian May.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-ajax-filter
+Source: https://github.com/crucialfelix/django-ajax-selects
 
-It was downloaded from https://github.com/crucialfelix/django-ajax-selects.
+Files: *
+Copyright: 2009, Chris Sattinger
+License: MIT or GPL-3
 
-Upstream Author:
+Files: debian/*
+Copyright: 2011, Brian May <bam at debian.org>
+License: MIT
 
-    crucialfelix
+License: GPL-3
+ See /usr/share/common-licenses/GPL-3
 
-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.
+License: MIT
+ 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.

Deleted: packages/django-ajax-selects/trunk/debian/pycompat
===================================================================
--- packages/django-ajax-selects/trunk/debian/pycompat	2013-07-08 02:27:27 UTC (rev 25116)
+++ packages/django-ajax-selects/trunk/debian/pycompat	2013-07-08 02:29:10 UTC (rev 25117)
@@ -1 +0,0 @@
-2

Added: packages/django-ajax-selects/trunk/debian/python-django-ajax-selects.install
===================================================================
--- packages/django-ajax-selects/trunk/debian/python-django-ajax-selects.install	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/python-django-ajax-selects.install	2013-07-08 02:29:10 UTC (rev 25117)
@@ -0,0 +1 @@
+/usr

Added: packages/django-ajax-selects/trunk/debian/python-django-ajax-selects.pyremove
===================================================================
--- packages/django-ajax-selects/trunk/debian/python-django-ajax-selects.pyremove	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/python-django-ajax-selects.pyremove	2013-07-08 02:29:10 UTC (rev 25117)
@@ -0,0 +1 @@
+ajax_select/LICENSE.txt

Modified: packages/django-ajax-selects/trunk/debian/rules
===================================================================
--- packages/django-ajax-selects/trunk/debian/rules	2013-07-08 02:27:27 UTC (rev 25116)
+++ packages/django-ajax-selects/trunk/debian/rules	2013-07-08 02:29:10 UTC (rev 25117)
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-DEB_PYTHON2_MODULE_PACKAGES := django-ajax-selects
+DEB_PYTHON2_MODULE_PACKAGES := python-django-ajax-selects
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-
-install/django-ajax-selects::
-	rm debian/django-ajax-selects/usr/lib/python*/site-packages/ajax_select/LICENSE.txt

Added: packages/django-ajax-selects/trunk/debian/watch
===================================================================
--- packages/django-ajax-selects/trunk/debian/watch	                        (rev 0)
+++ packages/django-ajax-selects/trunk/debian/watch	2013-07-08 02:29:10 UTC (rev 25117)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/d/django-ajax-selects/django-ajax-selects-([\d\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list