[From nobody Mon Mar 30 09:51:07 2026
Received: (at submit) by bugs.debian.org; 30 Apr 2019 20:10:43 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.2-bugs.debian.org_2005_01_02
 (2018-09-13) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-10.8 required=4.0 tests=BAYES_00, MURPHY_DRUGS_REL8, 
 RCVD_IN_DNSWL_NONE,TXREP autolearn=ham autolearn_force=no
 version=3.4.2-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 16; hammy, 150; neutral, 27; spammy,
 0. spammytokens: hammytokens:0.000-+--H*u:1.10.1, 0.000-+--H*UA:1.10.1,
 0.000-+--H*UA:2018-07-13, 0.000-+--H*u:2018-07-13, 0.000-+--sk:dh_auto
Return-path: &lt;helmut@subdivi.de&gt;
Received: from isilmar-4.linta.de ([136.243.71.142])
 by buxtehude.debian.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.89) (envelope-from &lt;helmut@subdivi.de&gt;) id 1hLZ5P-0002pD-Eu
 for submit@bugs.debian.org; Tue, 30 Apr 2019 20:10:43 +0000
Received: from isilmar-4.linta.de (isilmar.linta [10.0.0.1])
 by isilmar-4.linta.de (Postfix) with ESMTP id 877CA200575
 for &lt;submit@bugs.debian.org&gt;; Tue, 30 Apr 2019 20:10:40 +0000 (UTC)
Date: Tue, 30 Apr 2019 22:01:05 +0200
From: Helmut Grohne &lt;helmut@subdivi.de&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: butteraugli FTCBFS: does not pass cross tools to make
Message-ID: &lt;20190430200105.GA22973@alf.mars&gt;
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=&quot;jRHKVT23PllUwdXP&quot;
Content-Disposition: inline
X-Reportbug-Version: 7.5.2
User-Agent: Mutt/1.10.1 (2018-07-13)
Delivered-To: submit@bugs.debian.org


--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Source: butteraugli
Version: 0~20170116-3
Tags: patch
User: helmutg@debian.org
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

--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=&quot;butteraugli_0~20170116-3.1.debdiff&quot;

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 &lt;helmut@subdivi.de&gt;  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 &amp;&amp; make
+	dh_auto_build --sourcedirectory=butteraugli

--jRHKVT23PllUwdXP--
]