Control: tags 946572 + patch Control: tags 946572 + pending Dear maintainer,
I've prepared an NMU for abcm2ps (versioned as 8.14.7-0.2) and uploaded it to DELAYED/15. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru abcm2ps-8.14.7/debian/changelog abcm2ps-8.14.7/debian/changelog --- abcm2ps-8.14.7/debian/changelog 2020-03-29 18:51:47.000000000 +0200 +++ abcm2ps-8.14.7/debian/changelog 2020-04-16 18:40:04.000000000 +0200 @@ -1,3 +1,11 @@ +abcm2ps (8.14.7-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Pass cross tools CC and PKG_CONFIG to ./configure. Closes: #946572. + I have only applied the upstream part of the fix by Helmut Grohne. + + -- Nicolas Boulenguez <nico...@debian.org> Thu, 16 Apr 2020 18:40:04 +0200 + abcm2ps (8.14.7-0.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru abcm2ps-8.14.7/debian/rules abcm2ps-8.14.7/debian/rules --- abcm2ps-8.14.7/debian/rules 2020-03-29 18:45:49.000000000 +0200 +++ abcm2ps-8.14.7/debian/rules 2020-04-16 18:40:04.000000000 +0200 @@ -2,6 +2,7 @@ DEB_BUILD_MAINT_OPTIONS := hardening=+all DEB_CFLAGS_MAINT_APPEND := -Wall +include /usr/share/dpkg/buildtools.mk include /usr/share/dpkg/buildflags.mk %: @@ -10,4 +11,4 @@ .PHONY: override_dh_auto_configure override_dh_auto_configure: dh_auto_configure -- \ - $(foreach v,CFLAGS CPPFLAGS LDFLAGS,'--$(v)=$($(v))') + $(foreach v,CC PKG_CONFIG CFLAGS CPPFLAGS LDFLAGS,'--$(v)=$($(v))')