diff options
author | Srivatsa Sangli <srivrama@cisco.com> | 2016-04-15 13:59:00 -0700 |
---|---|---|
committer | Ed Warnicke <hagbard@gmail.com> | 2016-04-20 18:44:41 +0000 |
commit | 0777915b2a98ea6353e6c0951c3aa195d4751d35 (patch) | |
tree | 9c65d16706e07c0409afb71c9d9c9b66cce05d19 /build-root/deb/debian/control | |
parent | e5055d21a970f887a82e2153f87bc0f603a6e4bb (diff) |
ubuntu 16.04 build support. Supporting systemd with vpp.service files.
Incorporating review comments : modified debian/control dependencies
Change-Id: Ib2fe85d81eb7f1803ef8f54294c7c18cd07c61ba
Signed-off-by: Srivatsa Sangli <srivrama@cisco.com>
Diffstat (limited to 'build-root/deb/debian/control')
-rw-r--r-- | build-root/deb/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/deb/debian/control b/build-root/deb/debian/control index cf22fd021bb..97464e42680 100644 --- a/build-root/deb/debian/control +++ b/build-root/deb/debian/control @@ -2,7 +2,7 @@ Source: vpp Section: net Priority: extra Maintainer: Cisco OpenVPP Packaging Team <bogus.address@cisco.com> -Build-Depends: debhelper (>= 9), dkms +Build-Depends: debhelper (>= 9), dkms, dh-systemd Standards-Version: 3.9.4 Package: vpp |