diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-07-09 18:58:56 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-07-09 18:58:56 +0200 |
commit | f8c4fe1614cc79df9f97c8a7754cf2a5aaf5063d (patch) | |
tree | a5912910fc40b408c05172d438cd0d53192b2211 /debian | |
parent | c156b07da6e8550f989919c3a015acdedfe8664f (diff) |
Use libreichwein, and googletest from Debian
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c316930..b192522 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 | libboost1.71-all-dev, clang-11, dejagnu, expect, libc++-11-dev, lld-11, libc++abi-11-dev +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.74-all-dev, clang-14, libc++-14-dev, lld-14, libc++abi-14-dev, libreichwein-dev (>= 1.6), googletest Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/minicc/ |