From 03bea312beffe6d232c8d1ccd43d0d1ffd255961 Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 13 Sep 2001 17:39:52 +0000 Subject: [PATCH] Better dependencies .. ofcourse this is extreme because it works with the make_debian creation which doesn't have all standard packages. --- pkg/dpkg/control | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkg/dpkg/control b/pkg/dpkg/control index 9debf25..21cf84f 100644 --- a/pkg/dpkg/control +++ b/pkg/dpkg/control @@ -7,10 +7,12 @@ Standards-Version: 3.5.2 Package: gbootroot Architecture: all -Depends: libgtk-perl -Description: Graphical BootRoot +Depends: libgtk-perl (>= 0.7002), ash, file, binutils, bzip2 +Recommends: swim +Description: Boot/Root Filesystem Distribution testing and creation. BootRoot makes the construction/development of distributions fun and simple with its Root Methods (Yard) and user-mode-linux test bed. Finish the product - with a Boot Method (2-disk compression supported). GNU Debian users should - try make_debian. + with a Boot Method (2-disk compression supported). Includes the make_debian + script to create a testable uml base Debian system. Add-ons available, + see apt-cache search gbootroot. . \ No newline at end of file