]> wagnertech.de Git - projects.git/commitdiff
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 def6948cc2f321cec2bea02664b5593b92ac2f3d..eb481f397ab926e0a942dbbaa1ba7721bc9c76f1 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 e94ead5ad1f5422fa8dea2a801ca54fc6a02822b..94db20e19d19dcededbcbb36d3750179df5d610e 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