Bug#924292: btrfs-compsize FTCBFS: does not pass cross tools to make

2019-03-11 Thread Adam Borowski
Control: tags -1 +pending

On Mon, Mar 11, 2019 at 06:25:41AM +0100, Helmut Grohne wrote:
> Source: btrfs-compsize

> 
> btrfs-compsize 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 btrfs-compsize cross buildable. Please consider
> applying the attached patch.

>  override_dh_auto_build:
> - +$(MAKE) $(shell dpkg-buildflags --export=cmdline)
> + dh_auto_build -- $(shell dpkg-buildflags --export=cmdline)


Applied, thanks!  Alas, we're in the freeze...


Meow.
-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁
⢿⡄⠘⠷⠚⠋⠀ Have you accepted Khorne as your lord and saviour?
⠈⠳⣄



Bug#924292: btrfs-compsize FTCBFS: does not pass cross tools to make

2019-03-10 Thread Helmut Grohne
Source: btrfs-compsize
Version: 1.3-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

btrfs-compsize 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 btrfs-compsize cross buildable. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru btrfs-compsize-1.3/debian/changelog 
btrfs-compsize-1.3/debian/changelog
--- btrfs-compsize-1.3/debian/changelog 2019-02-26 13:35:44.0 +0100
+++ btrfs-compsize-1.3/debian/changelog 2019-03-11 06:23:29.0 +0100
@@ -1,3 +1,10 @@
+btrfs-compsize (1.3-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne   Mon, 11 Mar 2019 06:23:29 +0100
+
 btrfs-compsize (1.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --minimal -Nru btrfs-compsize-1.3/debian/rules 
btrfs-compsize-1.3/debian/rules
--- btrfs-compsize-1.3/debian/rules 2018-06-02 19:03:38.0 +0200
+++ btrfs-compsize-1.3/debian/rules 2019-03-11 06:23:28.0 +0100
@@ -5,6 +5,6 @@
dh $@
 
 override_dh_auto_build:
-   +$(MAKE) $(shell dpkg-buildflags --export=cmdline)
+   dh_auto_build -- $(shell dpkg-buildflags --export=cmdline)
 
 override_dh_auto_install: