config: tmp disable version naming
This commit is contained in:
parent
f41f9f3148
commit
7a41aa5028
1 changed files with 4 additions and 4 deletions
|
|
@ -168,11 +168,11 @@ find -maxdepth 1 -type f | xargs rm
|
||||||
cd source
|
cd source
|
||||||
|
|
||||||
UPSTREAMVERSION=$(dpkg-parsechangelog --show-field Version)
|
UPSTREAMVERSION=$(dpkg-parsechangelog --show-field Version)
|
||||||
if echo $UPSTREAMVERSION | grep -q '-'; then
|
#if echo $UPSTREAMVERSION | grep -q '-'; then
|
||||||
export FULLVERSION=$(dpkg-parsechangelog --show-field Version)+${REVISION}trisquel${VERSION}
|
export FULLVERSION=$(dpkg-parsechangelog --show-field Version)+${REVISION}trisquel${VERSION}
|
||||||
else
|
#else
|
||||||
export FULLVERSION=$(dpkg-parsechangelog --show-field Version)-${REVISION}trisquel${VERSION}
|
# export FULLVERSION=$(dpkg-parsechangelog --show-field Version)-${REVISION}trisquel${VERSION}
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# Use 3.0 (native) deb source format
|
# Use 3.0 (native) deb source format
|
||||||
[ -f debian/source/format ] && echo "3 (native)" > debian/source/format
|
[ -f debian/source/format ] && echo "3 (native)" > debian/source/format
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue