Control: tags 999086 + patch Control: tags 999086 + pending
Dear maintainer, I've prepared an NMU for xpuzzles (versioned as 7.7.1-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru xpuzzles-7.7.1/debian/changelog xpuzzles-7.7.1/debian/changelog --- xpuzzles-7.7.1/debian/changelog 2018-01-06 19:19:27.000000000 -0200 +++ xpuzzles-7.7.1/debian/changelog 2022-11-03 19:55:25.000000000 -0300 @@ -1,3 +1,10 @@ +xpuzzles (7.7.1-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999086). + + -- Marcos Talau <ta...@debian.org> Thu, 03 Nov 2022 19:55:25 -0300 + xpuzzles (7.7.1-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru xpuzzles-7.7.1/debian/rules xpuzzles-7.7.1/debian/rules --- xpuzzles-7.7.1/debian/rules 2018-01-06 19:18:25.000000000 -0200 +++ xpuzzles-7.7.1/debian/rules 2022-11-03 19:55:25.000000000 -0300 @@ -132,4 +132,8 @@ -uscan --force-download --repack --rename binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary