debian/0000755000000000000000000000000012302376462007173 5ustar debian/copyright0000644000000000000000000000406012242401772011122 0ustar Authors: Ludovico Magnocavallo Andy McCurdy Download: http://github.com/andymccurdy/redis-py/ Files: * Copyright: © 2009 Ludovico Magnocavallo 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. Files: debian/* Copyright: © 2010 Chris Lamb License: GPL-3+ 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 3 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 program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in the /usr/share/common-licenses/GPL-3 file. debian/changelog0000644000000000000000000000450012302376462011044 0ustar python-redis (2.7.2-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:52:50 +0000 python-redis (2.7.2-1) unstable; urgency=low * New upstream version. (Closes: #729834) * Bump Standards-Version to 3.9.4. -- Chris Lamb Mon, 18 Nov 2013 12:11:36 +0000 python-redis (2.4.13-2) unstable; urgency=low * Transition to dh_python2. Thanks to Andres Rodriguez (Closes: #680567) -- Chris Lamb Sat, 07 Jul 2012 21:13:14 +0100 python-redis (2.4.13-1) unstable; urgency=low * New upstream release. -- Chris Lamb Wed, 13 Jun 2012 16:18:16 +0100 python-redis (2.4.9-1) unstable; urgency=low * New upstream release. -- Chris Lamb Fri, 29 Jul 2011 01:01:44 +0200 python-redis (2.4.5-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.2. -- Chris Lamb Sat, 18 Jun 2011 14:55:43 +0100 python-redis (2.2.4-1) unstable; urgency=low * New upstream release. * Fix debian/watch file. -- Chris Lamb Fri, 22 Apr 2011 15:59:38 +0100 python-redis (2.2.1-2) unstable; urgency=low * Rebuild in sane environment to prevent uninstallability on sid. (Closes: #616000) -- Chris Lamb Wed, 02 Mar 2011 00:36:24 +0000 python-redis (2.2.1-1) unstable; urgency=low * New upstream release. * Update Vcs-{Git,Browser}. -- Chris Lamb Sat, 26 Feb 2011 22:39:33 +0000 python-redis (2.0.0-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.1. * Move to 3.0 (quilt) dpkg format. -- Chris Lamb Wed, 28 Jul 2010 09:49:45 -0400 python-redis (1.34.1+git20100401235334-1) unstable; urgency=low * New upstream snapshot. -- Chris Lamb Tue, 06 Apr 2010 17:01:09 +0100 python-redis (1.34.1-1) unstable; urgency=low * New upstream release (Closes: #571563) * Bump Standards-Version to 3.8.4. -- Chris Lamb Fri, 26 Feb 2010 02:07:44 +0000 python-redis (0.6.1-1) unstable; urgency=low * Initial release. - Source package split from "redis" source package. -- Chris Lamb Wed, 13 Jan 2010 23:54:06 +0000 debian/compat0000644000000000000000000000000212242401772010365 0ustar 7 debian/control0000644000000000000000000000152612242401772010576 0ustar Source: python-redis Section: python Priority: optional Maintainer: Chris Lamb Build-Depends: debhelper (>= 7), python (>= 2.6.6-3~) Standards-Version: 3.9.4 Vcs-Git: git://github.com/lamby/pkg-python-redis.git Vcs-Browser: https://github.com/lamby/pkg-python-redis Homepage: http://github.com/andymccurdy/redis-py/ Package: python-redis Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Persistent key-value database with network interface (Python library) Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. . This package contains Python bindings to Redis. debian/rules0000755000000000000000000000005512242401772010247 0ustar #!/usr/bin/make -f %: dh --with python2 $@ debian/source/0000755000000000000000000000000012242401772010467 5ustar debian/source/format0000644000000000000000000000001412242401772011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013012242401772010212 0ustar version=3 http://github.com/andymccurdy/redis-py/downloads .*/redis-(?:py-)?(.*).tar.gz