diff options
author | Oliver Tappe | 2007-06-15 16:41:35 +0200 |
---|---|---|
committer | Oliver Tappe | 2007-06-15 16:41:35 +0200 |
commit | 12e050a766746bf80f34d4659d47049c0bbdd7be (patch) | |
tree | f542b6e2d465879b1796569d4bd1d6797c778698 /packaging | |
parent | * obsoleted two more files (diff) | |
download | core-12e050a766746bf80f34d4659d47049c0bbdd7be.tar.gz core-12e050a766746bf80f34d4659d47049c0bbdd7be.tar.xz core-12e050a766746bf80f34d4659d47049c0bbdd7be.zip |
* simplified use of PATH-variables to only the top-level set, all the
others will cease to be settable by the user soon
* adjusted builddebianpackage accordingly (and did a cleanup along the way)
Felix: please review, I hope I didn't mess it up...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1167 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/default_files/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/default_files/control b/packaging/default_files/control index 43ddb6ad..f4a8cec6 100644 --- a/packaging/default_files/control +++ b/packaging/default_files/control @@ -3,8 +3,9 @@ Version: 4-1 Section: base Priority: optional Architecture: all -Depends: bash (>= 3.0), coreutils (>= 5.2.1), sed (>= 4.1.4), mawk (>= 1.3.3), findutils (>= 4.2.22) +Depends: bash (>= 3.0), coreutils (>= 5.2.1), sed (>= 4.1.4), mawk (>= 1.3.3), + findutils (>= 4.2.22), perl (>= 5.8) Maintainer: Felix Endres <felix-ld4@256bit.org> -Description: Diskless Linux Server Setup +Description: Stateles Linux Extensions Server Setup This project provides a convenient way to setup a server for stateless - (possibly diskless) fat clients. + (possibly diskless) clients. |