[Pkg-libvirt-commits] [virt-manager] 05/07: virtinst sources moved into virt-manager

Guido Guenther agx at moszumanska.debian.org
Sat Jan 11 15:06:32 UTC 2014


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

agx pushed a commit to annotated tag debian/1%0.10.0-1
in repository virt-manager.

commit 8c5a76575c4540085d5ca2ca44a62cd008188f44
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Jan 11 13:01:13 2014 +0100

    virtinst sources moved into virt-manager
    
    so create the binary package from here too
---
 debian/control              | 32 ++++++++++++++++++++++++++------
 debian/rules                | 15 +++++----------
 debian/virt-manager.install | 10 ++++++++++
 debian/virtinst.install     | 17 +++++++++++++++++
 4 files changed, 58 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index c17ee30..17736d4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,15 +7,21 @@ Standards-Version: 3.9.3
 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 (>= 7), python-all, scrollkeeper,
- python-support (>= 0.5.3), cdbs, quilt, intltool
+X-Python-Version: 2.7
+Build-Depends: debhelper (>= 9), python-all, scrollkeeper,
+ quilt, intltool,
+ libglib2.0-bin
 
 Package: virt-manager
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-gtk2,
- python-glade2, python-gnome2, python-dbus, python-urlgrabber, python-vte,
- librsvg2-common, python-libvirt (>= 0.7.1), virtinst (>= 0.600.4),
- python-gtk-vnc (>= 0.3.8), python-ipy (>= 0.70)
+Depends: ${misc:Depends}, ${python:Depends},
+ python-gi,
+ python-dbus,
+ python-ipaddr,
+ python-urlgrabber,
+ librsvg2-common,
+ python-libvirt (>= 0.7.1),
+ virtinst (>= ${binary:Version}),
 Recommends: libvirt-bin (>= 0.4.6), gnome-icon-theme,
  python-spice-client-gtk
 Suggests: virt-viewer, ssh-askpass, gnome-keyring, python-gnomekeyring,
@@ -29,3 +35,17 @@ Description: desktop application for managing virtual machines
  graphical console to the guest domain.
  .
  NOTE: the GUI is still considered experimental.
+
+Package: virtinst
+Architecture: all
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-libvirt (>= 0.4.6),
+ python-libxml2, python-urlgrabber
+Recommends: virt-viewer, qemu
+Description: Programs to create and clone virtual machines
+ Virtinst is a set of commandline tools to create virtual machines using
+ libvirt:
+ .
+ virt-install: provision new virtual machines 
+ virt-clone: clone existing virtual machines
+ virt-image: create virtual machines from an image description
+ virt-convert: convert virtual machines between formats
diff --git a/debian/rules b/debian/rules
index 499025e..5f5f96c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,8 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/class/gnome.mk
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
 
-binary-install/virt-manager::
-	rm debian/virt-manager/usr/share/virt-manager/virtManager/IPy.py
-	rm debian/virt-manager/usr/bin/virt-manager-tui
-	dh_pysupport -p$(cdbs_curpkg)
-
-clean::
-	rm -f $(CURDIR)/debian/pycompat
+override_dh_python2:
+	dh_python2 -O--buildsystem=python_distutils
+	dh_python2 -p virtinst usr/share/virt-manager
diff --git a/debian/virt-manager.install b/debian/virt-manager.install
new file mode 100644
index 0000000..ee798bd
--- /dev/null
+++ b/debian/virt-manager.install
@@ -0,0 +1,10 @@
+usr/bin/virt-manager
+usr/share/man/man1/virt-manager.1
+usr/share/icons/
+usr/share/applications
+usr/share/glib-2.0
+usr/share/locale
+usr/share/virt-manager/icons
+usr/share/virt-manager/ui
+usr/share/virt-manager/virt-manager
+usr/share/virt-manager/virtManager
diff --git a/debian/virtinst.install b/debian/virtinst.install
new file mode 100644
index 0000000..e011fbf
--- /dev/null
+++ b/debian/virtinst.install
@@ -0,0 +1,17 @@
+usr/bin/virt-clone
+usr/bin/virt-convert
+usr/bin/virt-image
+usr/bin/virt-install
+usr/share/man/man5/virt-image.5
+usr/share/man/man1/virt-install.1
+usr/share/man/man1/virt-image.1
+usr/share/man/man1/virt-convert.1
+usr/share/man/man1/virt-clone.1
+usr/share/virt-manager/virt-clone
+usr/share/virt-manager/virt-convert
+usr/share/virt-manager/virt-image
+usr/share/virt-manager/virt-install
+usr/share/virt-manager/virtcli
+usr/share/virt-manager/virtconv
+usr/share/virt-manager/virtinst
+

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



More information about the Pkg-libvirt-commits mailing list