summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2020-08-28 15:49:55 -0500
committerJohn Estabrook <jestabro@vyos.io>2020-08-31 09:57:00 -0500
commit88985dad133d5e85aca559dbfce53207a2292e0a (patch)
treecdb4749a3f9b0014d7a988101e57695ddd04d983 /debian
parentbd076f694a763991a0b0d3a7bb0fa5d194d56d7c (diff)
downloadvyos-1x-88985dad133d5e85aca559dbfce53207a2292e0a.tar.gz
vyos-1x-88985dad133d5e85aca559dbfce53207a2292e0a.zip
configd: T2582: add config daemon and supporting files
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 65f3be228..d9663d07b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends:
debhelper (>= 9),
fakeroot,
libvyosconfig0 (>= 0.0.7),
+ libzmq3-dev,
python3,
python3-coverage,
python3-lxml,
diff --git a/debian/rules b/debian/rules
index 58bafd333..6b982fd8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ override_dh_auto_install:
mkdir -p $(DIR)/$(VYOS_SBIN_DIR)
mkdir -p $(DIR)/$(VYOS_BIN_DIR)
cp -r src/utils/* $(DIR)/$(VYOS_BIN_DIR)
+ cp src/shim/vyshim $(DIR)/$(VYOS_SBIN_DIR)
# Install conf mode scripts
mkdir -p $(DIR)/$(VYOS_LIBEXEC_DIR)/conf_mode