File: control

package info (click to toggle)
yp-tools 4.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: ansic: 4,192; sh: 1,081; makefile: 59; sed: 16
file content (31 lines) | stat: -rw-r--r-- 1,111 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
Source: yp-tools
Priority: optional
Maintainer: Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper-compat (=13)
  ,pkg-config
  ,libtirpc-dev
  ,dh-exec
  ,libnsl-dev
Standards-Version: 4.6.2
Section: libs
Homepage: http://www.linux-nis.org/
Vcs-Browser: https://salsa.debian.org/debian-nis-team/yptools
Vcs-Git: https://salsa.debian.org/debian-nis-team/yptools.git

Package: yp-tools
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ypbind-mt, ucf
Conflicts: nis (<< 4)
Replaces: nis (<< 4)
Breaks: nis (<< 4)
Description: Tools for working with Network Information System (NIS)
 This package provides a number of tools for working with NIS
 installations including ypset, ypwhich, ypcat, ypmatch, yppoll,
 ypchfn, ypchsh and yppasswd.
 .
 NIS, originally known as Yellow Pages (YP), is mostly used to let
 several machines in a network share the same account information, such
 as the password file. It is an old, but simple system to share information,
 which should be used only in relatively trusted networks, due to its
 intrinsic limitations for security.