debian/0000775000000000000000000000000011740300614007164 5ustar debian/source/0000775000000000000000000000000011740300614010464 5ustar debian/source/format0000664000000000000000000000001411740272510011675 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000005211740272510012102 0ustar extend-diff-ignore = "^[^/]*[.]egg-info/" debian/control0000664000000000000000000000166011740272510010575 0ustar Source: python-smmap Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki 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. debian/docs0000664000000000000000000000000011740272510010030 0ustar debian/copyright0000664000000000000000000000337611740272510011133 0ustar 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 License: BSD-3-Clause Files: debian/* Copyright: 2012 TANIGUCHI Takaki 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. debian/changelog0000664000000000000000000000024711740272510011044 0ustar python-smmap (0.8.2-1) unstable; urgency=low * Initial release (Closes: #667496,#638973) -- TANIGUCHI Takaki Wed, 04 Apr 2012 22:51:53 +0900 debian/watch0000664000000000000000000000011511740272510010215 0ustar version=3 http://pypi.python.org/packages/source/s/smmap/smmap-(.*)\.tar\.gz debian/rules0000775000000000000000000000005511740272510010247 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/compat0000664000000000000000000000000211740272510010365 0ustar 8