From b68e6d6860a816d8d524b028c9fcaf7dd6398962 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 30 Nov 2025 18:49:16 +0100 Subject: Updating version mangling in rules to replace invalid symbols. Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 890dd82..4a5ede6 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ SHELL := sh -e -VERSION := $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }' | rev | cut -d- -f2- | rev) +VERSION := $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }' | rev | cut -d- -f2- | rev | sed -e 's|~|.|g') %: dh ${@} --buildsystem=pybuild --with=python3 -- cgit v1.2.3