From 6f97f75de6dce44fdfe4a7a1d42f6ce13f487628 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Thu, 11 Apr 2019 22:10:53 +0200 Subject: [PATCH] posaune --- debian/mbuild.changelog | 2 +- tools/make/mconfigure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/mbuild.changelog b/debian/mbuild.changelog index def6948..eb481f3 100644 --- a/debian/mbuild.changelog +++ b/debian/mbuild.changelog @@ -1,4 +1,4 @@ -projects (0.4) unstable; urgency=medium +projects (0.4-%BUILD%) unstable; urgency=medium * architecture specific build -- Michael Wagner Thu, 11 Apr 2019 22:54:48 +0100 diff --git a/tools/make/mconfigure b/tools/make/mconfigure index e94ead5..94db20e 100755 --- a/tools/make/mconfigure +++ b/tools/make/mconfigure @@ -59,7 +59,7 @@ function set_build { function check_version { vline=$(head -1 debian/$paket.changelog) - vline=${vline%[-)]*} + vline=${vline%-*} clversion=${vline#*(} if [ $version = "0.0" ] then -- 2.20.1