From 89b05af725d216553924fbec4331c13e7313e66c Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 1 Apr 2024 16:39:16 +0200 Subject: Adjusted dependencies --- debian/changelog | 6 ++++++ debian/control | 2 +- 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 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 -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 -- cgit v1.2.3