Drop .deb package from release target

We're moving to automated releases using GitHub Actions, but the bots
cannot be trusted to do .deb packaging yet, so let's drop that from
the official release target for now.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2021-11-08 06:56:06 +01:00
parent 1a91be0fca
commit 029115a23e

View File

@ -62,7 +62,7 @@ package:
#
# Target to run when building a release
#
release: release-hook distcheck package
release: release-hook distcheck
@for file in $(DIST_ARCHIVES); do \
md5sum $$file > ../$$file.md5; \
sha256sum $$file > ../$$file.sha256; \