Initial packaging

This commit is contained in:
Benjamin Dauvergne 2014-10-02 23:08:51 +02:00
commit 30f22a1027
5 changed files with 43 additions and 0 deletions

17
debian/changelog vendored Normal file
View File

@ -0,0 +1,17 @@
gstatsd (0.5) lucid; urgency=low
* Release.
-- Patrick Hensley <pat@clio> Wed, 29 May 2013 12:44:32 -0400
gstatsd (0.4) lucid; urgency=low
* Release.
-- Patrick Hensley <spaceboy@indirect.com> Wed, 29 Jun 2011 11:59:01 -0400
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 $@