aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/debian
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-29 00:47:28 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-29 03:48:58 +0300
commit01530f24d6a80e8a9f3d02d990026794f3f20d8b (patch)
treec2d7affe9efe242ab74a2ed8c56bbdd55aa2c3f2 /debian
parentdebian: 0.2-1 (diff)
downloadconfig-links-01530f24d6a80e8a9f3d02d990026794f3f20d8b.tar.gz
config-links-01530f24d6a80e8a9f3d02d990026794f3f20d8b.zip
debian: require bash 4 or higher
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 95a2475..cce94e8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Homepage: https://github.com/egor-tensin/config-links
Package: config-links
Architecture: all
-Depends: bash, ${misc:Depends}
+Depends: bash (>= 4.0), ${misc:Depends}
Description: Configuration file sharing
Store your files in a repository, checkout it on any machine, and easily
create & maintain symlinks to all of them.