Control: tags 999053 + patch Control: tags 999053 + pending Dear maintainer,
I've prepared an NMU for cl-irc (versioned as 1:0.9.2+dfsg1-2.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru cl-irc-0.9.2+dfsg1/debian/changelog cl-irc-0.9.2+dfsg1/debian/changelog --- cl-irc-0.9.2+dfsg1/debian/changelog 2018-04-07 05:57:16.000000000 -0300 +++ cl-irc-0.9.2+dfsg1/debian/changelog 2022-05-12 14:12:47.000000000 -0300 @@ -1,3 +1,10 @@ +cl-irc (1:0.9.2+dfsg1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999053). + + -- Marcos Talau <mar...@talau.info> Thu, 12 May 2022 14:12:47 -0300 + cl-irc (1:0.9.2+dfsg1-2) unstable; urgency=medium * Team upload. diff -Nru cl-irc-0.9.2+dfsg1/debian/rules cl-irc-0.9.2+dfsg1/debian/rules --- cl-irc-0.9.2+dfsg1/debian/rules 2018-04-07 05:48:44.000000000 -0300 +++ cl-irc-0.9.2+dfsg1/debian/rules 2022-05-12 14:12:47.000000000 -0300 @@ -73,5 +73,7 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +build-arch: build +build-indep: build +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure