summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f478b89..1c29509 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include common.mk
VERSION=$(shell dpkg-parsechangelog --show-field Version)
-DISTROS=base debian11 ubuntu2204 ubuntu2210
+DISTROS=base debian11 debian12 ubuntu2204 ubuntu2210
PROJECTNAME=libreichwein
TGZNAME=$(shell ls -t ../$(PROJECTNAME)-$(VERSION).tar.xz | head -n1 | sed -e 's,^../,,')
diff --git a/debian/changelog b/debian/changelog
index 9dca8bf..74d6566 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libreichwein (1.5) unstable; urgency=medium
+
+ * Added debian12 as target distro
+
+ -- Roland Reichwein <mail@reichwein.it> Sun, 07 Jan 2024 20:25:32 +0100
+
libreichwein (1.4) unstable; urgency=medium
* Added number_of_threads()