Skip to content

Commit

Permalink
Merge pull request sivy#18 from robbyt/master
Browse files Browse the repository at this point in the history
minor fix to require debian package for argparse
  • Loading branch information
sivy committed Aug 6, 2011
2 parents 6d358a2 + d106adb commit b405cbb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions debian/changelog
@@ -1,9 +1,21 @@
python-statsd (1.0-1) UNRELEASED; urgency=low
python-statsd (1.0-2) UNRELEASED; urgency=low

[ Rob Terhaar ]
* add requirement module for python-argparse
* added upstart script to /usr/share/docs/python-statsd/

-- Rob Terhaar <rob@atlanticdynamic.com> Tue, 12 Jul 2011 18:03:37 +0000
[ Gábor Farkas ]
* do not override the threshold
* fixed stats-name generation

[ Rob Terhaar ]
* updated README documentation with upstart information
* manual pidfile mgmt is no longer needed since we're not daemonizing
via pystatd's -D option
* don't run daemon as root, user nobody works fine
* argparse needs to be a install dep, not a build dep.

-- Rob Terhaar <rterhaar@atlanticdynamic.com> Thu, 14 Jul 2011 20:05:09 +0000

python-statsd (1.0) UNRELEASED; urgency=low

Expand Down
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -3,14 +3,14 @@ Maintainer: Rob Terhaar <rob@atlanticdynamic.com>
Section: python
Priority: optional
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7.3), python-support (>= 1.0.3), python, python-argparse
Build-Depends: debhelper (>= 7.3), python-support (>= 1.0.3), python
XS-Python-Version: all
Vcs-Git: https://github.com/robbyt/py-statsd
Vcs-Browser: https://github.com/robbyt/py-statsd
Homepage: https://github.com/robbyt/py-statsd

Package: python-statsd
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Depends: ${python:Depends}, ${misc:Depends}, python-argparse
XB-Python-Version: ${python:Versions}
Description: Statsd, in python

0 comments on commit b405cbb

Please sign in to comment.