Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/107723


Change subject: Initial deb packaging
......................................................................

Initial deb packaging

Change-Id: Ic9abab10f1c980195172a3bcecca61745daa0d27
---
A debian/changelog
A debian/compat
A debian/control
A debian/gbp.conf
A debian/pydist-overrides
A debian/rules
A debian/source/format
7 files changed, 35 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/debs/check_ganglia 
refs/changes/23/107723/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c32bf13
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+check-ganglia (0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Andrew Otto (WMF) <o...@wikimedia.org>  Wed, 15 Jan 2014 21:34:23 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9aa256f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: check-ganglia
+Maintainer: Andrew Otto (WMF) <o...@wikimedia.org>
+Section: python
+Priority: optional
+Build-Depends: python, debhelper (>= 8)
+Standards-Version: 3.9.5
+Vcs-Git: https://gerrit.wikimedia.org/r/operations/debs/check_ganglia -b debian
+Vcs-Browser: 
http://git.wikimedia.org/tree/operations%2Fdebs%2Fcheck_ganglia.git/refs%2Fheads%2Fdebian
+
+Package: check-ganglia
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python3-lxml | python-lxml
+Provides: ${python:Provides}
+Description: check_ganglia plugin for Nagios
+ This is a Nagios plugin that checks values collected by Ganglia. It can poll
+ either gmond or use the interactive query interface provided by gmetad.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..154d37e
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+[git-buildpackage]
+upstream-tree=branch
+upstream-branch=master
+debian-branch=debian
+export-dir=../build-area/
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
new file mode 100644
index 0000000..85771df
--- /dev/null
+++ b/debian/pydist-overrides
@@ -0,0 +1 @@
+lxml python-lxml
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..46f5b5d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --with python2
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/107723
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9abab10f1c980195172a3bcecca61745daa0d27
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/check_ganglia
Gerrit-Branch: debian
Gerrit-Owner: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to