kopia lustrzana https://github.com/inkstitch/inkstitch
don't violate deb version string constraints
rodzic
f75c812aba
commit
29786dcd04
|
@ -118,10 +118,11 @@ if [ "$BUILD" = "linux" ]; then
|
||||||
%_signature gpg
|
%_signature gpg
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
deb_version="$(sed -E 's/[^a-zA-Z0-9.+]/./g' <<< "$VERSION")"
|
||||||
fpm -s dir \
|
fpm -s dir \
|
||||||
-t deb \
|
-t deb \
|
||||||
-n inkstitch \
|
-n inkstitch \
|
||||||
-v "$VERSION" \
|
-v "$deb_version" \
|
||||||
-d "inkscape >= 1.0.0" \
|
-d "inkscape >= 1.0.0" \
|
||||||
--license "GPL-3.0" \
|
--license "GPL-3.0" \
|
||||||
--description "An open-source machine embroidery design platform based on Inkscape" \
|
--description "An open-source machine embroidery design platform based on Inkscape" \
|
||||||
|
|
Ładowanie…
Reference in New Issue