summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:43:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:43:03 +0000
commitf504d0d8a469f3f913a853e97020112fcf262c1b (patch)
tree25a4b573f8fc510c99d931a382598bee699a215c /debian/control
parentAdding upstream version 20080615. (diff)
downloadwide-dhcpv6-debian/20080615-23.tar.xz
wide-dhcpv6-debian/20080615-23.zip
Adding debian version 20080615-23.debian/20080615-23debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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.