aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2008-10-22 10:46:04 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-10-22 19:03:57 +0200
commit000f5030894886b09a4a98ccea539f6c6ca4ebab (patch)
tree9a5591221ac10c0f8254a87f538b1e4cd7a661fb
parent0a074398f3a5884d155683c5ee7f8d1972150c8c (diff)
add debian packagingdebian/0.0.1-1
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/copyright18
-rw-r--r--debian/gbp.conf6
-rwxr-xr-xdebian/rules8
6 files changed, 56 insertions, 0 deletions
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 <agx@sigxcpu.org> 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 <agx@sigxcpu.org>
+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 <agx@sigxcpu.org> 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 <agx@sixcpu.org>
+
+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