summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rwxr-xr-xremote-install.sh2
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