[Python-modules-commits] r18156 - in packages/python-ordereddict/trunk (9 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Mon Aug 15 04:01:55 UTC 2011


    Date: Monday, August 15, 2011 @ 04:01:53
  Author: janos-guest
Revision: 18156

[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/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	2011-08-15 04:01:53 UTC (rev 18156)
@@ -0,0 +1,5 @@
+python-ordereddict (1.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #637849)
+
+ -- Janos Guljas <janos at resenje.org>  Mon, 15 Aug 2011 05:53:40 +0200

Added: packages/python-ordereddict/trunk/debian/compat
===================================================================
--- packages/python-ordereddict/trunk/debian/compat	                        (rev 0)
+++ packages/python-ordereddict/trunk/debian/compat	2011-08-15 04:01:53 UTC (rev 18156)
@@ -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	2011-08-15 04:01:53 UTC (rev 18156)
@@ -0,0 +1,19 @@
+Source: python-ordereddict
+Section: python
+Priority: optional
+Maintainer: Janos Guljas <janos at resenje.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5)
+Standards-Version: 3.9.2
+Homepage: http://pypi.python.org/pypi/ordereddict/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-ordereddict/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-ordereddict/trunk/
+
+Package: python-ordereddict
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: Drop-in substitute for Python 2.7's collections.OrderedDict
+ Drop-in substitute for Python 2.7's new collections.OrderedDict. 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	2011-08-15 04:01:53 UTC (rev 18156)
@@ -0,0 +1,52 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: ordereddict
+Upstream-Contact: Steven Hazel <sah at awesame org>
+Source: http://pypi.python.org/pypi/ordereddict/
+
+Files: *
+Copyright: 2009 Raymond Hettinger
+License: MIT/X11 (BSD like)
+ 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.
+
+Files: debian/*
+Copyright: 2011 Janos Guljas <janos at resenje.org>
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+

Added: packages/python-ordereddict/trunk/debian/rules
===================================================================
--- packages/python-ordereddict/trunk/debian/rules	                        (rev 0)
+++ packages/python-ordereddict/trunk/debian/rules	2011-08-15 04:01:53 UTC (rev 18156)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


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	2011-08-15 04:01:53 UTC (rev 18156)
@@ -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	2011-08-15 04:01:53 UTC (rev 18156)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/d/ordereddict/ ordereddict-(.*).tar.gz




More information about the Python-modules-commits mailing list