Your message dated Mon, 30 Mar 2026 16:40:33 +0800
with message-id <[email protected]>
and subject line fixed in 0~20190319-1
has caused the Debian Bug report #928268,
regarding butteraugli FTCBFS: does not pass cross tools to make
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.)


-- 
928268: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928268
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: butteraugli
Version: 0~20170116-3
Tags: patch
User: [email protected]
Usertags: rebootstrap

butteraugli fails to cross build from source, because it does not pass
cross tools to make. The easiest way of fixing that - using
dh_auto_build - makes butteraugli cross buildable. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru butteraugli-0~20170116/debian/changelog 
butteraugli-0~20170116/debian/changelog
--- butteraugli-0~20170116/debian/changelog     2019-02-10 16:08:03.000000000 
+0100
+++ butteraugli-0~20170116/debian/changelog     2019-04-30 21:59:08.000000000 
+0200
@@ -1,3 +1,10 @@
+butteraugli (0~20170116-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Tue, 30 Apr 2019 21:59:08 +0200
+
 butteraugli (0~20170116-3) unstable; urgency=medium
 
   * Bump Standards-Version to 4.3.0.
diff --minimal -Nru butteraugli-0~20170116/debian/rules 
butteraugli-0~20170116/debian/rules
--- butteraugli-0~20170116/debian/rules 2019-02-10 15:54:50.000000000 +0100
+++ butteraugli-0~20170116/debian/rules 2019-04-30 21:59:07.000000000 +0200
@@ -11,4 +11,4 @@
        dh_auto_configure
 
 override_dh_auto_build:
-       cd butteraugli && make
+       dh_auto_build --sourcedirectory=butteraugli

--- End Message ---
--- Begin Message ---
Version: 0~20190319-1

This bug is fixed by:

git show 514a8d17b2684d8aeefcb32b058e549b525b51fb
commit 514a8d17b2684d8aeefcb32b058e549b525b51fb
Author: xiao sheng wen <[email protected]>
Date:   Wed Aug 27 15:36:29 2025 +0800

d/rules: use --sourcedirectory=butteraugli, delete override_dh_auto_build target

Signed-off-by: xiao sheng wen <[email protected]>

diff --git a/debian/rules b/debian/rules
index 2882674..7a9261f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
-       dh $@
+       dh $@ --sourcedirectory=butteraugli

execute_before_dh_installman:
cat debian/*manpages | sed 's/$$/.txt/p' | xargs -n 1 a2x --doctype manpage 
--format manpage
-
-override_dh_auto_build:
-       cd butteraugli && make


-- 
肖盛文 xiao sheng wen -- Debian Developer(atzlinux)
Debian QA page: https://qa.debian.org/developer.php?login=atzlinux%40debian.org
GnuPG Public Key: 0x00186602339240CB

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to