Clever way to fix version string, and checkout upstream at intended version #2

Merged
ferreo merged 2 commits from feat/cybik/0.16.0 into main 2024-11-13 20:18:22 +01:00
Showing only changes of commit 2e4daeba77 - Show all commits

View File

@ -31,7 +31,7 @@ else
fi
# Get build deps
LOGNAME=root dh_make --createorig -y -l -p ${UPSTREAM_NAME}_"$VERSION".0 || echo "dh-make: Ignoring Last Error"
LOGNAME=root dh_make --createorig -y -l -p "${UPSTREAM_NAME}_$TRUE_VERSION" || echo "dh-make: Ignoring Last Error"
cybik marked this conversation as resolved Outdated

need to remove the .0 from here

need to remove the .0 from here
Outdated
Review

Fair point. Also need to use the new field.

Fair point. Also need to *use* the new field.
apt-get build-dep ./ -y
# Build package