[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#774326: wget dependency



Control: tags -1 patch

Patch attached
commit 4547cbfc84ef291d108f11445dc59e3e7178a243
Author: jnqnfe <jnqnfe@gmail.com>
Date:   Wed Dec 31 19:30:09 2014 +0000

    Fix wget dependency (Closes: #774326)

diff --git a/debian/control b/debian/control
index b921960..0645c46 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Architecture: all
 Depends:
  ${misc:Depends},
  debootstrap | cdebootstrap | cdebootstrap-static,
+ wget,
 Recommends:
  cpio,
  live-boot-doc,
diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer
index 4d53054..2354d47 100755
--- a/scripts/build/installer_debian-installer
+++ b/scripts/build/installer_debian-installer
@@ -64,7 +64,6 @@ Check_lockfile .lock
 Create_lockfile .lock
 
 # Checking depends
-Check_package chroot/usr/bin/wget wget
 Check_package chroot/usr/bin/apt-ftparchive apt-utils
 
 # Restoring cache

Reply to: