[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#939724: dds2tar FTCBFS: does not pass cross tools to make



Source: dds2tar
Version: 2.5.2-7
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff -u dds2tar-2.5.2/debian/changelog dds2tar-2.5.2/debian/changelog
--- dds2tar-2.5.2/debian/changelog
+++ dds2tar-2.5.2/debian/changelog
@@ -1,3 +1,9 @@
+dds2tar (2.5.2-8) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sun, 08 Sep 2019 07:14:13 +0200
+
 dds2tar (2.5.2-7) unstable; urgency=medium
 
   * Fix regression where scsi_vendor.1 and ddstool.1 were
diff -u dds2tar-2.5.2/debian/rules dds2tar-2.5.2/debian/rules
--- dds2tar-2.5.2/debian/rules
+++ dds2tar-2.5.2/debian/rules
@@ -6,7 +6,7 @@
 	dh $@
 
 override_dh_auto_build:
-	make "`dpkg-buildflags --export=configure`"
+	dh_auto_build -- "`dpkg-buildflags --export=configure`"
 
 override_dh_auto_install:
 	make install DESTDIR=`pwd`/debian/dds2tar

Reply to: