diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-01-07 20:26:24 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-01-07 20:26:24 +0100 |
commit | 7e3a2dd2b641b2d8023b64bafdc8b824de3b0b0b (patch) | |
tree | 87fe27f93a74d610298883a4e3f676463af85e42 | |
parent | edf7f06cdaf916ff9fca0864e14b6fbb476b641b (diff) |
Version 1.5v1.5
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -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() |