[Python-modules-commits] r14895 - in packages/python-ordereddict/trunk (10 files)

davide125-guest at users.alioth.debian.org davide125-guest at users.alioth.debian.org
Wed Nov 17 15:05:56 UTC 2010


    Date: Wednesday, November 17, 2010 @ 15:05:50
  Author: davide125-guest
Revision: 14895

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

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


Property changes on: packages/python-ordereddict/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-ordereddict/trunk/debian/changelog
===================================================================
--- packages/python-ordereddict/trunk/debian/changelog	                        (rev 0)
+++ packages/python-ordereddict/trunk/debian/changelog	2010-11-17 15:05:50 UTC (rev 14895)
@@ -0,0 +1,5 @@
+python-ordereddict (1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #603277)
+
+ -- Davide Cavalca <davide at geexbox.org>  Fri, 12 Nov 2010 15:07:06 +0100

Added: packages/python-ordereddict/trunk/debian/compat
===================================================================
--- packages/python-ordereddict/trunk/debian/compat	                        (rev 0)
+++ packages/python-ordereddict/trunk/debian/compat	2010-11-17 15:05:50 UTC (rev 14895)
@@ -0,0 +1 @@
+7

Added: packages/python-ordereddict/trunk/debian/control
===================================================================
--- packages/python-ordereddict/trunk/debian/control	                        (rev 0)
+++ packages/python-ordereddict/trunk/debian/control	2010-11-17 15:05:50 UTC (rev 14895)
@@ -0,0 +1,16 @@
+Source: python-ordereddict
+Section: python
+Priority: optional
+Maintainer: Davide Cavalca <davide at geexbox.org>
+Build-Depends: debhelper (>= 7), python-support, python (>=2.4)
+Standards-Version: 3.9.1
+Homepage: http://pypi.python.org/pypi/ordereddict/
+
+Package: python-ordereddict
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: drop-in substitute for Py2.7's new collections.OrderedDict
+ python-ordereddict is a drop-in substitute for Py2.7's new 
+ collections.OrderedDict that works in Python 2.4-2.6. The recipe has big-oh
+ performance that matches regular dictionaries (amortized O(1)
+ insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).

Added: packages/python-ordereddict/trunk/debian/copyright
===================================================================
--- packages/python-ordereddict/trunk/debian/copyright	                        (rev 0)
+++ packages/python-ordereddict/trunk/debian/copyright	2010-11-17 15:05:50 UTC (rev 14895)
@@ -0,0 +1,41 @@
+This work was packaged for Debian by:
+
+    Davide Cavalca <davide at geexbox.org> on Fri, 12 Nov 2010 14:33:08 +0100
+
+It was downloaded from <http://pypi.python.org/pypi/ordereddict/>
+
+Upstream Author(s):
+
+    Raymond Hettinger
+
+Copyright:
+
+    Copyright (C) 2009 Raymond Hettinger
+
+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.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Davide Cavalca <davide at geexbox.org>
+
+and is licensed under the same conditions as the upstream work.

Added: packages/python-ordereddict/trunk/debian/pyversions
===================================================================
--- packages/python-ordereddict/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-ordereddict/trunk/debian/pyversions	2010-11-17 15:05:50 UTC (rev 14895)
@@ -0,0 +1 @@
+2.4-2.6

Added: packages/python-ordereddict/trunk/debian/rules
===================================================================
--- packages/python-ordereddict/trunk/debian/rules	                        (rev 0)
+++ packages/python-ordereddict/trunk/debian/rules	2010-11-17 15:05:50 UTC (rev 14895)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh  $@


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

Added: packages/python-ordereddict/trunk/debian/source/format
===================================================================
--- packages/python-ordereddict/trunk/debian/source/format	                        (rev 0)
+++ packages/python-ordereddict/trunk/debian/source/format	2010-11-17 15:05:50 UTC (rev 14895)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-ordereddict/trunk/debian/watch
===================================================================
--- packages/python-ordereddict/trunk/debian/watch	                        (rev 0)
+++ packages/python-ordereddict/trunk/debian/watch	2010-11-17 15:05:50 UTC (rev 14895)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/o/ordereddict/ordereddict-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list