File: control

package info (click to toggle)
libnet-tftp-perl 0.1901-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • sloc: perl: 557; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (2)
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-tftp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libtest-mockmodule-perl (>= 0.11),
                     libtest-warn-perl,
                     perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-tftp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-tftp-perl.git
Homepage: https://metacpan.org/release/Net-TFTP

Package: libnet-tftp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for accessing TFTP servers
 Net::TFTP is a class implementing a simple Trivial File Transfer
 Protocol client in Perl as described in RFC1350. Net::TFTP also
 supports the TFTP Option Extension (as described in RFC2347), with the
 following options: RFC2348 Blocksize Option.