diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-11 13:33:13 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-11 13:33:13 +0100 |
commit | bc9c8191d8ffd43ce4c233e19df53445a7170f2f (patch) | |
tree | b81b99ca8789b9f5f2738370c2493c9aea70ecae | |
parent | 47c19bfda0a6e849cbf3cecfa01e1fe8316be53e (diff) |
-rw-r--r-- | common.mk | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -CXX=clang++-14 +CXX=clang++ ifeq ($(shell which $(CXX)),) CXX=clang++-13 diff --git a/debian/control b/debian/control index 3fd6d1f..c2aec99 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libreichwein Section: devel Priority: optional Maintainer: Roland Reichwein <mail@reichwein.it> -Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, googletest, gcovr, libfmt-dev, libclang-rt-14-dev +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, googletest, gcovr, libfmt-dev, libclang-rt-dev | libclang-rt-14-dev Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/libreichwein/ |