projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7af2cd4
)
mkdist.sh: do not use debian/changelog
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 2 Jul 2014 13:10:01 +0000
(15:10 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 2 Jul 2014 13:10:01 +0000
(15:10 +0200)
id-deb-build/mkdist.sh
patch
|
blob
|
history
diff --git
a/id-deb-build/mkdist.sh
b/id-deb-build/mkdist.sh
index
40a99ca
..
1506220
100755
(executable)
--- a/
id-deb-build/mkdist.sh
+++ b/
id-deb-build/mkdist.sh
@@
-33,9
+33,8
@@
fi
if [ "x$VERSION" != x ]; then
echo "Got version $VERSION from IDMETA file"
else
- FULLVERSION=`head -1 $DEBCHANGELOG|sed 's/.*(//g'|sed 's/).*//g'`
- VERSION=`echo $FULLVERSION|sed 's/-.*//g'`
- echo "Warning: assuming version $VERSION from $DEBCHANGELOG"
+ echo "No VERSION in IDMETA"
+ exit 1
fi
if [ "x$1" != x ]; then