Skip to content

Commit

Permalink
ci: Remove leading 'v' from version for Debian packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Sep 20, 2019
1 parent a6a305f commit 59213a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function makedep {
echo "Maintainer: Marius <[email protected]>" >> "./$dir/DEBIAN/control"
echo "Section: devel" >> "./$dir/DEBIAN/control"
echo "Priority: optional" >> "./$dir/DEBIAN/control"
echo "Version: ${version}" >> "./$dir/DEBIAN/control"
echo "Version: ${version:1}" >> "./$dir/DEBIAN/control"
echo "Architecture: ${arch}" >> "./$dir/DEBIAN/control"
echo "Homepage: https://github.com/tus/tusd" >> "./$dir/DEBIAN/control"
echo "Built-Using: $(go version)" >> "./$dir/DEBIAN/control"
Expand Down

0 comments on commit 59213a5

Please sign in to comment.