File: control

package info (click to toggle)
libnsl 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,304 kB
  • sloc: ansic: 7,866; sh: 4,743; makefile: 47; sed: 16
file content (39 lines) | stat: -rw-r--r-- 1,614 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
Source: libnsl
Section: libs
Priority: optional
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Uploaders: Aurelien Jarno <aurel32@debian.org>
Build-Depends: debhelper-compat (= 13), libtirpc-dev, pkg-config
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/glibc-team/libnsl
Vcs-Git: https://salsa.debian.org/glibc-team/libnsl.git
Homepage: https://github.com/thkukuk/libnsl

Package: libnsl2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Public client interface for NIS(YP) and NIS+
 This package contains the libnsl library, which contains the public client
 interface for NIS(YP) and NIS+. This code was formerly part of glibc, but is
 now standalone to be able to link against TI-RPC for IPv6 support.

Package: libnsl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Replaces: libc6-dev (<< 2.31-4) [!alpha !ia64 !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
          libc6.1-dev (<< 2.31-4) [alpha ia64],
          libc0.1-dev (<< 2.31-4) [kfreebsd-amd64 kfreebsd-i386],
          libc0.3-dev (<< 2.31-4) [hurd-i386]
Breaks: libc6-dev (<< 2.31-4) [!alpha !ia64 !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
        libc6.1-dev (<< 2.31-4) [alpha ia64],
        libc0.1-dev (<< 2.31-4) [kfreebsd-amd64 kfreebsd-i386],
        libc0.3-dev (<< 2.31-4) [hurd-i386]
Depends: libnsl2 (= ${binary:Version}), libtirpc-dev, ${misc:Depends}
Description: libnsl development files
 This package contains the files needed for developing applications that
 use libnsl.