Control: tags 1083065 + patch Control: tags 1083065 + pending Dear maintainer,
I've prepared an NMU for lshw (versioned as 02.19.git.2021.06.19.996aaad9c7-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer or cancel it. Regards, Eriberto diff -Nru lshw-02.19.git.2021.06.19.996aaad9c7/debian/changelog lshw-02.19.git.2021.06.19.996aaad9c7/debian/changelog --- lshw-02.19.git.2021.06.19.996aaad9c7/debian/changelog 2021-10-09 11:13:40.000000000 -0300 +++ lshw-02.19.git.2021.06.19.996aaad9c7/debian/changelog 2024-10-21 14:46:08.000000000 -0300 @@ -1,3 +1,10 @@ +lshw (02.19.git.2021.06.19.996aaad9c7-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: added missing target build-arch. (Closes: #1083065) + + -- Joao Eriberto Mota Filho <eribe...@debian.org> Mon, 21 Oct 2024 14:46:08 -0300 + lshw (02.19.git.2021.06.19.996aaad9c7-2) unstable; urgency=medium * ACK 02.18.85-0.6 and 02.18.85-0.7 upload and apply the changes that were diff -Nru lshw-02.19.git.2021.06.19.996aaad9c7/debian/rules lshw-02.19.git.2021.06.19.996aaad9c7/debian/rules --- lshw-02.19.git.2021.06.19.996aaad9c7/debian/rules 2021-10-09 11:13:40.000000000 -0300 +++ lshw-02.19.git.2021.06.19.996aaad9c7/debian/rules 2024-10-21 14:46:08.000000000 -0300 @@ -123,4 +123,5 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch +build-arch: build +.PHONY: build build-arch clean binary-indep binary-arch binary install configure patch unpatch