--- python-stompy-0.2.9.orig/setup.cfg +++ python-stompy-0.2.9/setup.cfg @@ -14,7 +14,7 @@ [nosetests] cover-package = stompy verbosity = 1 -with-coverage = 1 +with-coverage = 0 cover-erase = True detailed-errors = 1 match = ((?:^|[b_.-])(:?[Tt]est|When|should)) --- python-stompy-0.2.9.orig/debian/copyright +++ python-stompy-0.2.9/debian/copyright @@ -0,0 +1,47 @@ +This work was packaged for Debian by: + + David Watson on Thu, 22 Oct 2009 11:36:11 +0100 + +It was downloaded from http://pypi.python.org/pypi/stompy + +Upstream Author: + + Benjamin W. Smith + +Copyright: + + Copyright (C) 2009 Benjamin W. Smith + +License: + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * 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. + + Neither the name of the authors 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 COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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. + + +The Debian packaging is: + + Copyright (C) 2009 David Watson + +and is licensed under the BSD License ( as above ). --- python-stompy-0.2.9.orig/debian/changelog +++ python-stompy-0.2.9/debian/changelog @@ -0,0 +1,44 @@ +python-stompy (0.2.9-1ubuntu1) precise; urgency=low + + * Merge from debian unstable. Remaining changes (LP: #875921): + - dh_python2 transition. + + -- Chuck Short Mon, 17 Oct 2011 21:55:37 +0000 + +python-stompy (0.2.9-1) unstable; urgency=low + + * New upstream release + + -- David Watson Sun, 07 Aug 2011 21:53:19 +0100 + +python-stompy (0.2.5-1ubuntu1) oneiric; urgency=low + + * dh_python2 transition. + + -- Chuck Short Wed, 31 Aug 2011 09:18:21 -0400 + +python-stompy (0.2.5-1) unstable; urgency=low + + * New upstream release + + -- David Watson Wed, 20 Jan 2010 16:11:25 +0000 + +python-stompy (0.1.5-3) unstable; urgency=low + + * Depend on python 2.5 or greater. + + -- David Watson Fri, 06 Nov 2009 11:24:37 +0000 + +python-stompy (0.1.5-2) unstable; urgency=low + + * Clean up long description (Closes: #554469). + * Switch off coverage tests during build (Closes: #552950). + + -- David Watson Fri, 06 Nov 2009 09:44:52 +0000 + +python-stompy (0.1.5-1) unstable; urgency=low + + * Initial release (Closes: #551987) + + -- David Watson Thu, 22 Oct 2009 11:36:11 +0100 + --- python-stompy-0.2.9.orig/debian/docs +++ python-stompy-0.2.9/debian/docs @@ -0,0 +1 @@ +README --- python-stompy-0.2.9.orig/debian/control +++ python-stompy-0.2.9/debian/control @@ -0,0 +1,21 @@ +Source: python-stompy +Section: python +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: David Watson +Uploaders: David Watson +Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools +Standards-Version: 3.9.2 +Homepage: http://pypi.python.org/pypi/stompy + +Package: python-stompy +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-nose (>= 0.11), python-dingus +Description: Implementation of the STOMP protocol in Python + This is useful for connecting to and communicating with Apache ActiveMQ + (an open source Java Message Service (JMS) message broker) or other brokers + with support for the STOMP protocol. + . + The majority of the methods available take a single argument; a dictionary. + This dictionary should contain the necessary bits you need to pass to the + STOMP server. It is outlined in each method exactly what it needs to work. --- python-stompy-0.2.9.orig/debian/watch +++ python-stompy-0.2.9/debian/watch @@ -0,0 +1,4 @@ +version=3 + +# Current version from Python cheeseshop. +http://pypi.python.org/packages/source/s/stompy/stompy-(.+).tar.gz --- python-stompy-0.2.9.orig/debian/rules +++ python-stompy-0.2.9/debian/rules @@ -0,0 +1,16 @@ +#!/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 + +override_dh_auto_install: + python setup.py install --install-layout=deb --root $(CURDIR)/debian/python-stompy --- python-stompy-0.2.9.orig/debian/compat +++ python-stompy-0.2.9/debian/compat @@ -0,0 +1 @@ +7