From 79dc9edc72c5b9fefb129fe36029d4781b1e969c Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 25 Dec 2021 14:38:46 +0100 Subject: Generalized type usage and optimizations --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6ed0e68..e037bc5 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ONDEBIAN=no endif # On Ubuntu 2104 and 2110, dh_strip / debugedit is broken, therefore different Non-Debian options in the following -DISTROS=base debian10 debian11 ubuntu2004 ubuntu2010 ubuntu2104 ubuntu2110 ubuntu2204 +DISTROS=base base-i386 debian10 debian11 ubuntu2004 ubuntu2010 ubuntu2104 ubuntu2110 ubuntu2204 ifeq ($(wildcard $(shell which clang++-13)),) ifeq ($(wildcard $(shell which clang++-12)),) @@ -124,7 +124,7 @@ deb-src: $(DISTROS): deb-src sudo pbuilder build --basetgz /var/cache/pbuilder/$@.tgz --buildresult result/$@ ../$(PROJECTNAME)_$(VERSION).dsc - debsign result/$@/$(PROJECTNAME)_$(VERSION)_amd64.changes + -debsign result/$@/$(PROJECTNAME)_$(VERSION)_amd64.changes debs: $(DISTROS) -- cgit v1.2.3