Source: mailcheck
Version: 1.91.2-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

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

Helmut
diff -u mailcheck-1.91.2/debian/changelog mailcheck-1.91.2/debian/changelog
--- mailcheck-1.91.2/debian/changelog
+++ mailcheck-1.91.2/debian/changelog
@@ -1,3 +1,10 @@
+mailcheck (1.91.2-2.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>  Sun, 28 Apr 2019 14:53:31 +0200
+
 mailcheck (1.91.2-2) unstable; urgency=low
 
   * Added advanced_counting patch from Tomas Hoger <tho...@pobox.sk>.
diff -u mailcheck-1.91.2/debian/control mailcheck-1.91.2/debian/control
--- mailcheck-1.91.2/debian/control
+++ mailcheck-1.91.2/debian/control
@@ -2,7 +2,7 @@
 Section: mail
 Priority: extra
 Maintainer: Kevin Coyner <kcoy...@debian.org>
-Build-Depends: debhelper (>= 5.0), dpatch
+Build-Depends: debhelper (>= 7), dpatch
 Standards-Version: 3.7.2
 
 Package: mailcheck
diff -u mailcheck-1.91.2/debian/rules mailcheck-1.91.2/debian/rules
--- mailcheck-1.91.2/debian/rules
+++ mailcheck-1.91.2/debian/rules
@@ -5,7 +5,7 @@
 build: patch build-stamp
 build-stamp:
        dh_testdir
-       $(MAKE) all
+       dh_auto_build -- all
        touch build-stamp
 
 clean: clean-patched unpatch

Reply via email to