update depends for ubuntu
authorGui Chen <gui.chen@intel.com>
Wed, 27 Feb 2013 05:58:42 +0000 (13:58 +0800)
committerGui Chen <gui.chen@intel.com>
Wed, 27 Feb 2013 05:58:42 +0000 (13:58 +0800)
Change-Id: I7c213ffbb8d04f7c7dfac6d0c27be21e8e060908
Signed-off-by: Gui Chen <gui.chen@intel.com>
debian/control
debian/rules

index ee3f41c..278c369 100644 (file)
@@ -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,
index 674a4e1..ebdca12 100755 (executable)
@@ -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