From d45118316011186ea7dc4430e5be1628202830b1 Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 24 Oct 2001 16:12:21 +0000 Subject: [PATCH] This puts lilo in Recommends rather than Depends, but there is a check for it ran by the program. --- pkg/dpkg/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/dpkg/control b/pkg/dpkg/control index cbdcd9c..2d29380 100644 --- a/pkg/dpkg/control +++ b/pkg/dpkg/control @@ -7,8 +7,8 @@ Standards-Version: 3.5.2 Package: gbootroot Architecture: all -Depends: ${perl:Depends}, perl-modules, libgtk-perl (>= 0.7002), ash, file, binutils, bzip2, lilo -Recommends: dswim +Depends: ${perl:Depends}, perl-modules, libgtk-perl (>= 0.7002), ash, file, binutils, bzip2 +Recommends: dswim, lilo Description: Boot/Root Filesystem Distribution testing and creation. BootRoot makes the construction and development of distributions fun and simple with its Root Methods (Yard) and user-mode-linux test bed. Finish