[pve-devel] [RFC PATCH qemu-server v2 2/5] Add depency to libxml-simple-perl

Emmanuel Kasper e.kasper at proxmox.com
Tue Feb 28 09:13:43 CET 2017


XML::Simple provides a much cleaner output than XML::Parser, as
XML::Parser tries to preserve everything in the document  (line breaks)
when we don't need this information.

The current known limitation of XML::Simple is that it is not recommended
for generating XMl, but this is not our aim.
---
 control.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/control.in b/control.in
index 522cd4a..1fc0beb 100644
--- a/control.in
+++ b/control.in
@@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@
 Section: admin
 Priority: optional
 Architecture: @@ARCH@@
-Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 2.2-1), netcat6, libpve-access-control, libpve-storage-perl, pve-cluster, libjson-perl, libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, socat, pve-firewall, libuuid-perl, pve-ha-manager, dbus, libpve-common-perl (>= 4.0-92), libpve-guest-common-perl
+Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 2.2-1), netcat6, libpve-access-control, libpve-storage-perl, pve-cluster, libjson-perl, libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, socat, pve-firewall, libuuid-perl, pve-ha-manager, dbus, libpve-common-perl (>= 4.0-92), libpve-guest-common-perl, libxml-simple-perl
 Maintainer: Proxmox Support Team <support at proxmox.com>
 Description: Qemu Server Tools
  This package contains the Qemu Server tools used by Proxmox VE
-- 
2.1.4





More information about the pve-devel mailing list