From 30f22a10272f8fe5b6d827df6d9645c280ad8e95 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 2 Oct 2014 23:08:51 +0200 Subject: [PATCH] Initial packaging --- debian/changelog | 17 +++++++++++++++++ debian/compat | 2 ++ debian/control | 14 ++++++++++++++ debian/copyright | 5 +++++ debian/rules | 5 +++++ 5 files changed, 43 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a50cc8d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,17 @@ +gstatsd (0.5) lucid; urgency=low + + * Release. + + -- Patrick Hensley Wed, 29 May 2013 12:44:32 -0400 + +gstatsd (0.4) lucid; urgency=low + + * Release. + + -- Patrick Hensley Wed, 29 Jun 2011 11:59:01 -0400 + +gstatsd (0.2) lucid; urgency=low + + * Initial release. + + -- Patrick Hensley Tue, 28 Jun 2011 21:10:19 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..4d446d8 --- /dev/null +++ b/debian/compat @@ -0,0 +1,2 @@ +7 + diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..feed4bb --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: gstatsd +Section: python +Priority: optional +Maintainer: Patrick Hensley +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. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7aefebb --- /dev/null +++ b/debian/copyright @@ -0,0 +1,5 @@ + +Copyright: 2011 Patrick Hensley +License: Apache 2.0 + http://www.apache.org/licenses/LICENSE-2.0.html + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..abde6ef --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ +