File: control

package info (click to toggle)
dhcpy6d 1.2.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 840 kB
  • sloc: python: 4,479; sh: 231; sql: 67; makefile: 15
file content (34 lines) | stat: -rw-r--r-- 1,223 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
28
29
30
31
32
33
34
Source: dhcpy6d
Section: net
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 13),
               python3-all (>= 3.7.3-1~),
               python3-setuptools
Build-Depends-Indep: dh-python
Homepage: https://dhcpy6d.de/
Vcs-Git: https://salsa.debian.org/debian/dhcpy6d.git
Vcs-Browser: https://salsa.debian.org/debian/dhcpy6d
Standards-Version: 4.6.2
Rules-Requires-Root: binary-targets

Package: dhcpy6d
Architecture: all
Depends: adduser,
         python3-distro,
         python3-dnspython,
         sysvinit-utils (>= 3.05-4~),
         ${misc:Depends},
         ${python3:Depends},
         ucf
Pre-Depends: dpkg (>= 1.16.5),
             ${misc:Pre-Depends}
Suggests: python3-mysqldb,
          python3-psycopg2
Description: MAC address aware DHCPv6 server written in Python
 Dhcpy6d delivers IPv6 addresses for DHCPv6 clients, which can be
 identified by DUID, hostname or MAC address as in the good old IPv4
 days. It allows easy dualstack transition, addresses may be
 generated randomly, by range, by arbitrary ID or MAC address. Clients
 can get more than one address, leases and client configuration can be
 stored in databases and DNS can be updated dynamically.