Debianized, version 0.2.

This commit is contained in:
Patrick Hensley 2011-06-28 21:11:26 -04:00
parent 29bb10a1b7
commit b75b31fcb4
6 changed files with 32 additions and 2 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
gstatsd (0.2) lucid; urgency=low
* Initial release.
-- Patrick Hensley <spaceboy@indirect.com> Tue, 28 Jun 2011 21:10:19 -0400

2
debian/compat vendored Normal file
View File

@ -0,0 +1,2 @@
7

14
debian/control vendored Normal file
View File

@ -0,0 +1,14 @@
Source: gstatsd
Section: python
Priority: optional
Maintainer: Patrick Hensley <spaceboy@indirect.com>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: python-support, python-setuptools
Standards-Version: 3.8.3
Homepage: http://github.com/phensley/gstatsd
Package: gstatsd
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-gevent
Description: A statsd service implementation in Python + gevent.

5
debian/copyright vendored Normal file
View File

@ -0,0 +1,5 @@
Copyright: 2011 Patrick Hensley <spaceboy@indirect.com>
License: Apache 2.0
http://www.apache.org/licenses/LICENSE-2.0.html

5
debian/rules vendored Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/make -f
%:
dh $@

View File

@ -1,4 +1,3 @@
__version__ = '0.1'
__version__ = '0.2'