Control: tags 964536 + patch Control: tags 964536 + pending
Dear maintainer, I've prepared an NMU for mutrace (versioned as 0.2.0-3.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. -- 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,10 @@ +mutrace (0.2.0-3.3) unstable; urgency=medium + + * Non-maintainer upload. + * Used static library and marked with Built-Using. (Closes: #964536) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Wed, 22 Jul 2020 19:49:30 +0100 + mutrace (0.2.0-3.2) 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 @@ -4,11 +4,14 @@ Maintainer: Riku Voipio <riku.voi...@linaro.org> Standards-Version: 3.9.1 Homepage: http://0pointer.de/blog/projects/mutrace.html -Build-Depends: debhelper (>=8), automake, autoconf, libtool, binutils-dev, libiberty-dev +Build-Depends: + debhelper (>=8), automake, autoconf, libtool, + binutils-dev (= 2.34.90.20200706-1), libiberty-dev Package: mutrace Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Built-Using: binutils (= 2.34.90.20200706-1) 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 @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export LIBS = -lbfd +export LIBS = -l:libbfd.a override_dh_auto_clean: dh_auto_clean