File: control

package info (click to toggle)
python-isc-dhcp-leases 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: python: 545; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,551 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: python-isc-dhcp-leases
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
 python-all,
 python3-all,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.1.4
Homepage: https://github.com/MartijnBraam/python-isc-dhcp-leases
Vcs-Git: https://salsa.debian.org/python-team/modules/python-isc-dhcp-leases.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-isc-dhcp-leases

Package: python-isc-dhcp-leases
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 python-six,
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: Python module for reading dhcp leases files (Python 2 interface)
 This is a small Python module for reading /var/lib/dhcp/dhcpd.leases as written
 by isc-dhcp-server.
 It also supports reading lease files from the isc dhcp daemon running
 in IPv6 mode.
 .
 This package provides the Python 2.x module.

Package: python3-isc-dhcp-leases
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 python3-six,
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python module for reading dhcp leases files (Python 3 interface)
 This is a small Python module for reading /var/lib/dhcp/dhcpd.leases as written
 by isc-dhcp-server.
 It also supports reading lease files from the isc dhcp daemon running
 in IPv6 mode.
 .
 This package provides the Python 3.x module.