summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-14 12:41:50 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-14 12:41:50 +0100
commit2fd0bb52f38f243c76fbbd8a85efe781c5f599c4 (patch)
tree69ca7e5f0ba623317b42eb8a72ff6cfb10d61044
parent65f1aaba30b24b1b05c931c817aa87c973e2ec1d (diff)
Fixed upload in Makefile
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f30ad3..bb5033f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ VERSION=$(shell dpkg-parsechangelog --show-field Version)
DISTROS=base debian11 ubuntu2204 ubuntu2210
PROJECTNAME=libreichwein
-TGZNAME=$(shell ls -t ../$(PROJECTNAME)-*.tar.xz | head -n1 | sed -e 's,^../,,')
+TGZNAME=$(shell ls -t ../$(PROJECTNAME)-$(VERSION).tar.xz | head -n1 | sed -e 's,^../,,')
DESTDIR=/
diff --git a/debian/changelog b/debian/changelog
index 9e0ea61..ba1600d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libreichwein (1.3) UNRELEASED; urgency=medium
+
+ * Fixed upload in Makefile
+
+ -- Roland Reichwein <mail@reichwein.it> Sat, 14 Jan 2023 12:41:39 +0100
+
libreichwein (1.2) unstable; urgency=medium
* Added process.h+cpp: Reichwein::Process::is_running()