From d63555c96e18082bae9f33e77f9fb1729aca4845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germain=20Carr=C3=A9?= Date: Thu, 1 Jun 2023 20:15:32 +0200 Subject: [PATCH] Build debs with xz compression for debian compatibility --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f765fa4..4e55bbd 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ debs: else \ cp release/linux-$$arch/* $(DEBROOT)/usr/local/wigo/bin/ ; \ fi ; \ - dpkg-deb --build $(DEBROOT) $(DEBROOT)/wigo-$(RELEASE_VERSION)-$$arch.deb ; \ + dpkg-deb -Z xz --build $(DEBROOT) $(DEBROOT)/wigo-$(RELEASE_VERSION)-$$arch.deb ; \ done publish-debs: