posaune
[projects.git] / tools / make / mconfigure
index e5f11b3..244d19b 100755 (executable)
@@ -249,7 +249,7 @@ then
 #      pwd=${pwd,,*}
 #      echo "pwd=$pwd" >> debian/rules.pre
 
-       echo "building $paket with build $version-$build"
+       echo "building $paket with version/build=$version-$build"
 
        pushd debian >/dev/null
        # ./debian -------------------------------------
@@ -355,7 +355,7 @@ then
                        echo 'arch = ${DEB_HOST_ARCH}' >> debian/rules.pre
                        echo "BINARY_ARCH = copy ../${paket}_$version-${build}_"'$(arch).deb' >> debian/rules.pre
                fi
-               if ! [ -f $paket.changelog ]
+               if ! [ -f debian/$paket.changelog ]
                then
                        echo "changelog_source = debian/default.changelog" >> debian/rules.pre
                        if [ -f debian/default.changelog ]