posaune mbuild_0.4-1
authorMichael Wagner <michael@wagnertech.de>
Thu, 11 Apr 2019 20:10:53 +0000 (22:10 +0200)
committerMichael Wagner <michael@wagnertech.de>
Thu, 11 Apr 2019 20:10:53 +0000 (22:10 +0200)
debian/mbuild.changelog
tools/make/mconfigure

index def6948..eb481f3 100644 (file)
@@ -1,4 +1,4 @@
-projects (0.4) unstable; urgency=medium
+projects (0.4-%BUILD%) unstable; urgency=medium
   * architecture specific build
  -- Michael Wagner <michael@wagnertech.de>  Thu, 11 Apr 2019 22:54:48 +0100
 
index e94ead5..94db20e 100755 (executable)
@@ -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