# HG changeset patch # User Christian Arnold # Date 1303223762 -7200 # Node ID c1d47261de240553891d43a995a378fd70b300d8 # Parent 264e21532e3c6ccd9ffeb4a3249e12ae0e1bedec build debian package for release-0.1 diff -r 264e21532e3c -r c1d47261de24 debian/README.Debian --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/README.Debian Tue Apr 19 16:36:02 2011 +0200 @@ -0,0 +1,6 @@ +nagios-plugin-dump for Debian +----------------------------- + + + + -- Christian Arnold Tue, 19 Apr 2011 16:10:49 +0200 diff -r 264e21532e3c -r c1d47261de24 debian/README.source --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/README.source Tue Apr 19 16:36:02 2011 +0200 @@ -0,0 +1,9 @@ +nagios-plugin-dump for Debian +----------------------------- + + + + + + diff -r 264e21532e3c -r c1d47261de24 debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/changelog Tue Apr 19 16:36:02 2011 +0200 @@ -0,0 +1,5 @@ +nagios-plugin-dump (0.1) stable; urgency=low + + * Initial release + + -- Christian Arnold Tue, 19 Apr 2011 16:10:49 +0200 diff -r 264e21532e3c -r c1d47261de24 debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/compat Tue Apr 19 16:36:02 2011 +0200 @@ -0,0 +1,1 @@ +7 diff -r 264e21532e3c -r c1d47261de24 debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Tue Apr 19 16:36:02 2011 +0200 @@ -0,0 +1,12 @@ +Source: nagios-plugin-dump +Section: net +Priority: extra +Maintainer: Christian Arnold +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.8.4 + +Package: nagios-plugin-dump +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, perl-base, perl-doc, libperl6-slurp-perl, libtimedate-perl, dump +Description: nagios plugin to check backup status from dump + This nagios plugin check backup status from dump. diff -r 264e21532e3c -r c1d47261de24 debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/copyright Tue Apr 19 16:36:02 2011 +0200 @@ -0,0 +1,39 @@ +This work was packaged for Debian by: + + Christian Arnold on Tue, 19 Apr 2011 16:10:49 +0200 + +It was downloaded from: + + https://keller.schlittermann.de/hg/ius/nagios/nagios-plugin-dump/ + +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 264e21532e3c -r c1d47261de24 debian/docs diff -r 264e21532e3c -r c1d47261de24 debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/rules Tue Apr 19 16:36:02 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 264e21532e3c -r c1d47261de24 debian/source/format --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/source/format Tue Apr 19 16:36:02 2011 +0200 @@ -0,0 +1,1 @@ +3.0 (quilt)