* Add build conflicts on libcgal-dev, it seems to break the build.
* Fix clean target.
- -- Raspbian forward porter <root@raspbian.org> Wed, 31 Aug 2022 09:08:50 +0000
+ [changes taken from 3.17.3-2ubuntu1 by Gianfranco Costamagna]
+ * Use gcc-11 for now to fix a strange armhf build failure
+
+ -- Peter Micheal Green <plugwash@raspbian.org> Fri, 09 Sep 2022 15:58:13 +0000
gambas3 (3.17.3-2) unstable; urgency=medium
Uploaders: Ian Haywood <ian@haywood.id.au>,
Bastian Germann <bage@debian.org>,
José L. Redrejo RodrÃguez <jredrejo@debian.org>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 12), gcc-11 [armhf], g++-11 [armhf],
gettext,
libalure-dev,
libbz2-dev,
#!/usr/bin/make -f
+ifeq (armhf,$(DEB_HOST_ARCH))
+ export CC=gcc-11
+ export CXX=g++-11
+endif
+
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export XDG_DATA_HOME=$(CURDIR)/debian/tmp/usr/share