From 000f5030894886b09a4a98ccea539f6c6ca4ebab Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 22 Oct 2008 10:46:04 +0200 Subject: add debian packaging --- debian/changelog | 6 ++++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 18 ++++++++++++++++++ debian/gbp.conf | 6 ++++++ debian/rules | 8 ++++++++ 6 files changed, 56 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..138c92a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +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 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..fb9fc8f --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +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 + +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 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..babf56c --- /dev/null +++ b/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 diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..863522c --- /dev/null +++ b/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 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f7fade6 --- /dev/null +++ b/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 -- cgit v1.2.3