From: Michael Prokop Date: Thu, 25 Nov 2010 10:06:11 +0000 (+0100) Subject: Re-add mtools to Depends as they are just suggests of syslinux package X-Git-Tag: v0.9.29~1 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=e32e549168ac60d8a8c0180be73b2db2ca21a9b5;hp=ff5be867a221aaf2e525166c492ae96fcd7f2af0 Re-add mtools to Depends as they are just suggests of syslinux package Quoting http://bts.grml.org/grml/issue905: I'm using grml2usb (0.9.25) from grml repo on a Debian Squeeze system. grml2usb fails with the message Installing syslinux as bootloader sh: mcopy: not found syslinux: failed to create ldlinux.sys That's because syslinux package in Debian Squezze just 'suggests' mtools· package. I filed a Bug in Debian BTS requesting syslinux at least to· recommend mtools package but it was closed... (Bug#594331) Thanks: Michael Gissing Closes: issue905 --- diff --git a/debian/control b/debian/control index 2cf103f..4cbb936 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.grml.org/?p=grml2usb.git Package: grml2usb Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, syslinux | grub2 | grub, python, rsync +Depends: ${shlibs:Depends}, ${misc:Depends}, syslinux | grub2 | grub, python, rsync, mtools Recommends: syslinux Description: install grml system / ISO to usb device This script installs a grml ISO to an USB device to be able