aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/packaging/deb/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'nsh-plugin/packaging/deb/debian/control')
-rw-r--r--nsh-plugin/packaging/deb/debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/nsh-plugin/packaging/deb/debian/control b/nsh-plugin/packaging/deb/debian/control
new file mode 100644
index 0000000..5ae4910
--- /dev/null
+++ b/nsh-plugin/packaging/deb/debian/control
@@ -0,0 +1,21 @@
+Source: vpp-nsh-plugin
+Section: net
+Priority: extra
+Maintainer: fd.io nsh-plugin for vpp
+Build-Depends: debhelper (>= 9), dkms, dh-systemd
+Standards-Version: 3.9.4
+
+Package: vpp-nsh-plugin
+Architecture: any
+Depends: vpp, ${shlibs:Depends}, ${misc:Depends}
+Description: fd.io nsh-plugin for vpp
+
+Package: vpp-nsh-plugin-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: fd.io nsh-plugin for vpp api headers
+
+Package: vpp-nsh-plugin-dbg
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: fd.io nsh-plugin for vpp--debug symbols \ No newline at end of file