From 1e0cbdf56aea5b089317a8d3f35e4c9ef9274efd Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 7 Jun 2013 14:35:28 +0200 Subject: debian: debianization --- debian/.gitignore | 2 ++ debian/changelog | 36 ++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 18 ++++++++++++++++++ debian/copyright | 26 ++++++++++++++++++++++++++ debian/cron.d | 3 +++ debian/rules | 5 +++++ 7 files changed, 91 insertions(+) create mode 100644 debian/.gitignore create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/cron.d create mode 100755 debian/rules (limited to 'debian') diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..b72a3db --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,2 @@ +nagios-plugins-hostinfo-maintainer* +files diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c1f19b9 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,36 @@ +hostinfo-maintainer (0.1.6) UNRELEASED; urgency=low + + * missing-maintainer-keys: add timeout commandline option + + -- Alexander Sulfrian Fri, 19 Sep 2014 16:50:24 +0200 + +hostinfo-maintainer (0.1.5) UNRELEASED; urgency=low + + * missing-maintainer-keys: fix handling of None value for maintainers + + -- Alexander Sulfrian Tue, 13 Aug 2013 20:24:07 +0200 + +hostinfo-maintainer (0.1.4) UNRELEASED; urgency=low + + * missing-maintainer-keys: allow extended maintainers + + -- Alexander Sulfrian Tue, 13 Aug 2013 19:59:21 +0200 + +hostinfo-maintainer (0.1.3) UNRELEASED; urgency=low + + * version: show if working copy is dirty + * missing-maintainer-keys: add maintainer count to output + + -- Alexander Sulfrian Mon, 10 Jun 2013 20:45:37 +0200 + +hostinfo-maintainer (0.1.2-2) UNRELEASED; urgency=low + + * debain/cron.d: set the required PATH + + -- Alexander Sulfrian Fri, 07 Jun 2013 16:36:19 +0200 + +hostinfo-maintainer (0.1.2) unstable; urgency=low + + * Initial release. + + -- Alexander Sulfrian Mon, 06 May 2013 17:31:41 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d681380 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: hostinfo-maintainer +Section: net +Priority: extra +Maintainer: Alexander Sulfrian +Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), + python-all (<< 3), dpkg-dev +Standards-Version: 3.9.1 +Homepage: http://git.spline.inf.fu-berlin.de/hostinfo-maintainer/ +Vcs-Git: git://git.spline.inf.fu-berlin.de/hostinfo-maintainer +X-Python-Version: >= 2.6, << 3.0 + +Package: nagios-plugins-hostinfo-maintainer +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-yaml, python-nagiosplugin, + nsca-ng-client | nsca-client +Description: nagios checks for maintainer information in hostinfo database + With this nagios checks you could run different checks concering + the maintainer information stored in the hostinfo database. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7489c23 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,26 @@ +This work was packaged for Debian by: + + Alexander Sulfrian on Mon, 06 May 2013 17:30:15 +0200 + +It was downloaded from: + + http://git.spline.inf.fu-berlin.de/hostinfo-maintainer/ + +Upstream Author(s): + + Alexander Sulfrian + +Copyright: + + Copyright (C) 2013 Alexander Sulfrian + +License: + + as-is + +The Debian packaging is: + + Copyright (C) 2013 Alexander Sulfrian + +and is licensed under the GPL version 3, +see "/usr/share/common-licenses/GPL-3". diff --git a/debian/cron.d b/debian/cron.d new file mode 100644 index 0000000..f8f92f3 --- /dev/null +++ b/debian/cron.d @@ -0,0 +1,3 @@ +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin + +*/1 * * * * nobody invoke_check /usr/lib/nagios/plugins/missing-maintainer-keys 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 $@ + -- cgit v1.2.3-1-g7c22