File: control

package info (click to toggle)
dhcpy6d 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 416 kB
  • ctags: 213
  • sloc: python: 2,387; sh: 231; sql: 34; makefile: 15
file content (31 lines) | stat: -rw-r--r-- 1,133 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
Source: dhcpy6d
Section: net
X-Python-Version: >= 2.6
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Uploaders: Henri Wahl <h.wahl@ifw-dresden.de>
Build-Depends: debhelper (>= 9~),
               python-all (>= 2.6.6-3~)
Build-Depends-Indep: dh-python
Homepage: https://dhcpy6d.ifw-dresden.de/
Vcs-Git: https://github.com/HenriWahl/dhcpy6d.git -b debian
Vcs-Browser: https://github.com/HenriWahl/dhcpy6d
Standards-Version: 3.9.8

Package: dhcpy6d
Architecture: all
Depends: adduser,
         ucf,
         ${misc:Depends},
         ${python:Depends}
Pre-Depends: dpkg (>= 1.16.5)
Suggests: python-dnspython,
          python-mysqldb,
          python-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.