summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGui Chen <gui.chen@intel.com>2013-02-27 13:58:42 +0800
committerGui Chen <gui.chen@intel.com>2013-02-27 13:58:42 +0800
commit7ae54153027e880d24b68f064c631b0c5f5fc3d7 (patch)
treeb7137beced101c27878aebdf1ae0c486b6c5a0f6 /debian
parent24e888452034fa6874454875e689ccdb7b9d0e42 (diff)
downloadmic-7ae54153027e880d24b68f064c631b0c5f5fc3d7.tar.gz
mic-7ae54153027e880d24b68f064c631b0c5f5fc3d7.tar.bz2
mic-7ae54153027e880d24b68f064c631b0c5f5fc3d7.zip
update depends for ubuntu
Change-Id: I7c213ffbb8d04f7c7dfac6d0c27be21e8e060908 Signed-off-by: Gui Chen <gui.chen@intel.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules4
2 files changed, 4 insertions, 2 deletions
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