Source: ips
Version: 4.0-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff -u ips-4.0/debian/changelog ips-4.0/debian/changelog
--- ips-4.0/debian/changelog
+++ ips-4.0/debian/changelog
@@ -1,3 +1,10 @@
+ips (4.0-1.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, 10 Sep 2019 22:09:36 +0200
+
 ips (4.0-1) unstable; urgency=low
 
   * New upstream version
diff -u ips-4.0/debian/control ips-4.0/debian/control
--- ips-4.0/debian/control
+++ ips-4.0/debian/control
@@ -2,7 +2,7 @@
 Section: admin 
 Priority: extra
 Maintainer: Michael Meskes <mes...@debian.org>
-Build-Depends: debhelper (>= 5), quilt (>= 0.40), libncurses5-dev, libxt-dev
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), libncurses5-dev, libxt-dev
 Standards-Version: 3.8.4
 
 Package: ips
diff -u ips-4.0/debian/rules ips-4.0/debian/rules
--- ips-4.0/debian/rules
+++ ips-4.0/debian/rules
@@ -23,10 +23,7 @@
 
 build-stamp: configure-stamp 
        dh_testdir
-
-       # Add here commands to compile the package.
-       $(MAKE) 
-
+       dh_auto_build
        touch $@
 
 clean: unpatch

Reply via email to