Skip to content

Commit

Permalink
build-deb: include version number in filename
Browse files Browse the repository at this point in the history
I suspect that using the same name on upload to openrepo
somehow collides with other versions that use the same uploaded
filename.

refs: openkilt/openrepo#11
  • Loading branch information
wez committed Jun 23, 2023
1 parent c083bc4 commit 426225c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ sed -i '/^Source:/d' pkg/debian/DEBIAN/control # The `Source:` field needs to b
echo $deps | sed -e 's/shlibs:Depends=/Depends: /' >> pkg/debian/DEBIAN/control
cat pkg/debian/DEBIAN/control

debname=${DEB_NAME}.$distro$distver
debname=${DEB_NAME}.${KUMO_DEB_VERSION}.$distro$distver
find pkg -ls
FAKEROOT=fakeroot
if test "$EUID" -eq 0 ; then
Expand Down

0 comments on commit 426225c

Please sign in to comment.