Control: tags 665965 + pending Dear maintainer,
I've prepared an NMU for dash (versioned as 0.5.8-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should delay it longer. Helmut
diff -u dash-0.5.8/debian/changelog dash-0.5.8/debian/changelog --- dash-0.5.8/debian/changelog +++ dash-0.5.8/debian/changelog @@ -1,3 +1,12 @@ +dash (0.5.8-2.1) precise; urgency=low + + * Non-maintainer upload. + + [ Marcin Juszkiewicz ] + * Ensure correct strip is called when cross-building (closes: #665965) + + -- Helmut Grohne <[email protected]> Sat, 09 Jan 2016 18:35:21 +0100 + dash (0.5.8-2) experimental; urgency=medium * debian/rules: pass --disable-lineno option to configure (thx Sven diff -u dash-0.5.8/debian/rules dash-0.5.8/debian/rules --- dash-0.5.8/debian/rules +++ dash-0.5.8/debian/rules @@ -15,6 +15,7 @@ DEB_BUILD_GNU_TYPE =$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) CC =$(DEB_HOST_GNU_TYPE)-gcc + STRIP =$(DEB_HOST_GNU_TYPE)-strip endif ifneq (,$(findstring diet,$(DEB_BUILD_OPTIONS)))

