--- icli-0.48.orig/debian/README.source +++ icli-0.48/debian/README.source @@ -0,0 +1,6 @@ +In the past, this package used quilt to manage source modifications. + +Right now, there aren't any modifications, so quilt is not used any longer. + +In the future, it might be necessary to add another patch management system, +but that's to be decided then... --- icli-0.48.orig/debian/changelog +++ icli-0.48/debian/changelog @@ -0,0 +1,53 @@ +icli (0.48-1) unstable; urgency=medium + + * New upstream release + - Drop dependency on libautodie-perl or perl-modules, as the autodie + module is no longer used + - Change libtimedate-perl depency to libdatetime-format-strptime-perl, + as upstream switched to DateTime::Format::Strptime ff instead of + Date::Format + * Upstream package name change + - Update Homepage URL and move it to source stanza + - Update watch file + * No patches. Remove quilt dependency and adjust debian/README.source and + debian/rules accordingly + * Bump Standards-Version to 3.9.6.0 from 3.9.3.0, no changes necessary + + -- Uli Martens Thu, 16 Oct 2014 18:38:39 +0200 + +icli (0.42-1) unstable; urgency=low + + * New upstream release + - Needs new dependency on liblist-moreutils-perl + - MANIFEST.SKIP whitelist no longer 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.48.orig/debian/compat +++ icli-0.48/debian/compat @@ -0,0 +1 @@ +7 --- icli-0.48.orig/debian/control +++ icli-0.48/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), libdatetime-format-strptime-perl, liblist-moreutils-perl, libmodule-build-perl, libterm-size-perl, libtest-command-perl, libtest-compile-perl, libtest-pod-perl +Standards-Version: 3.9.6.0 +Homepage: http://derf.homelinux.org/projects/App-Icli/ + +Package: icli +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-format-strptime-perl, liblist-moreutils-perl, libterm-size-perl +Enhances: icinga +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.48.orig/debian/copyright +++ icli-0.48/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.48.orig/debian/rules +++ icli-0.48/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + --- icli-0.48.orig/debian/source/format +++ icli-0.48/debian/source/format @@ -0,0 +1 @@ +1.0 --- icli-0.48.orig/debian/watch +++ icli-0.48/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://derf.homelinux.org/projects/App-Icli/App-Icli-(.*).tar.gz debian uupdate