summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-09 21:13:32 +0200
committerChristian Poessinger <christian@poessinger.com>2020-06-11 13:56:11 +0200
commite45f8c9ccb7d192887375bfee9fc6357f4811654 (patch)
treecb5d630b46d3286eb95a9090bab4d7564b383382 /debian
parentce7bf15a508beb29d59088c8b5b4ecaeb1694df7 (diff)
downloadvyos-1x-e45f8c9ccb7d192887375bfee9fc6357f4811654.tar.gz
vyos-1x-e45f8c9ccb7d192887375bfee9fc6357f4811654.zip
Debian: fix warning about undefined substitution variables
warning: Depends field of package vyos-1x: substitution variable ${shlibs:Depends} used, but is not defined warning: Depends field of package vyos-1x-vmware: substitution variable ${shlibs:Depends} used, but is not defined Remove variables from dependency list as we have explicit non architecture dependend dependencies.
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 7c1555416..104a267ea 100644
--- a/debian/control
+++ b/debian/control
@@ -98,17 +98,13 @@ Depends: python3,
salt-minion,
vyos-utils,
nftables (>= 0.9.3),
- conntrack,
- ${shlibs:Depends},
- ${misc:Depends}
+ conntrack
Description: VyOS configuration scripts and data
VyOS configuration scripts, interface definitions, and everything
Package: vyos-1x-vmware
Architecture: amd64 i386
Depends:
- ${misc:Depends},
- ${shlibs:Depends},
vyos-1x,
open-vm-tools
Description: VyOS configuration scripts and data for VMware