build debian package for release-0.1
authorChristian Arnold <arnold@schlittermann.de>
Tue, 19 Apr 2011 16:36:02 +0200
changeset 2 c1d47261de24
parent 1 264e21532e3c
child 3 8c160b9b0a73
build debian package for release-0.1
debian/README.Debian
debian/README.source
debian/changelog
debian/compat
debian/control
debian/copyright
debian/docs
debian/rules
debian/source/format
--- /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
+-----------------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Christian Arnold <arnold@schlittermann.de>  Tue, 19 Apr 2011 16:10:49 +0200
--- /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
+-----------------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+
--- /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 <arnold@schlittermann.de>  Tue, 19 Apr 2011 16:10:49 +0200
--- /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
--- /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 <arnold@schlittermann.de>
+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.
--- /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 <arnold@schlittermann.de> 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 <arnold@schlittermann.de>
+
+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 <http://www.gnu.org/licenses/>.
+
+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 <arnold@schlittermann.de>
+
+and is licensed under the GPL version 3, see above.
--- /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 $@ 
--- /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)