debian/0000755000000000000000000000000012302375644007174 5ustar debian/docs0000644000000000000000000000003012131004122010014 0ustar README.mkd TUTORIAL.mkd debian/copyright0000644000000000000000000000201612230767401011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: beanstalkc Upstream-Contact: Andreas Bola Source: https://github.com/earl/beanstalkc Files: * Copyright: 2008-2012 Andreas Bolka License: Apache-2.0 Files: debian/* Copyright: 2012-2013 Apollon Oikonomopoulos License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems the full text of the Apache License version 2.0 can be found at /usr/share/common-licenses/Apache-2.0 . debian/changelog0000644000000000000000000000127012302375644011046 0ustar beanstalkc (0.3.0-2build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:46:12 +0000 beanstalkc (0.3.0-2) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set. [ Apollon Oikonomopoulos ] * Refer to /usr/share/common-licenses/Apache-2.0 from debian/copyright. -- Apollon Oikonomopoulos Fri, 01 Nov 2013 17:28:24 +0200 beanstalkc (0.3.0-1) unstable; urgency=low * Initial release (Closes: #674539) -- Apollon Oikonomopoulos Tue, 12 Mar 2013 16:03:46 +0200 debian/compat0000644000000000000000000000000212131004122010346 0ustar 9 debian/control0000644000000000000000000000162712230767201010577 0ustar Source: beanstalkc Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Apollon Oikonomopoulos Build-Depends: debhelper (>= 9), python-all, python-setuptools, beanstalkd, python-nose, python-yaml Standards-Version: 3.9.4 Homepage: https://github.com/earl/beanstalkc Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/beanstalkc/trunk/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/beanstalkc/trunk/ Package: python-beanstalkc Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-yaml Suggests: beanstalkd Description: simple beanstalkd client library for Python beanstalkc is a simple beanstalkd client library for Python. beanstalkd is a fast, distributed, in-memory workqueue service. Beanstalkc is written in pure Python and is compatible with eventlet and gevent. debian/rules0000755000000000000000000000064112230767201010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_auto_clean: dh_auto_clean rm -rf beanstalkc.egg-info override_dh_auto_test: ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" "" set -ex; for python in $(shell pyversions -s); do\ $$python beanstalkc.py; \ done endif .PHONY: override_dh_auto_clean override_dh_auto_test debian/source/0000755000000000000000000000000012234744366010501 5ustar debian/source/format0000644000000000000000000000001412131004122011656 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011112131004122010172 0ustar version=3 https://github.com/earl/beanstalkc/tags .*/v(\d[\d\.]+).tar.gz