File: control

package info (click to toggle)
libnet-nbname-perl 0.26-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 128 kB
  • ctags: 40
  • sloc: perl: 374; makefile: 11
file content (24 lines) | stat: -rw-r--r-- 949 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
Source: libnet-nbname-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 (>= 10~),
               perl
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-nbname-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-nbname-perl.git
Homepage: https://metacpan.org/release/Net-NBName

Package: libnet-nbname-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Suggests: libnet-netmask-perl
Description: NetBIOS Name Service Requests
 This is the Net::NBName Perl module, for resolving the NetBIOS host names
 used by Windows/Samba.  It can be used
  1. to resolve NetBIOS names to IP addresses
  2. to determine registered NetBIOS names on a host
 A pure Perl module, using the Socket core module.