diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-11-18 21:34:58 +0100 | 
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2023-11-18 21:34:58 +0100 | 
| commit | 3cbc0a93f779882d133873c81b5b720f52e45975 (patch) | |
| tree | 91ca1d9eacb3db1e9ca8b73c420c83958f9698f5 | |
| parent | a89243cfbfc90854a8cddd53c0ffc987f75abcee (diff) | |
| download | vyos-1x-3cbc0a93f779882d133873c81b5b720f52e45975.tar.gz vyos-1x-3cbc0a93f779882d133873c81b5b720f52e45975.zip | |
T2405: fix debian/control syntax
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/control b/debian/control index cfd2186c3..b2b0c6ed0 100644 --- a/debian/control +++ b/debian/control @@ -231,7 +231,7 @@ Depends:    lcdproc-extra-drivers,  # End "system lcd"  # For "system config-management commit-archive" -  git +  git,  # End "system config-management commit-archive"  # For firewall    libndp-tools, | 
