[Pkg-libvirt-commits] [SCM] VirtManager Debian packaging branch, master, updated. debian/0.8.0-1-7-g25f7663
Guido Günther
agx at sigxcpu.org
Sat Aug 8 10:56:28 UTC 2009
The following commit has been merged in the master branch:
commit 25f7663a7e8d881699196b26a43bbaf85318b58b
Author: Guido Günther <agx at sigxcpu.org>
Date: Sat Aug 8 12:53:14 2009 +0200
switch to python-support and use python-distutils
diff --git a/debian/control b/debian/control
index 9ec514c..1edc8d1 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Vcs-Git: git://git.debian.org/git/pkg-libvirt/virt-manager.git
Vcs-Browser: http://git.debian.org/?p=pkg-libvirt/virt-manager.git
Homepage: http://virt-manager.et.redhat.com/
Build-Depends: debhelper (>= 5), python-dev, python-gtk2-dev, scrollkeeper,
- python-central (>= 0.5), cdbs, autotools-dev, quilt, intltool,
+ python-support (>= 0.5.3), cdbs, autotools-dev, quilt, intltool,
automake, autoconf, libtool
Package: virt-manager
@@ -22,7 +22,6 @@ Depends: ${misc:Depends}, ${python:Depends}, python-gtk2,
python-gtk-vnc (>= 0.3.8)
Recommends: hal, libvirt-bin (>= 0.4.6)
Suggests: virt-viewer
-XB-Python-Version: ${python:Versions}
Description: desktop application for managing virtual machines
It presents a summary view of running domains and their live performance &
resource utilization statistics. A detailed view presents graphs showing
diff --git a/debian/rules b/debian/rules
index fa941b0..1db707b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,14 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pycentral
+DEB_PYTHON_SYSTEM=pysupport
DEB_DH_INSTALL_SOURCEDIR = debian/tmp
LDFLAGS += -Wl,--as-needed
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr
+DEB_PYTHON_SETUP_CMD := /dev/null
--
VirtManager Debian packaging
More information about the Pkg-libvirt-commits
mailing list