diff options
author | Brian Freeman <bf1936@att.com> | 2020-05-21 14:54:06 +0000 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2020-05-21 15:29:20 +0000 |
commit | 2892dcf9b4d8f11e923d8f11699e0d7e776d31e9 (patch) | |
tree | b47fd34edb1634228322b43a8841a127f4bef12f /vnfs/VESreporting_vFW5.0_DANOS/debian/control | |
parent | bbabc30d68b8bf47763d6d8f7b99b95ee6f82900 (diff) |
Fix lint and systemctl issues
removed vFWCL_DANOS since it was repalced with shorter VFWCLDN
Issue-ID: INT-1566
Change-Id: I3d928795e903b584d4d6ca9f1bf631e692317ee8
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'vnfs/VESreporting_vFW5.0_DANOS/debian/control')
-rw-r--r-- | vnfs/VESreporting_vFW5.0_DANOS/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfs/VESreporting_vFW5.0_DANOS/debian/control b/vnfs/VESreporting_vFW5.0_DANOS/debian/control index 0b284738..a07c4f2f 100644 --- a/vnfs/VESreporting_vFW5.0_DANOS/debian/control +++ b/vnfs/VESreporting_vFW5.0_DANOS/debian/control @@ -4,9 +4,10 @@ Priority: optional Maintainer: Brian Freeman <bf1936@att.com> Build-depends: debhelper (>= 9), + dh-systemd, dh-exec, libvyatta-cfg-dev, - libcurl4-dev, + libcurl4-openssl-dev | libcurl4-dev, libjansson-dev, Standards-Version: 3.9.8 @@ -14,7 +15,6 @@ Package: vpp-measurement-reporter-danos Architecture: any Depends: ${misc:Depends}, dh-exec, libvyatta-cfg1, ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} -Multi-Arch: same Description: ONAP VES Event Library for vFW Closed Loop Demonstration VES reporting library |