diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-12-25 14:38:46 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-12-25 14:38:46 +0100 |
commit | 79dc9edc72c5b9fefb129fe36029d4781b1e969c (patch) | |
tree | 9e5ff95ef84ab089c652935ae8f94758318b6dbc /Makefile | |
parent | 98f9132997353bb3e750e8e2db99ebd474a8dbb6 (diff) |
Generalized type usage and optimizations
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |