Andreas Tille pushed to branch master at Debian Med / sweed
Commits: 1ab42ac6 by Andreas Tille at 2020-09-22T08:11:48+02:00 Let dh_auto_build pass cross tools to make - - - - - 5d95ff6c by Andreas Tille at 2020-09-22T08:17:01+02:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +sweed (3.2.1+dfsg-5) unstable; urgency=medium + + * Team upload. + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #970693) + + -- Helmut Grohne <[email protected]> Tue, 22 Sep 2020 08:09:50 +0200 + sweed (3.2.1+dfsg-4) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -14,7 +14,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all dh $@ override_dh_auto_build: - $(MAKE) -f Makefile.gcc $* + dh_auto_build --buildsystem=makefile -- -f Makefile.gcc $* override_dh_auto_clean: View it on GitLab: https://salsa.debian.org/med-team/sweed/-/compare/9312d3bc8d837eea996796a6a4a376f693c427ae...5d95ff6cef63c37f55a8039524ace3675442a9bc -- View it on GitLab: https://salsa.debian.org/med-team/sweed/-/compare/9312d3bc8d837eea996796a6a4a376f693c427ae...5d95ff6cef63c37f55a8039524ace3675442a9bc You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
