--- python-pytyrant-1.1.17.orig/debian/copyright +++ python-pytyrant-1.1.17/debian/copyright @@ -0,0 +1,39 @@ +This work was packaged for Debian by: + + David Watson on Wed, 21 Oct 2009 13:07:16 +0100 + +It was downloaded from http://code.google.com/p/pytyrant/ + +Upstream Author: + + Bob Ippolito + +Copyright: + + Copyright (C) 2008 Bob Ippolito + +License: + + 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. + +The Debian packaging is: + + Copyright (C) 2009 David Watson + +and is licensed under the MIT Licence (as above) --- python-pytyrant-1.1.17.orig/debian/changelog +++ python-pytyrant-1.1.17/debian/changelog @@ -0,0 +1,11 @@ +python-pytyrant (1.1.17-1ubuntu0.1) precise; urgency=low + + * Transition to dh_python2 for inclusion in main for MaaS (LP: #1020267) + + -- Adam Conrad Fri, 07 Jun 2013 00:08:38 -0600 + +python-pytyrant (1.1.17-1) unstable; urgency=low + + * Initial release (Closes: #551870) + + -- David Watson Wed, 21 Oct 2009 13:07:16 +0100 --- python-pytyrant-1.1.17.orig/debian/compat +++ python-pytyrant-1.1.17/debian/compat @@ -0,0 +1 @@ +7 --- python-pytyrant-1.1.17.orig/debian/rules +++ python-pytyrant-1.1.17/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with python2 --- python-pytyrant-1.1.17.orig/debian/control +++ python-pytyrant-1.1.17/debian/control @@ -0,0 +1,25 @@ +Source: python-pytyrant +Section: python +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: David Watson +Uploaders: David Watson +Build-Depends: debhelper (>= 7), python-setuptools, python (>= 2.6.6-3~) +Standards-Version: 3.8.3 +Homepage: http://code.google.com/p/pytyrant/ + +Package: python-pytyrant +Architecture: any +Depends: ${misc:Depends}, ${python:Depends} +Description: Pure Python client implementation of the Tokyo Tyrant protocol + A pure Python client implementation of the binary Tokyo Tyrant + protocol. Tokyo Cabinet is a "super + hyper ultra database manager" written and maintained by Mikio Hirabayashi and + released under the LGPL. + . + Tokyo Tyrant is the de facto database server for Tokyo Cabinet written and + maintained by the same author. It supports a REST HTTP protocol, memcached, + and its own simple binary protocol. This library implements the full binary + protocol for the Tokyo Tyrant 1.1.17 in pure Python as defined here:: + . + http://tokyocabinet.sourceforge.net/tyrantdoc/ --- python-pytyrant-1.1.17.orig/debian/watch +++ python-pytyrant-1.1.17/debian/watch @@ -0,0 +1,4 @@ +version=3 + +# Current version from Python cheeseshop. +http://pypi.python.org/packages/source/p/pytyrant/pytyrant-(.+).tar.gz --- python-pytyrant-1.1.17.orig/debian/docs +++ python-pytyrant-1.1.17/debian/docs @@ -0,0 +1 @@ +README