[Pkg-libvirt-commits] [Git][libvirt-team/virt-manager][debian/sid] 5 commits: Depend on Python3
Guido Günther
gitlab at salsa.debian.org
Sun Jan 6 15:19:01 GMT 2019
Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / virt-manager
Commits:
7feebdf8 by Guido Günther at 2019-01-06T14:40:30Z
Depend on Python3
Gbp-Dch: Ignore
- - - - -
01f9637a by Guido Günther at 2019-01-06T14:40:46Z
virt-clone: Fix interpreter
Gbp-Dch: Ignore
- - - - -
8e24bba7 by Guido Günther at 2019-01-06T14:55:24Z
virtinst: We don't ship virt-image anymore
Closes: #883789
- - - - -
ab76fd73 by Guido Günther at 2019-01-06T14:55:38Z
Depend on genisoimage
Closes: #895594
Thanks: Christian Ehrhardt
- - - - -
d8ba6d61 by Guido Günther at 2019-01-06T14:57:48Z
Document changes and release 1:2.0.0-1
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/patches/Use-usr-bin-python.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,18 @@
-virt-manager (1:2.0.0-1~1.gbp426b78) UNRELEASED; urgency=medium
-
- ** SNAPSHOT build @426b787d2d5ab0f2494662e045dcde2e9124c241 **
-
- * New upstream version 2.0.0
-
- -- Guido Günther <agx at sigxcpu.org> Wed, 02 Jan 2019 10:02:04 +0100
+virt-manager (1:2.0.0-1) unstable; urgency=medium
+
+ * New upstream version 2.0.0 (Closes: #916904)
+ * Builds here without testsuit failures (Closes: #917673)
+ * Rediff patches.
+ Drop Xen related patches synce pygrub and hvmloader aren't hardcoded
+ anymore.
+ * Switch to python3
+ * Don't ship gconf conversion anymore.
+ We've done so for two releases.
+ * virtinst: We don't ship virt-image anymore (Closes: #883789)
+ * Depend on genisoimage.
+ Thanks to Christian Ehrhardt (Closes: #895594)
+
+ -- Guido Günther <agx at sigxcpu.org> Sun, 06 Jan 2019 15:55:43 +0100
virt-manager (1:1.5.1-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -61,6 +61,8 @@ Depends:
${shlibs:Depends},
${misc:Depends},
e2fsprogs,
+ genisoimage,
+ python3,
python3-libvirt (>= 0.4.6),
python3-gi,
python3-libxml2, python3-requests,
@@ -72,5 +74,5 @@ Description: Programs to create and clone virtual machines
.
virt-install: provision new virtual machines
virt-clone: clone existing virtual machines
- virt-image: create virtual machines from an image description
+ virt-xml: edit libvirt XML using command line options.
virt-convert: convert virtual machines between formats
=====================================
debian/patches/Use-usr-bin-python.patch
=====================================
@@ -28,12 +28,12 @@ index 2e1215c..17c497f 100755
import fnmatch
import os
diff --git a/virt-clone b/virt-clone
-index d1eedee..7ef6727 100755
+index d1eedee..823990d 100755
--- a/virt-clone
+++ b/virt-clone
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
-+#!/usr/bin python3
++#!/usr/bin/python3
#
# Copyright(c) FUJITSU Limited 2007.
#
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/compare/50f4dd26b6a9602e02116a1ff38c1fafe36cf82c...d8ba6d61c8a30905647df78f98c70dc7d2bca35e
--
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/compare/50f4dd26b6a9602e02116a1ff38c1fafe36cf82c...d8ba6d61c8a30905647df78f98c70dc7d2bca35e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20190106/51cf2b52/attachment-0001.html>
More information about the Pkg-libvirt-commits
mailing list