Source: rblcheck
Version: 20190930-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

rblcheck regressed cross building, because debian/rules uses the build
architecture compiler as a make default. I'm attaching a patch for your
convenience that properly initializes it and makes rblcheck cross
buildable again.

Helmut
diff --minimal -Nru rblcheck-20190930/debian/changelog 
rblcheck-20190930/debian/changelog
--- rblcheck-20190930/debian/changelog  2023-01-01 15:17:06.000000000 +0100
+++ rblcheck-20190930/debian/changelog  2023-01-16 07:20:44.000000000 +0100
@@ -1,3 +1,10 @@
+rblcheck (20190930-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Initialize CC from dpkg's buildtools.mk. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 16 Jan 2023 07:20:44 +0100
+
 rblcheck (20190930-2) unstable; urgency=medium
 
   * Enabled hardening.
diff --minimal -Nru rblcheck-20190930/debian/rules 
rblcheck-20190930/debian/rules
--- rblcheck-20190930/debian/rules      2023-01-01 14:57:38.000000000 +0100
+++ rblcheck-20190930/debian/rules      2023-01-16 07:20:43.000000000 +0100
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+include /usr/share/dpkg/buildtools.mk
 
 D := $(CURDIR)/debian/rblcheck
 

Reply via email to