aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/packaging/deb/debian/control
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@gmail.com>2016-09-16 00:56:06 +0000
committerEd Warnicke <eaw@cisco.com>2016-10-04 11:26:38 -0700
commitd65ee3a8a3e7f6fccea9f682b4171c1ca1228f5e (patch)
tree81bc3e7817bb923e80ec8fb68df1c3a2f317f7d0 /nsh-plugin/packaging/deb/debian/control
parent24bb3c191a66d20624d550f9ea392f2873199e88 (diff)
nsh-plugin deb packaging
Change-Id: I100f14fe2bc215beab8635cd987423599f15aaa0 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
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