From: wanchao-xu Date: Fri, 1 Sep 2023 12:22:03 +0000 (+0800) Subject: Remove unnecessary depends for debian. X-Git-Tag: accepted/tools/devbase/tools/20250527.103831~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=954699340dc254da63002e9a93db22007e0a7be9;p=tools%2Fqemu-arm-static.git Remove unnecessary depends for debian. Change-Id: I1d6ebe2111697da2345363c857552780816f6a66 Signed-off-by: wanchao-xu --- diff --git a/debian/control b/debian/control index f920ac520..755c00af7 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 4.0.0), dpatch, pkg-config, libglib2.0-dev, python3 Package: qemu-arm-static Architecture: i386 amd64 -Depends: bzip2, uuid-dev, zlib1g-dev, zlib1g, texi2html, libc6, qemu +Depends: ${misc:Depends} Replaces: qemu-user-static Provides: tizen-qemu-arm-static-2023.08.30 Description: QEMU is an extremely well-performing CPU emulator that allows you to choose between simulating an entire system and running userspace binaries for different architectures under your native operating system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well as PC and PowerMac systems.