File: control

package info (click to toggle)
rsh-redone 85-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 232 kB
  • sloc: ansic: 2,118; makefile: 74; sh: 11
file content (45 lines) | stat: -rw-r--r-- 1,270 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
41
42
43
44
45
Source: rsh-redone
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libpam0g-dev,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/gsliepen/rsh-redone
Vcs-Git: https://salsa.debian.org/debian/rsh-redone.git
Vcs-Browser: https://salsa.debian.org/debian/rsh-redone

Package: rsh-redone-client
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 rsh-client,
Description: Reimplementation of rsh and rlogin
 Rsh-redone is a reimplementation of the remote shell clients and servers.
 It is written from the ground up to avoid the bugs found in the standard
 clients and servers. It also fully supports IPv6.
 .
 This package provides rsh and rlogin.

Package: rsh-redone-server
Architecture: any
Depends:
 openbsd-inetd | inet-superserver,
 ${misc:Depends},
 ${shlibs:Depends},
Replaces:
 rsh-server,
Conflicts:
 rsh-server,
Provides:
 rsh-server,
Description: Reimplementation of rshd and rlogind
 Rsh-redone is a reimplementation of the remote shell clients and servers.
 It is written from the ground up to avoid the bugs found in the standard
 clients and servers. It also fully supports IPv6.
 .
 This package provides rshd and rlogind.