debian/ 0000775 0000000 0000000 00000000000 12305415136 007170 5 ustar debian/rules 0000775 0000000 0000000 00000000256 12261330231 010244 0 ustar #!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@ --with python2
override_dh_auto_test:
python setup.py test
debian/source/ 0000775 0000000 0000000 00000000000 12247034062 010470 5 ustar debian/source/format 0000664 0000000 0000000 00000000014 12247034062 011676 0 ustar 3.0 (quilt)
debian/docs 0000664 0000000 0000000 00000000014 12247034062 010036 0 ustar NEWS
README
debian/compat 0000664 0000000 0000000 00000000002 12247034062 010366 0 ustar 9
debian/copyright 0000664 0000000 0000000 00000003312 12247034542 011125 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libvirt-python
Source: http://libvirt.org/git/?p=libvirt-python.git;a=summary
Files: *
Copyright: 2005, 2007, 2012, 2013 Red Hat, Inc.
License: LGPL-2.1
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, see
.
Files: debian/*
Copyright: 2013 Guido Günther
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package 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 General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
debian/control 0000664 0000000 0000000 00000002130 12265770053 010576 0 ustar Source: libvirt-python
Section: python
Priority: optional
Maintainer: Ubuntu Developers
XSBC-Original-Maintainer: Guido Günther
Build-Depends: debhelper (>= 9.0.0),
pkg-config,
python-all-dev (>= 2.6.6-3~),
libvirt-dev (>= 1.2.0~),
python-lxml
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/pkg-libvirt-python/libvirt.git
Vcs-Browser: http://git.debian.org/?p=pkg-libvirt/libvirt-python.git
Homepage: http://libvirt.org
XS-Python-Version: 2.7
Package: python-libvirt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libvirt0 (>= 1.2.0~)
XB-Python-Version: ${python:Versions}
Recommends: libvirt-bin
Section: python
Description: libvirt Python bindings
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
a long term stable C API for different virtualization mechanisms. It currently
supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
.
This package contains Python bindings for the libvirt library
debian/changelog 0000664 0000000 0000000 00000002163 12305415136 011044 0 ustar libvirt-python (1.2.2-0ubuntu1) trusty; urgency=medium
* New upstream release.
* debian/patches/virStream-send-regression: Dropped no longer needed.
-- Chuck Short Tue, 04 Mar 2014 13:22:21 -0500
libvirt-python (1.2.1-0ubuntu2) trusty; urgency=medium
* d/p/virStream-send-regression: fix regression in send function
(LP: #1270588).
-- Robie Basak Thu, 23 Jan 2014 13:05:33 +0000
libvirt-python (1.2.1-0ubuntu1) trusty; urgency=medium
* New upstream release.
-- Chuck Short Thu, 16 Jan 2014 09:45:35 -0500
libvirt-python (1.2.0-2ubuntu1) trusty; urgency=medium
* debian/rules: Run testsuite druing build.
* debian/control: Add python-lxml as a build-dependency.
-- Chuck Short Thu, 02 Jan 2014 13:32:00 -0500
libvirt-python (1.2.0-2) unstable; urgency=medium
* Upload to unstable
-- Guido Günther Fri, 20 Dec 2013 08:04:18 +0100
libvirt-python (1.2.0-1) experimental; urgency=low
* Initial release (Closes: #731088)
-- Guido Günther Mon, 02 Dec 2013 08:35:03 +0100
debian/gbp.conf 0000664 0000000 0000000 00000000162 12247035176 010615 0 ustar [DEFAULT]
upstream-branch=upstream/experimental
debian-branch=debian/experimental
[gbp-pq]
patch-numbers = False
debian/patches/ 0000775 0000000 0000000 00000000000 12305415112 010611 5 ustar