--- icli-0.42.orig/debian/changelog +++ icli-0.42/debian/changelog @@ -0,0 +1,36 @@ +icli (0.42-1) unstable; urgency=low + + * New upstream release + - needs new dependency on liblist-moreutils-perl + - MANIFEST.SKIP whitelist no longere in upstream package, so we'll + just ignore the debian temp files in the output. Drop + ignore-debian-files.diff + - tests checking for date-based output are now skipped by upstream + in other timezones. drop test-timezone.diff + * No patches left, we could drop the quilt dependency. We'll keep it + anyway to ease adding new patches in the future. + * Bump Standards-Version to 3.9.3.0 from 3.9.1,9 no changes necessary + + -- Uli Martens Tue, 12 Jun 2012 07:24:01 +0200 + +icli (0.4-2) unstable; urgency=low + + * Make icli depend on libterm-size-perl (Closes: 623325) + + -- Uli Martens Mon, 30 May 2011 15:53:49 +0200 + +icli (0.4-1) unstable; urgency=low + + * New upstream release + - update watch file to new website locations + - unfuzz debian/patches/test-timezone.diff after test updates + - add dependency on libterm-size-perl for updated test suite + + -- Uli Martens Sat, 19 Feb 2011 09:55:44 +0100 + +icli (0.3-1) unstable; urgency=low + + * Initial Release (Closes: #603137) + + -- Uli Martens Sun, 19 Dec 2010 12:58:29 +0100 + --- icli-0.42.orig/debian/control +++ icli-0.42/debian/control @@ -0,0 +1,20 @@ +Source: icli +Section: net +Priority: optional +Maintainer: Debian Nagios Maintainer Group +Uploaders: Uli Martens , Alexander Wirt , Jan Wagner +Build-Depends: debhelper (>= 7.0.15), quilt (>= 0.46-7), liblist-moreutils-perl, libterm-size-perl, libtest-command-perl, libtest-compile-perl, libtest-pod-perl +Standards-Version: 3.9.3.0 + +Package: icli +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, perl-modules (>= 5.10.1~rc2-1) | libautodie-perl, liblist-moreutils-perl, libterm-size-perl, libtimedate-perl +Enhances: icinga +Homepage: http://derf.homelinux.org/projects/icinga-cli/ +Description: command line interface for the icinga monitoring system + icli is a command line interface to Icinga. It can show the service, + host, queue or downtime status of all or specified hosts or hostgroups. + It can also be used to schedule service rechecks. + . + By overriding the status file path names, it can also be used with a + nagios installation. --- icli-0.42.orig/debian/compat +++ icli-0.42/debian/compat @@ -0,0 +1 @@ +7 --- icli-0.42.orig/debian/README.source +++ icli-0.42/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- icli-0.42.orig/debian/rules +++ icli-0.42/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ + --- icli-0.42.orig/debian/copyright +++ icli-0.42/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Uli Martens on +2010-11-13. + +It was downloaded from http://derf.homelinux.org/projects/icinga-cli/ +Upstream Author is Daniel Friesel + +icli code +========= + +Copyright © 2010 by Daniel Friesel +License: WTFPL + 0. You just DO WHAT THE FUCK YOU WANT TO. + +Debian packaging +================ + +The Debian packaging is © 2010 Uli Martens and is licensed the same as the code +itself. + + +The licence text as found on reads: + +            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +                    Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar  + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + +            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +  0. You just DO WHAT THE FUCK YOU WANT TO. --- icli-0.42.orig/debian/watch +++ icli-0.42/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://derf.homelinux.org/projects/icli/icli-(.*).tar.gz debian uupdate --- icli-0.42.orig/debian/source/format +++ icli-0.42/debian/source/format @@ -0,0 +1 @@ +1.0 --- icli-0.42.orig/debian/patches/series +++ icli-0.42/debian/patches/series @@ -0,0 +1 @@ +# empty