diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-21 16:49:31 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-21 16:49:31 +0100 |
commit | 7fd9bbf4ea1ba5ea1b30e9ba3039195ab40c246a (patch) | |
tree | 12c594d7e31caaa31ae48e1bfc9b66c9003db2c2 /debian/control | |
parent | 7edbd99775416a32c88acf8e9379518436905f02 (diff) |
Added debian packaging
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/ |