debian/0000755000000000000000000000000012226264130007164 5ustar debian/control0000644000000000000000000000123512226256327010601 0ustar Source: pybloomfiltermmap Maintainer: Luciano Bello Section: python Priority: optional Build-Depends: python-setuptools (>= 0.6b3), python-all-dev (>= 2.6.6-3), debhelper (>= 7), libssl-dev Standards-Version: 3.9.4 Package: python-pybloomfiltermmap Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: Bloom filter (bloomfilter) for Python built on mmap This module implements a Bloom filter in Python that's fast and uses mmap files for better scalability. . It main advantages are: * It natively uses mmaped files. * It natively does the set things you want a Bloom filter to do. * It is fast. debian/copyright0000644000000000000000000000500212226264110011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pybloomfiltermmap Source: https://pypi.python.org/pypi/pybloomfiltermmap/ Files: * Copyright: 2013 Michael Axiak 2013 Rob Stacey License: MIT Files: debian/* Copyright: 2013 Luciano Bello License: MIT Files: src/md5.* Copyright: 2002 Aladdin Enterprises License: Zlib Files: src/superfast.h Copyright: 2004-2008 Paul Hsieh License: LGPL-2.1 License: LGPL-2.1 The complete text of the GNU Lesser General Public License Version can be found in `/usr/share/common-licenses/LGPL-2.1'. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. 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. debian/source/0000755000000000000000000000000012226264130010464 5ustar debian/source/format0000644000000000000000000000001412202435522011671 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015012202443242010206 0ustar version=3 http://pypi.python.org/packages/source/p/pybloomfiltermmap/pybloomfiltermmap-(\d+.*)\.tar\.gz debian/compat0000644000000000000000000000000212202435522010361 0ustar 7 debian/rules0000755000000000000000000000011612202435522010241 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --buildsystem=python_distutils debian/changelog0000644000000000000000000000024412226254010011032 0ustar pybloomfiltermmap (0.3.11-1) unstable; urgency=low * Initial release (closes: #682002) -- Luciano Bello Sat, 12 Oct 2013 16:09:00 +0200