File: control

package info (click to toggle)
ltsp 23.02-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: sh: 3,401; python: 359; makefile: 18
file content (40 lines) | stat: -rw-r--r-- 1,225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: ltsp
Section: misc
Priority: optional
Maintainer: Debian LTSP Maintainers <team+ltsp@tracker.debian.org>
Uploaders: Vagrant Cascadian <vagrant@debian.org>, Alkis Georgopoulos <alkisg@gmail.com>
Build-Depends: debhelper (>= 10),
  go-md2man (>= 2) | pandoc,
Standards-Version: 4.7.0
Vcs-Git: https://github.com/ltsp/ltsp.git
Vcs-Browser: https://github.com/ltsp/ltsp/
Homepage: https://ltsp.org
Rules-Requires-Root: no

Package: ltsp
# Try to keep dependencies to what's there in plain `debootstrap`,
# except for: busybox, ssh-client
Depends: ${misc:Depends},
  busybox | busybox-static | busybox-initramfs,
  procps,
  python3,
  ssh-client,
  systemd,
Recommends: man-db,
  sshfs,
Suggests: dnsmasq,
  epoptes,
  ethtool,
  ltsp-binaries | ipxe,
  net-tools,
  nfs-kernel-server,
  openssh-server,
  squashfs-tools,
Architecture: all
Description: Linux Terminal Server Project
 Make an installation able to netboot as an LTSP client.
 For LTSP servers, also install the suggested packages (dnsmasq etc).
 .
 LTSP helps in netbooting LAN clients from a single installation that resides
 in a chroot or a VM on the LTSP server. This way maintaining tens or hundreds
 of clients is as easy as maintaining a single PC.