From d65ee3a8a3e7f6fccea9f682b4171c1ca1228f5e Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Fri, 16 Sep 2016 00:56:06 +0000 Subject: nsh-plugin deb packaging Change-Id: I100f14fe2bc215beab8635cd987423599f15aaa0 Signed-off-by: Ed Warnicke --- nsh-plugin/packaging/deb/debian/control | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 nsh-plugin/packaging/deb/debian/control (limited to 'nsh-plugin/packaging/deb/debian/control') 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 -- cgit