Control: tags 999308 + patch Control: tags 999308 + pending
Dear maintainer, I've prepared an NMU for xplot (versioned as 1.19-9.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru xplot-1.19/debian/changelog xplot-1.19/debian/changelog --- xplot-1.19/debian/changelog 2010-05-27 22:00:50.000000000 -0300 +++ xplot-1.19/debian/changelog 2022-11-06 13:18:50.000000000 -0300 @@ -1,3 +1,10 @@ +xplot (1.19-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999308). + + -- Marcos Talau <ta...@debian.org> Sun, 06 Nov 2022 13:18:50 -0300 + xplot (1.19-9) unstable; urgency=low * Build against libforms2. diff -Nru xplot-1.19/debian/rules xplot-1.19/debian/rules --- xplot-1.19/debian/rules 2010-05-27 21:59:00.000000000 -0300 +++ xplot-1.19/debian/rules 2022-11-06 13:18:50.000000000 -0300 @@ -60,4 +60,7 @@ $(checkdir) test root = "`whoami`" -.PHONY: binary binary-arch binary-indep clean checkroot +build-arch: build +build-indep: build + +.PHONY: build-arch build-indep binary binary-arch binary-indep clean checkroot