Skip to content
Snippets Groups Projects
Commit aca76216 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

config: revert tmp disable version naming

parent 7a41aa50
No related branches found
No related tags found
1 merge request!913config: revert tmp disable version naming
Pipeline #723 passed with stage
in 0 seconds
...@@ -168,11 +168,11 @@ find -maxdepth 1 -type f | xargs rm ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment