Your message dated Wed, 17 Oct 2018 18:17:28 +0800
with message-id <[email protected]>
and subject line Fixed by 8.1.0+r23-1
has caused the Debian Bug report #864563,
regarding android-platform-external-libselinux FTCBFS: uses the build 
architecture compiler
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
864563: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864563
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: android-platform-external-libselinux
Version: 7.0.0+r1-2
Tags: patch
User: [email protected]
Usertags: rebootstrap

android-platform-external-libselinux fails to cross build from source,
because it uses the build architecture compiler. Just indirecting make
through dh_auto_build makes the cross build successful, because
dh_auto_build knows how to pass cross compilers. Please consider
applying the attached patch after stretch is released.

Helmut
diff --minimal -Nru 
android-platform-external-libselinux-7.0.0+r1/debian/changelog 
android-platform-external-libselinux-7.0.0+r1/debian/changelog
--- android-platform-external-libselinux-7.0.0+r1/debian/changelog      
2016-12-06 09:56:35.000000000 +0100
+++ android-platform-external-libselinux-7.0.0+r1/debian/changelog      
2017-06-10 18:14:36.000000000 +0200
@@ -1,3 +1,10 @@
+android-platform-external-libselinux (7.0.0+r1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross compilers. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sat, 10 Jun 2017 18:14:36 +0200
+
 android-platform-external-libselinux (7.0.0+r1-2) unstable; urgency=medium
 
   * Upload to unstable
diff --minimal -Nru android-platform-external-libselinux-7.0.0+r1/debian/rules 
android-platform-external-libselinux-7.0.0+r1/debian/rules
--- android-platform-external-libselinux-7.0.0+r1/debian/rules  2016-12-06 
09:56:35.000000000 +0100
+++ android-platform-external-libselinux-7.0.0+r1/debian/rules  2017-06-10 
18:14:36.000000000 +0200
@@ -8,7 +8,7 @@
        dh $@
 
 override_dh_auto_build:
-       make -f debian/Makefile
+       dh_auto_build --buildsystem=makefile -- -f debian/Makefile
 
 override_dh_auto_clean:
        dh_auto_clean

--- End Message ---
--- Begin Message ---
Source-Version: 8.1.0+r23-1

This bug was fixed by the previous release but I forgot to mention it in the 
changelog.

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to