For the records, this is the diff of NMU for mutrace (versioned as 0.2.0-3.4). This was caused by the strict version dependency which I did on the previous NMU and that resulted in failures in all buildd as binutil got updated on that same day.
-- Regards Sudip diff -u mutrace-0.2.0/debian/changelog mutrace-0.2.0/debian/changelog --- mutrace-0.2.0/debian/changelog +++ mutrace-0.2.0/debian/changelog @@ -1,3 +1,11 @@ +mutrace (0.2.0-3.4) unstable; urgency=medium + + * Non-maintainer upload. + * Fix b-d problem with binutils introduced in 0.2.0-3.3. + - All the builds in buildd failed due to this. + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Fri, 24 Jul 2020 23:42:15 +0100 + mutrace (0.2.0-3.3) unstable; urgency=medium * Non-maintainer upload. diff -u mutrace-0.2.0/debian/control mutrace-0.2.0/debian/control --- mutrace-0.2.0/debian/control +++ mutrace-0.2.0/debian/control @@ -5,13 +5,12 @@ Standards-Version: 3.9.1 Homepage: http://0pointer.de/blog/projects/mutrace.html Build-Depends: - debhelper (>=8), automake, autoconf, libtool, - binutils-dev (= 2.34.90.20200706-1), libiberty-dev + debhelper (>=8), automake, autoconf, libtool, binutils-dev, libiberty-dev Package: mutrace Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Built-Using: binutils (= 2.34.90.20200706-1) +Built-Using: ${Built-Using} Description: mutex and realtime memory allocation profiling tools Two tools are included in this package: . diff -u mutrace-0.2.0/debian/rules mutrace-0.2.0/debian/rules --- mutrace-0.2.0/debian/rules +++ mutrace-0.2.0/debian/rules @@ -17,0 +18,3 @@ + +override_dh_gencontrol: + dh_gencontrol -- -VBuilt-Using="`dpkg-query -f'$${source:Package} (= $${source:Version})' -W binutils-dev`"