diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-09 21:13:32 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-11 13:56:11 +0200 |
commit | e45f8c9ccb7d192887375bfee9fc6357f4811654 (patch) | |
tree | cb5d630b46d3286eb95a9090bab4d7564b383382 /debian | |
parent | ce7bf15a508beb29d59088c8b5b4ecaeb1694df7 (diff) | |
download | vyos-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/control | 6 |
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 |