# HG changeset patch # User Christian Arnold # Date 1308145383 -7200 # Node ID 8aa45e0a1a68603418703840fd922e165983fa6b # Parent 193a7350151db78cb3f7655a2fd327a9180c026a build debian version 0.1 diff -r 193a7350151d -r 8aa45e0a1a68 debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/changelog Wed Jun 15 15:43:03 2011 +0200 @@ -0,0 +1,5 @@ +nagios-plugin-zpush (0.1) lenny squeeze; urgency=low + + * Initial Release. + + -- Christian Arnold Wed, 15 Jun 2011 15:31:29 +0200 diff -r 193a7350151d -r 8aa45e0a1a68 debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/compat Wed Jun 15 15:43:03 2011 +0200 @@ -0,0 +1,1 @@ +7 diff -r 193a7350151d -r 8aa45e0a1a68 debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Wed Jun 15 15:43:03 2011 +0200 @@ -0,0 +1,14 @@ +Source: nagios-plugin-zpush +Section: net +Priority: extra +Maintainer: Christian Arnold +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.8.4 +Homepage: https://keller.schlittermann.de/hg/ius/nagios/nagios-plugin-zpush/ + +Package: nagios-plugin-zpush +Architecture: all +Depends: perl-base, perl-doc, libwww-perl +Description: nagios plugin to check installed z-push version + This nagios plugin search on a specified url for a new version + of z-push and compare the search result with an installed version. diff -r 193a7350151d -r 8aa45e0a1a68 debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/copyright Wed Jun 15 15:43:03 2011 +0200 @@ -0,0 +1,39 @@ +This work was packaged for Debian by: + + Christian Arnold on Wed, 15 Jun 2011 15:31:29 +0200 + +It was downloaded from: + + https://keller.schlittermann.de/hg/ius/nagios/nagios-plugin-zpush/ + +Upstream Author(s): + + Christian Arnold + +Copyright: + + Copyright (C) 2011 Schlittermann internet & unix support + +License: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +The Debian packaging is: + + Copyright (C) 2011 Christian Arnold + +and is licensed under the GPL version 3, see above. diff -r 193a7350151d -r 8aa45e0a1a68 debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/rules Wed Jun 15 15:43:03 2011 +0200 @@ -0,0 +1,13 @@ +#!/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. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ diff -r 193a7350151d -r 8aa45e0a1a68 debian/source/format --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/source/format Wed Jun 15 15:43:03 2011 +0200 @@ -0,0 +1,1 @@ +3.0 (native)