--- libvirt-0.1.8.orig/debian/control +++ libvirt-0.1.8/debian/control @@ -0,0 +1,54 @@ +Source: libvirt +Section: devel +Priority: optional +Maintainer: Andrew Mitchell +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libxen3.0-dev, libxml2-dev, libncurses5-dev, libreadline5-dev, zlib1g-dev, python-all-dev, python-central (>= 0.5.6) +XS-Python-Version: 2.4 +Standards-Version: 3.7.2 + +Package: libvirt-bin +Architecture: any +Depends: ${shlibs:Depends} +Description: the programs for the libvirt library + Libvirt is a C toolkit to interract with the virtualization capabilities + of recent versions of Linux (and other OSes). The library aim at providing + long term stable C API initially for the Xen paravirtualization but + should be able to integrate other virtualization mechanisms if needed. + . + This package contains the supporting binaries to use with libvirt + +Package: libvirt0 +Architecture: any +Depends: ${shlibs:Depends} +Description: library for interfacing with Xen & other virtualization systems + Libvirt is a C toolkit to interract with the virtualization capabilities + of recent versions of Linux (and other OSes). The library aim at providing + long term stable C API initially for the Xen paravirtualization but + should be able to integrate other virtualization mechanisms if needed. + +Package: libvirt-dev +Architecture: any +Depends: libvirt0 (= ${Source-Version}) +Description: development files for the libvirt library + Libvirt is a C toolkit to interract with the virtualization capabilities + of recent versions of Linux (and other OSes). The library aim at providing + long term stable C API initially for the Xen paravirtualization but + should be able to integrate other virtualization mechanisms if needed. + . + This package contains the header files and static libraries which are + needed for developing the applications with libvirt. + + +Package: python-libvirt +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends} +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +Description: libvirt python bindings + Libvirt is a C toolkit to interract with the virtualization capabilities + of recent versions of Linux (and other OSes). The library aim at providing + long term stable C API initially for the Xen paravirtualization but + should be able to integrate other virtualization mechanisms if needed. + . + This package contains python bindings for the libvirt library + --- libvirt-0.1.8.orig/debian/changelog +++ libvirt-0.1.8/debian/changelog @@ -0,0 +1,6 @@ +libvirt (0.1.8-0ubuntu1) feisty; urgency=low + + * Initial release + + -- Andrew Mitchell Mon, 23 Oct 2006 20:00:28 +1300 + --- libvirt-0.1.8.orig/debian/rules +++ libvirt-0.1.8/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +export DH_VERBOSE=1 + +DEB_PYTHON_SYSTEM=pycentral +DEB_DH_INSTALL_SOURCEDIR = debian/tmp + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath + + +binary-install/python-libvirt:: + dh_pycentral -ppython-libvirt \ No newline at end of file --- libvirt-0.1.8.orig/debian/copyright +++ libvirt-0.1.8/debian/copyright @@ -0,0 +1,22 @@ +libvirt was initially debianized by Andrew Mitchell + +libvirt sources were downloaded from http://libvirt.org/sources/ + +Copyright: (C) 2005,2006 Red Hat, Inc + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. --- libvirt-0.1.8.orig/debian/pycompat +++ libvirt-0.1.8/debian/pycompat @@ -0,0 +1 @@ +2 \ No newline at end of file --- libvirt-0.1.8.orig/debian/libvirt-dev.install +++ libvirt-0.1.8/debian/libvirt-dev.install @@ -0,0 +1,4 @@ +usr/lib/libvirt.so +usr/lib/libvirt.a +usr/include/* +usr/lib/pkgconfig/* --- libvirt-0.1.8.orig/debian/libvirt0.install +++ libvirt-0.1.8/debian/libvirt0.install @@ -0,0 +1 @@ +usr/lib/libvirt.so.* \ No newline at end of file --- libvirt-0.1.8.orig/debian/watch +++ libvirt-0.1.8/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://libvirt.org/sources/libvirt-([\d\.]*)\.tar\.gz --- libvirt-0.1.8.orig/debian/libvirt-bin.install +++ libvirt-0.1.8/debian/libvirt-bin.install @@ -0,0 +1,2 @@ +usr/bin/* +usr/lib/libvirt/* \ No newline at end of file --- libvirt-0.1.8.orig/debian/python-libvirt.install +++ libvirt-0.1.8/debian/python-libvirt.install @@ -0,0 +1 @@ +usr/lib/python*