debian/0000755000000000000000000000000012134245654007174 5ustar debian/rules0000755000000000000000000000077412134244033010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 get-orig-source: uscan --download-current-version --rename --destdir ../tarballs override_dh_clean: dh_clean # dh_clean does not support recursive deletions via debian/clean # so we have to explicitly delete the egg directories there. # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511048 rm -rf mock-*.egg rm -rf nose-*.egg .PHONY: get-orig-source override_dh_clean debian/compat0000644000000000000000000000000212134236271010365 0ustar 9 debian/control0000644000000000000000000000157312134245650010601 0ustar Source: python-statsd Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Antoine Musso , Paul Belanger Build-Depends: debhelper (>= 9), python-all, python-setuptools Standards-Version: 3.9.3 X-Python-Version: >= 2.6 Homepage: https://github.com/WoLpH/python-statsd Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-statsd/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-statsd/trunk/ Package: python-statsd Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Python client for the statsd daemon Statsd is a client for Etsy's statsd server, a front end/proxy for the Graphite stats collection and graphing server. . This is the most popular `statsd` python module on pypi. debian/watch0000644000000000000000000000011712134236271010217 0ustar version=3 http://githubredir.debian.net/github/jsocol/pystatsd /v(.+)\.tar\.gz debian/copyright0000644000000000000000000000273212134244033011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-statsd Upstream-Contact: James Socol Source: https://github.com/jsocol/pystatsd/ Files: * Copyright: 2012-2013 James Socol License: Expat 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: 2013 Antoine Musso License: GPL-2 On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/gbp.conf0000644000000000000000000000027312134236271010610 0ustar [DEFAULT] upstream-tag = v%(version)s [git-buildpackage] upstream-tree=tag debian-branch=master overlay = True no-create-orig = True tarball-dir = ../tarballs export-dir = ../build-area debian/changelog0000644000000000000000000000023112134236271011035 0ustar python-statsd (2.0.1-1) unstable; urgency=low * Initial release. Closes: #703613 -- Antoine Musso Thu, 18 Apr 2013 10:55:24 +0000 debian/source/0000755000000000000000000000000012134245654010474 5ustar debian/source/format0000644000000000000000000000001412134236271011675 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000011612134236271012103 0ustar extend-diff-ignore = "^[^/]+\.egg-info/" extend-diff-ignore = '^\.gitreview$'