File: control

package info (click to toggle)
libsnmp-session-perl 1.14~git20130523.186a005-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,252 kB
  • sloc: perl: 11,603; ansic: 25; makefile: 15
file content (24 lines) | stat: -rw-r--r-- 1,025 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: libsnmp-session-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Rosenfeld <roland@debian.org>
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsnmp-session-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsnmp-session-perl
Build-Depends: debhelper (>= 12~), perl
Homepage: https://github.com/sleinen/snmp-session
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libsnmp-session-perl
Architecture: all
Depends: libnet-snmp-perl, ${misc:Depends}, ${perl:Depends}
Breaks: mrtg (<< 2.17.4-4.1)
Recommends: libio-socket-inet6-perl, libsocket6-perl
Description: Perl support for accessing SNMP-aware devices
 SNMP_Session contains support for accessing SNMP-aware devices (routers,
 network interfaces of machines running an SNMP daemon, Squid, etc) from
 within Perl applications.
 .
 For more information, see https://github.com/sleinen/snmp-session.