summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control75
1 files changed, 75 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0665525
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,75 @@
+Source: wide-dhcpv6
+Section: net
+Priority: optional
+Maintainer: Roger Shimizu <rosh@debian.org>
+Build-Depends:
+ bison,
+ debhelper-compat (= 12),
+ flex,
+ libfl-dev,
+ rsync
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/debian/wide-dhcpv6.git
+Vcs-Browser: https://salsa.debian.org/debian/wide-dhcpv6
+Homepage: http://wide-dhcpv6.sourceforge.net/
+
+Package: wide-dhcpv6-server
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ lsb-base (>= 3.0-6),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: DHCPv6 server for automatic IPv6 hosts configuration
+ This is the DHCPv6 server from WIDE project.
+ .
+ DHCPv6 allows prefix delagation and host configuration for the IPv6 network
+ protocol.
+ .
+ Multiple network interfaces are supported by this DHCPv6 package.
+
+Package: wide-dhcpv6-client
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ lsb-base (>= 3.0-6),
+ sharutils,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: DHCPv6 client for automatic IPv6 hosts configuration
+ This is the DHCPv6 client from WIDE project.
+ .
+ DHCPv6 allows prefix delagation and host configuration for the IPv6 network
+ protocol.
+ .
+ Multiple network interfaces are supported by this DHCPv6 package.
+
+Package: wide-dhcpv6-client-udeb
+Architecture: any
+Section: debian-installer
+Package-Type: udeb
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: DHCPv6 client for automatic IPv6 hosts configuration
+ This is the DHCPv6 client from WIDE project.
+ .
+ DHCPv6 allows prefix delagation and host configuration for the IPv6 network
+ protocol.
+ .
+ Multiple network interfaces are supported by this DHCPv6 package.
+ .
+ This is a udeb, designed to be used by Debian installer.
+
+Package: wide-dhcpv6-relay
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ lsb-base (>= 3.0-6),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: DHCPv6 relay for automatic IPv6 hosts configuration
+ This is the DHCPv6 relay from WIDE project.
+ .
+ DHCPv6 allows prefix delagation and host configuration for the IPv6 network
+ protocol.
+ .
+ Multiple network interfaces are supported by this DHCPv6 package.