debian/0000755000000000000000000000000012233460702007165 5ustar debian/copyright0000644000000000000000000000160412222521067011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gear Upstream-Contact: Openstack Infrastructure Source: https://review.openstack.org/p/openstack-infra/gear.git Files: * Copyright: Copyright 2013 OpenStack Foundation Copyright (c) 2013 Hewlett-Packard Development Company, L.P. License: Apache 2.0 On Debian systems, the full text of the Apache License version 2.0 can be found in the file `/usr/share/common-licenses/Apache-2.0'. Files: debian/* Copyright: Copyright 2013 Antoine Musso Copyright 2013 Wikimedia Foundation Inc. License: GPL-2 or Apache 2.0 On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/Apache-2.0'. On Debian systems, the full text of the Apache License version 2.0 can be found in the file `/usr/share/common-licenses/Apache-2.0'. debian/watch0000644000000000000000000000010312232230615010205 0ustar version=3 http://tarballs.openstack.org/gear/ gear-(\d.*)\.tar\.gz debian/gbp.conf0000644000000000000000000000034312216053631010604 0ustar [DEFAULT] cleaner = /bin/true upstream-tag = %(version)s [git-buildpackage] upstream-tree=tag debian-branch=master overlay = True no-create-orig = True tarball-dir = ../tarballs/ export-dir = ../build-area/ compression = gzip debian/compat0000644000000000000000000000000212216053631010363 0ustar 8 debian/changelog0000644000000000000000000000023212222516676011046 0ustar python-gear (0.4.0-1) unstable; urgency=low * Initial Version * Closes: #725081 -- Antoine Musso Thu, 12 Sep 2013 17:32:15 +0000 debian/control0000644000000000000000000000400012233460670010566 0ustar Source: python-gear Maintainer: Debian Python Modules Team Uploaders: Antoine Musso , Julien Danjou , Thomas Goirand , Ghe Rivero , Mehdi Abaakouk , Paul Belanger Section: python Priority: optional Build-Depends: debhelper (>= 8), openstack-pkg-tools, python-all (>= 2.6.6-3), python-daemon, python-extras, python-fixtures (>=0.3.12), python-setuptools (>= 0.6b3), python-sphinx (>=1.1.2), python-subunit, python-pbr, python-testrepository (>=0.0.13), python-testresources, python-testscenarios, python-testtools (>=0.9.27), python-tox #Build-Depends-Indep: # From test-requirements.txt we are missing: #coverage>=3.6 #discover #hacking>=0.5.3,<0.6 Standards-Version: 3.9.3 Homepage: https://pypi.python.org/pypi/gear #Vcs-Git: https://review.openstack.org/p/openstack-infra/gear.git Vcs-Browser: http://git.openstack.org/cgit/openstack-infra/gear/ Package: python-gear Architecture: all Depends: python-daemon, python-extras, python-pbr, ${misc:Depends}, ${python:Depends} Description: Pure Python Async Gear Protocol Library python-gear is a pure-Python asynchronous library to interface with Gearman. . It provides interfaces to build a client or worker, and access to the administrative protocol. The design approach is to keep it simple, with a relatively thin abstration of the Gearman protocol itself. It should be easy to use to build a client or worker that operates either synchronously or asynchronously. . The module also provides a simple Gearman server for use as a convenience in unit tests. The server is not designed for production use under load. debian/rules0000755000000000000000000000105412217031153010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 UPSTREAM_GIT = git://github.com/openstack-infra/gear.git include /usr/share/openstack-pkg-tools/pkgos.make export OSLO_PACKAGE_VERSION=$(VERSION) %: dh $@ --with python2 #get-orig-source: # uscan --download-current-version --rename --destdir ../tarballs override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # Command comes from upstream tox.ini python setup.py testr --slowest endif .PHONY: get-orig-source override_dh_auto_test debian/source/0000755000000000000000000000000012233460702010465 5ustar debian/source/format0000644000000000000000000000001412216053631011673 0ustar 3.0 (quilt)