--- munin-libvirt-plugins-0.0.6.orig/debian/changelog +++ munin-libvirt-plugins-0.0.6/debian/changelog @@ -0,0 +1,33 @@ +munin-libvirt-plugins (0.0.6-1) unstable; urgency=low + + * new upstream version + - add munin-libvirt-plugins-detect for autoconfiguration + * [fcc1061] add watch file + + -- Guido Günther Thu, 20 Nov 2008 16:08:36 +0100 + +munin-libvirt-plugins (0.0.4-1) unstable; urgency=low + + * new upstream version + - improved interaction with xen + + -- Guido Günther Thu, 06 Nov 2008 12:50:10 +0100 + +munin-libvirt-plugins (0.0.3-1) unstable; urgency=low + + * new upstream version + + -- Guido Günther Mon, 27 Oct 2008 20:17:53 +0100 + +munin-libvirt-plugins (0.0.2-1) unstable; urgency=low + + * new upstream version + + -- Guido Günther Sun, 26 Oct 2008 15:13:50 +0100 + +munin-libvirt-plugins (0.0.1-1) unstable; urgency=low + + * Initial release (Closes: #502439). + + -- Guido Günther Wed, 22 Oct 2008 10:43:56 +0200 + --- munin-libvirt-plugins-0.0.6.orig/debian/compat +++ munin-libvirt-plugins-0.0.6/debian/compat @@ -0,0 +1 @@ +7 --- munin-libvirt-plugins-0.0.6.orig/debian/control +++ munin-libvirt-plugins-0.0.6/debian/control @@ -0,0 +1,19 @@ +Source: munin-libvirt-plugins +Section: net +Priority: extra +Maintainer: Guido Günther +Build-Depends: cdbs, debhelper (>= 7) +Standards-Version: 3.8.0 +Homepage: http://honk.sigxcpu.org/projects/libvirt/#munin +Vcs-Git: http://honk.sigxcpu.org/git/munin-libvirt-plugins.git/ + +Package: munin-libvirt-plugins +Architecture: all +Depends: munin-node, python, python-libvirt, python-libxml2 +Description: Munin plugins using libvirt + This package contains munin plugins using libvirt: + . + * libvirt-cputime: cputime used by virtual machines + * libvirt-bklstat: block I/O of virtual machines + * libvirt-ifstat: network I/O of virtual machines + * libvirt-mem: memory used by virtual machines --- munin-libvirt-plugins-0.0.6.orig/debian/copyright +++ munin-libvirt-plugins-0.0.6/debian/copyright @@ -0,0 +1,18 @@ +This package was debianized by Guido Günther on +Wed, 22 Oct 2008 10:43:56 +0200. + +It was downloaded from http://honk.sigxcpu.org/projects/libvirt/#munin + +Upstream Author: + + Guido Günther + +Copyright: + + Copyright (C) 2008 Guido Günther + +License: + + You are free to distribute this software under the terms of the GNU General + Public License Version 2. The full text of this license can be found in the + file /usr/share/common-licenses/GPL-2 --- munin-libvirt-plugins-0.0.6.orig/debian/docs +++ munin-libvirt-plugins-0.0.6/debian/docs @@ -0,0 +1 @@ +README --- munin-libvirt-plugins-0.0.6.orig/debian/gbp.conf +++ munin-libvirt-plugins-0.0.6/debian/gbp.conf @@ -0,0 +1,6 @@ +[DEFAULT] +# tell git-buildpackage howto clean the source tree +# this is how we invoke pbuilder, arguments passed to git-buildpackage will be +# passed to dpkg-buildpackge in the chroot +debian-branch = debian +upstream-branch = master --- munin-libvirt-plugins-0.0.6.orig/debian/rules +++ munin-libvirt-plugins-0.0.6/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + +DEB_MAKE_ENVVARS=DESTDIR=debian/munin-libvirt-plugins +#DEB_MAKE_CHECK_TARGET=check +DEB_MAKE_INSTALL_TARGET=install --- munin-libvirt-plugins-0.0.6.orig/debian/watch +++ munin-libvirt-plugins-0.0.6/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://honk.sigxcpu.org/projects/libvirt/monitor/releases/munin-libvirt-plugins-([\d\.]*)\.tar\.gz