diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-04-01 16:39:16 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-04-01 16:39:16 +0200 |
commit | 89b05af725d216553924fbec4331c13e7313e66c (patch) | |
tree | acd822663e6348cd4585a4424ca1826c1bc341f9 | |
parent | 7e3a2dd2b641b2d8023b64bafdc8b824de3b0b0b (diff) |
Adjusted dependencies
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | remote-install.sh | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 74d6566..5481d63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libreichwein (1.6) UNRELEASED; urgency=medium + + * Fixed dependencies + + -- Roland Reichwein <mail@reichwein.it> Sun, 07 Jan 2024 20:37:30 +0100 + libreichwein (1.5) unstable; urgency=medium * Added debian12 as target distro diff --git a/debian/control b/debian/control index 3b883b5..3fd6d1f 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 +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 Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/libreichwein/ diff --git a/remote-install.sh b/remote-install.sh index 69d24e4..50b0c60 100755 --- a/remote-install.sh +++ b/remote-install.sh @@ -12,7 +12,7 @@ fi PROJECTNAME=$1 VERSION=$2 -DISTROS="debian11 ubuntu2204 ubuntu2210" +DISTROS="debian11 debian12 ubuntu2204 ubuntu2210" cd /var/www/reichwein.it-debian |