mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 04:22:13 +00:00
build-deb: include version number in filename
I suspect that using the same name on upload to openrepo somehow collides with other versions that use the same uploaded filename. refs: https://github.com/openkilt/openrepo/issues/11
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user