summaryrefslogtreecommitdiffstats
path: root/src/pkg/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/debian/control')
-rw-r--r--src/pkg/debian/control85
1 files changed, 0 insertions, 85 deletions
diff --git a/src/pkg/debian/control b/src/pkg/debian/control
deleted file mode 100644
index 48de48ab115..00000000000
--- a/src/pkg/debian/control
+++ /dev/null
@@ -1,85 +0,0 @@
-Source: vpp
-Section: net
-Priority: extra
-Maintainer: fd.io VPP Packaging Team <vpp-dev@fd.io>
-Build-Depends: debhelper (>= 9),
- dh-systemd,
- dh-python,
- python-all,
- python3-all,
- python3-setuptools
-Standards-Version: 3.9.4
-
-Package: vpp
-Architecture: any
-Depends: libvppinfra (= ${source:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
-Description: Vector Packet Processing--executables
- This package provides VPP executables: vpp, vpp_api_test, vpp_json_test
- vpp - the vector packet engine
- vpp_api_test - vector packet engine API test tool
- vpp_json_test - vector packet engine JSON test tool
-
-Package: vpp-dbg
-Architecture: any
-Depends: ${misc:Depends}
-Description: Vector Packet Processing--debug symbols
-
-Package: vpp-dev
-Architecture: any
-Depends: libvppinfra-dev (= ${source:Version}),
- ${misc:Depends},
- ${python:Depends}
-Description: Vector Packet Processing--development support
- This package contains development support files for the VPP libraries
- .
-
-Package: libvppinfra
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Description: Vector Packet Processing--runtime libraries
- This package contains the VPP shared libraries, including:
- .
-
-Package: libvppinfra-dev
-Architecture: any
-Depends: ${misc:Depends}
-Description: Vector Packet Processing--runtime libraries
- This package contains the VPP shared libraries, including:
- .
-
-Package: vpp-plugin-core
-Architecture: any
-Depends: vpp (= ${source:Version}),
- ${shlibs:Depends}
-Description: Vector Packet Processing--runtime core plugins
- This package contains VPP core plugins
- .
-
-Package: vpp-plugin-dpdk
-Architecture: any
-Depends: vpp (= ${source:Version}),
- ${shlibs:Depends}
-Description: Vector Packet Processing--runtime dpdk plugin
- This package contains the VPP dpdk plugin
- .
-
-Package: vpp-api-python
-Architecture: any
-Depends: vpp (= ${source:Version}),
- ${python:Depends},
- ${misc:Depends}
-Description: VPP Python API bindings
- This package contains VPP python api bindings
- .
-
-Package: python3-vpp-api
-Architecture: any
-Depends: vpp (= ${source:Version}),
- ${python3:Depends},
- ${misc:Depends}
-Description: VPP Python3 API bindings
- This package contains VPP python api bindings
- .