diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-09-11 18:12:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-11 18:12:50 +0200 |
| commit | ad4048e997639bda41a57bc998d83dd3f623460e (patch) | |
| tree | afc4cc36c9ea77f8bb84d23f5a857230fb47de21 | |
| parent | 87de8ddd354957429bf4e8326975cecba5ac7b03 (diff) | |
| parent | b274dd7ceea8feb72973e9c95bc61f3df31ac231 (diff) | |
| download | vyatta-cfg-rolling.tar.gz vyatta-cfg-rolling.zip | |
Merge pull request #152 from sarthurdev/T7575rolling
vbash: T7575: Remove bash version constraints
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 0655d78..9b257ab 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Architecture: any Depends: sed (>= 4.1.5), procps (>= 1:3.2.7-3), coreutils (>= 5.97-5.3), - vyatta-bash (>= 4.1), - bash-completion (= 1:2.8-6), + vyatta-bash, + bash-completion, bsdutils (>=1:2.13), libvyatta-cfg1 (>=${binary:Version}), unionfs-fuse, |
