diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3a18e3d..c316930 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: minicc Section: devel Priority: optional Maintainer: Roland Reichwein <mail@reichwein.it> -Build-Depends: debhelper (>= 12), libboost-all-dev, clang | g++-10, dejagnu, expect +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang-11, dejagnu, expect, libc++-11-dev, lld-11, libc++abi-11-dev Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/minicc/ |