Source: ssmping Version: 0.9.1-3 Tags: patch User: [email protected] Usertags: ftcbfs
ssmping 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 ssmping cross buildable. Please consider applying the attached patch. Helmut
diff -u ssmping-0.9.1/debian/changelog ssmping-0.9.1/debian/changelog --- ssmping-0.9.1/debian/changelog +++ ssmping-0.9.1/debian/changelog @@ -1,3 +1,10 @@ +ssmping (0.9.1-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 15 Apr 2020 11:56:21 +0200 + ssmping (0.9.1-3) unstable; urgency=low * Fix FTBFS with new glibcs and type mismatch warning in x86_64 systems: diff -u ssmping-0.9.1/debian/rules ssmping-0.9.1/debian/rules --- ssmping-0.9.1/debian/rules +++ ssmping-0.9.1/debian/rules @@ -42,7 +42,7 @@ build-arch: build-arch-stamp build-arch-stamp: $(QUILT_STAMPFN) dh_testdir - CFLAGS="$(CFLAGS)" $(MAKE) + CFLAGS="$(CFLAGS)" dh_auto_build touch build-arch-stamp clean: unpatch diff -u ssmping-0.9.1/debian/control ssmping-0.9.1/debian/control --- ssmping-0.9.1/debian/control +++ ssmping-0.9.1/debian/control @@ -2,7 +2,7 @@ Section: net Priority: extra Maintainer: Javier Fernandez-Sanguino Pen~a <[email protected]> -Build-Depends: debhelper (>= 5), quilt (>= 0.40) +Build-Depends: debhelper (>= 7), quilt (>= 0.40) Standards-Version: 3.8.0 Homepage: http://www.venaas.no/multicast/ssmping/

