X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fid-mk-dist.sh;h=02d91a479fa91b0f3da5fdaae63d333a0e79b616;hb=208cf3a9ff90a2efa4af44df2bca864e3d4caa3d;hp=6ab0876bd554efb2c6e0f82f98d08600d91d3960;hpb=07b65691f3d98408993e1b417a91e5e8e37d8e38;p=git-tools-moved-to-github.git diff --git a/id-deb-build/id-mk-dist.sh b/id-deb-build/id-mk-dist.sh index 6ab0876..02d91a4 100755 --- a/id-deb-build/id-mk-dist.sh +++ b/id-deb-build/id-mk-dist.sh @@ -1,3 +1,6 @@ +echo "id-mk-dist.sh is deprecated -- use mkdist.sh instead" +exit 1 + #!/bin/sh if test ! -f debian/changelog; then echo "debian/changelog not found" @@ -5,7 +8,7 @@ if test ! -f debian/changelog; then fi PRODUCT=`head -1 debian/changelog |awk '{print $1}'` if test ! -f IDMETA; then - echo "VERSION not found in current directory" + echo "IDMETA not found in current directory" exit 1 fi . ./IDMETA