[Python-modules-commits] r21091 - in python-smmap/python-smmap/trunk (11 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Sun Apr 8 11:23:45 UTC 2012


    Date: Sunday, April 8, 2012 @ 11:23:44
  Author: takaki
Revision: 21091

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

Added:
  python-smmap/python-smmap/trunk/debian/
  python-smmap/python-smmap/trunk/debian/changelog
  python-smmap/python-smmap/trunk/debian/compat
  python-smmap/python-smmap/trunk/debian/control
  python-smmap/python-smmap/trunk/debian/copyright
  python-smmap/python-smmap/trunk/debian/docs
  python-smmap/python-smmap/trunk/debian/rules
  python-smmap/python-smmap/trunk/debian/source/
  python-smmap/python-smmap/trunk/debian/source/format
  python-smmap/python-smmap/trunk/debian/source/options
  python-smmap/python-smmap/trunk/debian/watch


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

Added: python-smmap/python-smmap/trunk/debian/changelog
===================================================================
--- python-smmap/python-smmap/trunk/debian/changelog	                        (rev 0)
+++ python-smmap/python-smmap/trunk/debian/changelog	2012-04-08 11:23:44 UTC (rev 21091)
@@ -0,0 +1,5 @@
+python-smmap (0.8.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #667496,#638973)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 04 Apr 2012 22:51:53 +0900

Added: python-smmap/python-smmap/trunk/debian/compat
===================================================================
--- python-smmap/python-smmap/trunk/debian/compat	                        (rev 0)
+++ python-smmap/python-smmap/trunk/debian/compat	2012-04-08 11:23:44 UTC (rev 21091)
@@ -0,0 +1 @@
+8

Added: python-smmap/python-smmap/trunk/debian/control
===================================================================
--- python-smmap/python-smmap/trunk/debian/control	                        (rev 0)
+++ python-smmap/python-smmap/trunk/debian/control	2012-04-08 11:23:44 UTC (rev 21091)
@@ -0,0 +1,23 @@
+Source: python-smmap
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper(>= 8)
+	,python-all
+	,python-support
+	,python-setuptools
+Standards-Version: 3.9.3
+Homepage: https://github.com/Byron/smmap
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-smmap/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-smmap/trunk/
+
+Package: python-smmap
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: pure python implementation of a sliding window memory map manager
+ Smmap wraps an interface around mmap and tracks the mapped files as well
+ as the amount of clients who use it. If the system runs out of resources,
+ or if a memory limit is reached, it will automatically unload unused maps
+ to allow continued operation.

Added: python-smmap/python-smmap/trunk/debian/copyright
===================================================================
--- python-smmap/python-smmap/trunk/debian/copyright	                        (rev 0)
+++ python-smmap/python-smmap/trunk/debian/copyright	2012-04-08 11:23:44 UTC (rev 21091)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-smmap
+Source: https://github.com/Byron/smmap
+
+Files: *
+Copyright: 2010, 2011 Sebastian Thiel <byronimo at gmail.com>
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2012 TANIGUCHI Takaki <takaki at debian.org>
+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:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University 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 REGENTS 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 REGENTS 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.
+

Added: python-smmap/python-smmap/trunk/debian/docs
===================================================================
Added: python-smmap/python-smmap/trunk/debian/rules
===================================================================
--- python-smmap/python-smmap/trunk/debian/rules	                        (rev 0)
+++ python-smmap/python-smmap/trunk/debian/rules	2012-04-08 11:23:44 UTC (rev 21091)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


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

Added: python-smmap/python-smmap/trunk/debian/source/format
===================================================================
--- python-smmap/python-smmap/trunk/debian/source/format	                        (rev 0)
+++ python-smmap/python-smmap/trunk/debian/source/format	2012-04-08 11:23:44 UTC (rev 21091)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: python-smmap/python-smmap/trunk/debian/source/options
===================================================================
--- python-smmap/python-smmap/trunk/debian/source/options	                        (rev 0)
+++ python-smmap/python-smmap/trunk/debian/source/options	2012-04-08 11:23:44 UTC (rev 21091)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"

Added: python-smmap/python-smmap/trunk/debian/watch
===================================================================
--- python-smmap/python-smmap/trunk/debian/watch	                        (rev 0)
+++ python-smmap/python-smmap/trunk/debian/watch	2012-04-08 11:23:44 UTC (rev 21091)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/s/smmap/smmap-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list