diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-26 13:10:51 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-26 13:12:33 +0200 |
commit | 374724be64728101c262fcac1579beece63ee651 (patch) | |
tree | ab5d65dbc13d9db423a56100a900c19e6584ab32 /debian | |
parent | f325d869515e008b09a8f2de7a4bda81dffd1158 (diff) | |
download | vyos-1x-374724be64728101c262fcac1579beece63ee651.tar.gz vyos-1x-374724be64728101c262fcac1579beece63ee651.zip |
Debian: adding vyos-configd made this package architecture specific
There is a shim which is compiled by GCC per target architecture.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 0777ecc52..ebcfc6c43 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: Standards-Version: 3.9.6 Package: vyos-1x -Architecture: all +Architecture: amd64 arm64 Depends: accel-ppp, beep, @@ -117,7 +117,7 @@ Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything Package: vyos-1x-vmware -Architecture: amd64 i386 +Architecture: amd64 Depends: vyos-1x, open-vm-tools |