From 74ffd9de002d79682ea095c2e7efcbce0d4cabd4 Mon Sep 17 00:00:00 2001 From: Itai Nelken <70802936+Itai-Nelken@users.noreply.github.com> Date: Tue, 9 Feb 2021 11:46:17 +0200 Subject: [PATCH] Update qemu2deb.sbump version 0.3.0 --> 0.3.1h --- qemu2deb.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu2deb.sh b/qemu2deb.sh index 5bdc15a..eb4c1ca 100644 --- a/qemu2deb.sh +++ b/qemu2deb.sh @@ -19,7 +19,7 @@ else fi #script version variable -APPVER="0.3.0" +APPVER="0.3.1" #functions function intro() { @@ -297,6 +297,7 @@ License: GPL Architecture: $ARCH Provides:qemu Priority: optional +Section: custom Conflicts:qemu-utils, qemu-system-common, qemu-system-gui, qemu-system-ppc, qemu-block-extra, qemu-guest-agent, qemu-kvm, qemu-system-arm, qemu-system-common, qemu-system-mips, qemu-system-misc, qemu-system-sparc, qemu-system-x86, qemu-system, qemu-user-binfmt, qemu-user-static, qemu-user, qemu, openbios-sparc, openbios-ppc, openbios-sparc, seabios, openhackware, qemu-slof, ovmf Package: qemu" > control || error "Failed to create control file!" #give it the necessary permissions