Control: tags 999145 + patch Control: tags 999145 + pending
Dear maintainer, I've prepared an NMU for cappuccino (versioned as 0.5.1-10.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards.
diff -u cappuccino-0.5.1/debian/changelog cappuccino-0.5.1/debian/changelog --- cappuccino-0.5.1/debian/changelog +++ cappuccino-0.5.1/debian/changelog @@ -1,3 +1,10 @@ +cappuccino (0.5.1-10.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999145). + + -- Marcos Talau <ta...@debian.org> Wed, 02 Nov 2022 17:41:30 -0300 + cappuccino (0.5.1-10) unstable; urgency=medium * Bumped the compat version to 7. Closes: #965446 diff -u cappuccino-0.5.1/debian/rules cappuccino-0.5.1/debian/rules --- cappuccino-0.5.1/debian/rules +++ cappuccino-0.5.1/debian/rules @@ -82,4 +82,8 @@ binary-arch: build install binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install