Source: bcrypt Version: 1.1-8.1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
bcrypt fails to cross build from source, because it uses the build architecture compiler. Using dh_auto_build fixes that as it passes cross tools to make. Please consider applying the attached patch. Helmut
diff -u bcrypt-1.1/debian/changelog bcrypt-1.1/debian/changelog --- bcrypt-1.1/debian/changelog +++ bcrypt-1.1/debian/changelog @@ -1,3 +1,10 @@ +bcrypt (1.1-8.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> Sat, 23 Jun 2018 07:50:52 +0200 + bcrypt (1.1-8.1) unstable; urgency=low * Non-maintainer upload. diff -u bcrypt-1.1/debian/rules bcrypt-1.1/debian/rules --- bcrypt-1.1/debian/rules +++ bcrypt-1.1/debian/rules @@ -26,8 +26,7 @@ build-stamp: configure-stamp dh_testdir - $(MAKE) - dh_auto_clean + dh_auto_build touch build-stamp clean: clean-patched unpatch