From: Gui Chen Date: Wed, 27 Feb 2013 05:58:42 +0000 (+0800) Subject: update depends for ubuntu X-Git-Tag: 0.17~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ae54153027e880d24b68f064c631b0c5f5fc3d7;p=tools%2Fmic.git update depends for ubuntu Change-Id: I7c213ffbb8d04f7c7dfac6d0c27be21e8e060908 Signed-off-by: Gui Chen --- diff --git a/debian/control b/debian/control index ee3f41c..278c369 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,8 @@ Depends: ${misc:Depends}, ${python:Depends}, ${dist:Depends}, psmisc, squashfs-tools (>= 4.0), yum (>= 3.2), + syslinux (>= 2:4.05), + extlinux (>= 2:4.05), libzypp, python-zypp, python-m2crypto, diff --git a/debian/rules b/debian/rules index 674a4e1..ebdca12 100755 --- a/debian/rules +++ b/debian/rules @@ -4,9 +4,9 @@ #export DH_VERBOSE=1 ifeq ($(shell cat /etc/issue | cut -d' ' -f2), 11.10) - SUBSTVARS = -Vdist:Depends="qemu-arm-static, syslinux (>= 2:4.05)" + SUBSTVARS = -Vdist:Depends="qemu-arm-static" else - SUBSTVARS = -Vdist:Depends="qemu-user-static, syslinux (>= 2:4.05), extlinux (>= 2:4.05)" + SUBSTVARS = -Vdist:Depends="qemu-user-static" endif