summaryrefslogtreecommitdiff
path: root/debian/control
blob: 124ddb4fd2e64df9f441449b3be4c906fcb035ae (plain)
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
42
43
44
Source: vlan
Section: misc
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Ard van Breemen <ard@kwaak.net>
Uploaders: Loic Minier <lool@dooz.org>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.2
XS-Vcs-Git: git://git.debian.org/git/collab-maint/vlan.git
XS-Vcs-Browser: http://git.debian.org/?p=collab-maint/vlan.git

Package: vlan
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, iproute2
Section: misc
Description: user mode programs to enable VLANs on your ethernet devices
 This package contains the user mode programs you need to add and remove
 VLAN devices from your ethernet devices.
 .
 A typical application for a VLAN enabled box is a single wire firewall,
 router or load balancer.
 .
 You need a VLAN Linux kernel for this.  Linux kernel versions >= 2.4.14
 have VLAN support.

Package: vlan-udeb
XC-Package-Type: udeb
Section: debian-installer
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, vlan-modules
XB-Installer-Menu-Item: 99999
Description: user mode programs to enable VLANs on your ethernet devices
 This package contains the user mode programs you need to add and remove
 VLAN devices from your ethernet devices.
 .
 A typical application for a VLAN enabled box is a single wire firewall,
 router or load balancer.
 .
 You need a VLAN Linux kernel for this.  Linux kernel versions >= 2.4.14
 have VLAN support.
 .
 This package provides the vconfig client for use in debian-installer.