Source: poppassd
Version: 1.8.5-4.1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

poppassd fails to cross build from source, because it does not pass
cross tools to make. The easiest way of doing so - using dh_auto_build -
makes poppassd cross buildable. Please consider applying the attached
patch.

Helmut
diff -u poppassd-1.8.5/debian/changelog poppassd-1.8.5/debian/changelog
--- poppassd-1.8.5/debian/changelog
+++ poppassd-1.8.5/debian/changelog
@@ -1,3 +1,10 @@
+poppassd (1.8.5-4.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 21 Feb 2020 19:54:00 +0100
+
 poppassd (1.8.5-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u poppassd-1.8.5/debian/rules poppassd-1.8.5/debian/rules
--- poppassd-1.8.5/debian/rules
+++ poppassd-1.8.5/debian/rules
@@ -17,9 +17,7 @@
 build: build-stamp
 build-stamp:
        dh_testdir
-
-       # Add here commands to compile the package.
-       $(MAKE) CFLAGS="$(CFLAGS)"
+       dh_auto_build -- CFLAGS="$(CFLAGS)"
 
        # Keeping this here as a reminder to rewrite my manpage in docbook,
        # 'cause I royally suck at writing them by hand.

Reply via email to