File: control

package info (click to toggle)
libtext-dhcpleases-perl 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 108 kB
  • ctags: 15
  • sloc: perl: 318; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,116 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
25
26
27
Source: libtext-dhcpleases-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Javier Uruen Val <javi@warp.es>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl,
               perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-dhcpleases-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-dhcpleases-perl.git
Homepage: https://metacpan.org/release/Text-DHCPLeases

Package: libtext-dhcpleases-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module to parse DHCP leases file from ISC dhcpd
 Text::DHCPLeases provides an object-oriented interface to ISC DHCPD leases
 files.  The goal is to objectify all declarations, as defined by the ISC
 dhcpd package man pages.
 .
 This interface is useful for analyzing, reporting, converting lease files,
 or as a tool for other applications that need to import dhcpd lease data
 structures.