Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/95556
Change subject: Initial .deb packaging ...................................................................... Initial .deb packaging Change-Id: Iaf9bcbada503eaefd4af69769de92ab2a246454f --- A debian/changelog A debian/compat A debian/control A debian/rules A debian/source/format 5 files changed, 29 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/logster refs/changes/56/95556/1 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..6fadae8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +logster (0.0.1-precise1) unstable; urgency=low + + * Initial release + + -- Andrew Otto (WMF) <[email protected]> Thu, 14 Nov 2013 22:00:04 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..89de142 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: logster +Maintainer: Andrew Otto (WMF) <[email protected]> +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), debhelper (>= 8), python (>= 2.6.6-3~) +Standards-Version: 3.9.3 + +Package: logster +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +XB-Python-Version: ${python:Versions} +Provides: ${python:Provides} +Description: Parse log files, generate metrics for Statsd, Graphite, Ganglia, and more + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4e7d03d --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + + +%: + dh $@ --with python2 + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..c3d9f24 --- /dev/null +++ b/debian/source/format @@ -0,0 +1,2 @@ +3.0 (quilt) + -- To view, visit https://gerrit.wikimedia.org/r/95556 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaf9bcbada503eaefd4af69769de92ab2a246454f Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/logster Gerrit-Branch: debian Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
