File: control

package info (click to toggle)
libnet-nis-perl 0.44-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 232; makefile: 3; ansic: 1
file content (26 lines) | stat: -rw-r--r-- 1,036 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
Source: libnet-nis-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libextutils-pkgconfig-perl,
               libnsl-dev,
               perl-xs-dev,
               perl:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-nis-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-nis-perl.git
Homepage: https://metacpan.org/release/Net-NIS
Rules-Requires-Root: no

Package: libnet-nis-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Interface to Sun's Network Information Service
 This is a snapshot release of the NIS interface to Perl 5.  There are
 three parts to the interface: the raw component (Net::NIS), the object-
 oriented component (Net::NIS::Table), and the tied interface (Net::NIS)