[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.9.0_rc2-1

Guido Günther agx at sigxcpu.org
Wed Mar 30 12:17:43 UTC 2011


The following commit has been merged in the experimental branch:
commit 5845bedfcc4a899f2545aafe912dd8c31c2ceb20
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Mar 30 13:50:39 2011 +0200

    Switch to dh_python2
    
    Closes: #616874

diff --git a/debian/control b/debian/control
index 4eb6572..4a0283c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,23 @@ Section: libs
 Priority: optional
 Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>
 Uploaders: Guido Günther <agx at sigxcpu.org>, Laurent Léonard <laurent at open-minds.org>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7), libxml2-dev, libncurses5-dev, libreadline-dev, zlib1g-dev, libgnutls-dev, python-dev (>= 2.3.5-11), python-central (>= 0.5.6),
- libavahi-client-dev, libsasl2-dev, libxen-dev [i386 amd64], lvm2, qemu [amd64 i386 powerpc sparc], open-iscsi, libparted0-dev (>= 2.2), libdevmapper-dev, uuid-dev,
+Build-Depends: cdbs (>= 0.4.90~),
+ debhelper (>= 7),
+ libxml2-dev,
+ libncurses5-dev,
+ libreadline-dev,
+ zlib1g-dev,
+ libgnutls-dev,
+ python-dev (>= 2.6.6-3~),
+ libavahi-client-dev,
+ libsasl2-dev,
+ libxen-dev [i386 amd64],
+ lvm2,
+ qemu [amd64 i386 powerpc sparc],
+ open-iscsi,
+ libparted0-dev (>= 2.2),
+ libdevmapper-dev,
+ uuid-dev,
  libudev-dev,
  libpciaccess-dev,
  module-init-tools,
@@ -19,6 +34,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-libvirt/libvirt.git
 Homepage: http://libvirt.org
 Standards-Version: 3.9.1
 DM-Upload-Allowed: yes
+X-Python-Version: >= 2.6
 
 Package: libvirt-bin
 Architecture: any
@@ -91,7 +107,6 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libvirt0 (>= ${binary:Version})
 Provides: ${python:Provides}
 Section: python
-XB-Python-Version: ${python:Versions}
 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
diff --git a/debian/rules b/debian/rules
index 98c2528..db2d901 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM = pycentral
 DEB_BUILD_PARALLEL = yes
 
 ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list