Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
*.venv
build
dist
debian/files
debian/*.debhelper
debian/*.substvars
debian/logster/
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
logster (0.0.1) precise; urgency=low

* Initial Packaging

-- Kiall Mac Innes <kiall@hp.com> Thu, 02 May 2013 13:44:23 +0100
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
25 changes: 25 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Source: logster
Section: python
Priority: extra
Maintainer: Kiall Mac Innes <kiall@managedit.ie>
Build-Depends:
debhelper (>= 8.0.0),
python (>= 2.6)
Build-Depends-Indep:
python-setuptools
Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
Homepage: https://github.com/etsy/logster

Package: logster
Architecture: all
Depends:
logtail,
python-pkg-resources,
${python:Depends},
${misc:Depends}
Provides:
${python:Provides}
Description: Logster - Generate metrics for Graphite and Ganglia
Logster parsees log files and generate metrics for Graphite
and Ganglia
1 change: 1 addition & 0 deletions debian/logster.dirs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var/log/logster
Empty file added debian/pydist-overrides
Empty file.
21 changes: 21 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
#
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
#
# Modified to make a template file for a multi-binary package with separated
# build-arch and build-indep targets by Bill Allombert 2001

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# This has to be exported to make some magic below work.
export DH_OPTIONS


%:
dh $@ --with python2
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)