Source: butteraugli
Version: 0~20170116-3
Tags: patch
User: helm...@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
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 <hel...@subdivi.de>  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

Reply via email to