diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-28 21:29:58 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-28 21:29:58 +0100 |
commit | 8568da747d7103b8adea9b925b74101ea818e328 (patch) | |
tree | 387ea88f0a77b54af33c93de8139f3bad4fe4a38 /debian | |
parent | 829e76f7392e348ccc01c56e9680efb4eba80440 (diff) | |
download | vyos-1x-8568da747d7103b8adea9b925b74101ea818e328.tar.gz vyos-1x-8568da747d7103b8adea9b925b74101ea818e328.zip |
webproxy: T563: use new bash blacklist updater
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | debian/vyos-1x.install | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 9750f08e2..ccdaa8492 100644 --- a/debian/control +++ b/debian/control @@ -99,7 +99,6 @@ Depends: python3-pyudev, python3-six, python3-tabulate, - python3-tqdm, python3-vici (>= 5.7.2), python3-voluptuous, python3-waitress, diff --git a/debian/rules b/debian/rules index 5e275b8a3..ab0df7201 100755 --- a/debian/rules +++ b/debian/rules @@ -51,10 +51,6 @@ override_dh_auto_install: mkdir -p $(DIR)/$(VYOS_LIBEXEC_DIR)/completion cp -r src/completion/* $(DIR)/$(VYOS_LIBEXEC_DIR)/completion - # Install legacy components - mkdir -p $(DIR)/$(VYOS_LIBEXEC_DIR)/legacy - cp -r src/legacy/* $(DIR)/$(VYOS_LIBEXEC_DIR)/legacy - # Install helper scripts cp -r src/helpers/* $(DIR)/$(VYOS_LIBEXEC_DIR)/ diff --git a/debian/vyos-1x.install b/debian/vyos-1x.install index 691fa4731..bfc30f7e6 100644 --- a/debian/vyos-1x.install +++ b/debian/vyos-1x.install @@ -21,6 +21,5 @@ usr/libexec/vyos/op_mode usr/libexec/vyos/services usr/libexec/vyos/system usr/libexec/vyos/validators -usr/libexec/vyos/legacy usr/libexec/vyos/*.py usr/share |