[Pkg-libvirt-commits] [libvirt] 06/06: Drop python-libvirt

Guido Guenther agx at moszumanska.debian.org
Sun Dec 1 21:32:12 UTC 2013


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch experimental
in repository libvirt.

commit dd5ae42adf9e317d49ae3ddf237b616938bdcd7b
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sun Dec 1 22:04:23 2013 +0100

    Drop python-libvirt
    
    Python bindings were split out of libvirt's git into libvirt-python.
---
 debian/control | 16 ----------------
 debian/rules   |  6 ------
 2 files changed, 22 deletions(-)

diff --git a/debian/control b/debian/control
index f2d204a..f50b01a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ Build-Depends:
  zlib1g-dev,
  libgcrypt11-dev,
  libgnutls-dev,
- python-all-dev (>= 2.6.6-3~),
  libavahi-client-dev,
  libsasl2-dev,
  libxen-dev (>= 4.3) [i386 amd64],
@@ -59,7 +58,6 @@ Vcs-Git: git://git.debian.org/git/pkg-libvirt/libvirt.git
 Vcs-Browser: http://git.debian.org/?p=pkg-libvirt/libvirt.git
 Homepage: http://libvirt.org
 Standards-Version: 3.9.4
-X-Python-Version: >= 2.6
 
 Package: libvirt-bin
 Architecture: any
@@ -136,20 +134,6 @@ Description: development files for the libvirt library
  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}, ${misc:Depends}, ${python:Depends}, libvirt0 (= ${binary:Version})
-Provides: ${python:Provides}
-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
-
 Package: libvirt-sanlock
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libvirt0 (= ${binary:Version}), augeas-tools
diff --git a/debian/rules b/debian/rules
index 1f5c8bf..4b0f2ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,11 +113,9 @@ EXAMPLES_DIR = $(CURDIR)/debian/libvirt-doc/usr/share/doc/libvirt-doc/examples/
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_ARGS)
-	DEB_BUILDDIR=$(DEB_BUILDDIR) make -f debian/python.mk configure
 
 override_dh_auto_install:
 	dh_auto_install
-	DEB_BUILDDIR=$(DEB_BUILDDIR) make -f debian/python.mk install
 	# Add empty dirs so dh_install doesn't fail on kFreebsd until we have
 	# Polkit/Systemd/systemtap support
 	mkdir -p debian/tmp/usr/share/polkit-1 \
@@ -166,10 +164,6 @@ override_dh_installdocs:
 override_dh_strip:
 	dh_strip --dbg-package=libvirt0-dbg
 
-override_dh_auto_build:
-	dh_auto_build -a -i
-	DEB_BUILDDIR=$(DEB_BUILDDIR) make -f debian/python.mk build
-
 override_dh_auto_clean:
 	[ ! -f Makefile ] || dh_auto_clean
 	rm -f $(CURDIR)/debian/libvirt-bin.libvirt-guests.init

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list